stylepoint (sha256:e7c5b08ad264133ca6af0ef25b4cd35a08912b71b23cf3813e2d7e925697d451)

Published 2025-04-28 15:19:54 +01:00 by cameron

Installation

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

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
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-28T14:18:35.785Z
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 2001b459a51bed799cf829efdd0f452bc7b46ee7
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 15:19:54 +01:00
1
OCI / Docker
linux/amd64
197 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