stylepoint (sha256:530f8df9a8170d03111e585b796c7dcfbee6cb1efcf46325f599cbbc86dad33a)
Published 2025-04-28 15:32:56 +01:00 by cameron
Installation
docker pull git.cmzi.uk/styletech-sls-team/stylepoint@sha256:530f8df9a8170d03111e585b796c7dcfbee6cb1efcf46325f599cbbc86dad33a
sha256:530f8df9a8170d03111e585b796c7dcfbee6cb1efcf46325f599cbbc86dad33a
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:31:22.169Z |
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 | 2c6aa3fd86db29e6399b6516792fedc5c1c9065d |
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 15:32:56 +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