stylepoint (sha256:993e724e5b8fd3f1140194333bd8cd3520a54ef9b9a0394b0d53c4512617a1ab)
Published 2025-04-28 14:09:37 +01:00 by cameron
Installation
docker pull git.cmzi.uk/styletech-sls-team/stylepoint@sha256:993e724e5b8fd3f1140194333bd8cd3520a54ef9b9a0394b0d53c4512617a1ab
sha256:993e724e5b8fd3f1140194333bd8cd3520a54ef9b9a0394b0d53c4512617a1ab
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-28T13:08:07.966Z |
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 | 14a97c441393af260f2e18563548e15a7ef708c4 |
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
2025-04-28 14:09:37 +01:00
Versions (22)
View all
Container
1
OCI / Docker
linux/amd64
197 MiB
main
2025-05-03
latest
2025-05-03
sha-91be01a
2025-05-03
sha-c4ec201
2025-04-29
sha-930f059
2025-04-29