stylepoint (sha256:e29429f00486168472b5c4d648f3fa07a7e0ea862e376bc96938086b61b996a2)

Published 2025-04-28 22:43:43 +01:00 by cameron

Installation

docker pull git.cmzi.uk/styletech-sls-team/stylepoint@sha256:e29429f00486168472b5c4d648f3fa07a7e0ea862e376bc96938086b61b996a2
sha256:e29429f00486168472b5c4d648f3fa07a7e0ea862e376bc96938086b61b996a2

About this package

Utility Application for the SLS Team at StyleTech

Image layers

# debian.sh --arch 'amd64' out/ 'bookworm' '@1743984000'
ARG BUN_RUNTIME_TRANSPILER_CACHE_PATH=0
ENV BUN_RUNTIME_TRANSPILER_CACHE_PATH=0
ARG BUN_INSTALL_BIN=/usr/local/bin
ENV BUN_INSTALL_BIN=/usr/local/bin
COPY docker-entrypoint.sh /usr/local/bin # buildkit
COPY /usr/local/bin/bun /usr/local/bin/bun # buildkit
RUN |2 BUN_RUNTIME_TRANSPILER_CACHE_PATH=0 BUN_INSTALL_BIN=/usr/local/bin /bin/sh -c mkdir -p /usr/local/bun-node-fallback-bin && ln -s /usr/local/bin/bun /usr/local/bun-node-fallback-bin/node # buildkit
ENV PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/local/bun-node-fallback-bin
RUN |2 BUN_RUNTIME_TRANSPILER_CACHE_PATH=0 BUN_INSTALL_BIN=/usr/local/bin /bin/sh -c groupadd bun --gid 1000 && useradd bun --uid 1000 --gid bun --shell /bin/sh --create-home && ln -s /usr/local/bin/bun /usr/local/bin/bunx && which bun && which bunx && bun --version # buildkit
WORKDIR /home/bun/app
ENTRYPOINT ["/usr/local/bin/docker-entrypoint.sh"]
CMD ["/usr/local/bin/bun"]
WORKDIR /app
WORKDIR /app
RUN /bin/sh -c apt-get update -y && apt-get install -y openssl # buildkit
COPY /app/dist/spa /app/dist/spa # buildkit
COPY /app/node_modules /app/node_modules # buildkit
COPY /app/src-server /app/src-server # buildkit
COPY /app/package.json /app/package.json # buildkit
COPY /app/bun.lock /app/bun.lock # buildkit
COPY /app/prisma /app/prisma # buildkit
COPY /app/public /app/public # buildkit
EXPOSE map[8000/tcp:{}]
ENV PORT=8000
ENV HOST=0.0.0.0
ENV NODE_ENV=production
CMD ["bun" "prod"]

Labels

Key Value
org.opencontainers.image.created 2025-04-28T21:42:00.750Z
org.opencontainers.image.description Utility Application for the SLS Team at StyleTech
org.opencontainers.image.licenses
org.opencontainers.image.ref.name main
org.opencontainers.image.revision 34095adcb7a0cf91750e2ce0284472cdf819a472
org.opencontainers.image.source http://forgejo:3000/styletech-sls-team/stylepoint
org.opencontainers.image.title stylepoint
org.opencontainers.image.url https://git.cmzi.uk/styletech-sls-team/stylepoint
org.opencontainers.image.version main
Details
Container
2025-04-28 22:43:43 +01:00
1
OCI / Docker
linux/amd64
199 MiB
Versions (22) View all
main 2025-05-03
latest 2025-05-03
sha-91be01a 2025-05-03
sha-c4ec201 2025-04-29
sha-930f059 2025-04-29