backend-main (sha256:9c1ef21b0a6fbc2adf7b3d81aab4dd488acfee2e740b2c8c1f5903236c6e6e5d)

Published 2026-07-05 19:11:28 +02:00 by Roman

Installation

docker pull git.iorderdemo.shop/roman/backend-main@sha256:9c1ef21b0a6fbc2adf7b3d81aab4dd488acfee2e740b2c8c1f5903236c6e6e5d
sha256:9c1ef21b0a6fbc2adf7b3d81aab4dd488acfee2e740b2c8c1f5903236c6e6e5d

About this package

Incredibly fast JavaScript runtime, bundler, test runner, and package manager – all in one

Image Layers

# debian.sh --arch 'amd64' out/ 'bullseye' '@1736726400'
COPY docker-entrypoint.sh /usr/local/bin # buildkit
COPY /usr/local/bin/bun /usr/local/bin/bun # buildkit
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
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
ARG APP_VERSION=v0.1.3
ARG GIT_SHA=88816b7
ARG BUILD_TIME=2026-07-05T17:10:20Z
LABEL org.opencontainers.image.version=v0.1.3 org.opencontainers.image.revision=88816b7 org.opencontainers.image.created=2026-07-05T17:10:20Z org.opencontainers.image.title=iOrder Backend Main
ENV APP_VERSION=v0.1.3
ENV GIT_SHA=88816b7
ENV BUILD_TIME=2026-07-05T17:10:20Z
ENV NODE_ENV=production
COPY /app/node_modules ./node_modules # buildkit
COPY /app/backend/main ./backend/main # buildkit
COPY /app/libs ./libs # buildkit
COPY /app/tsconfig.json ./tsconfig.json # buildkit
RUN |3 APP_VERSION=v0.1.3 GIT_SHA=88816b7 BUILD_TIME=2026-07-05T17:10:20Z /bin/sh -c ln -sf /app/libs /app/backend/libs # buildkit
WORKDIR /app/backend/main
EXPOSE [3000/tcp]
CMD ["sh" "-c" "bunx prisma migrate deploy && bun run seed && bun dist/src/main.js"]

Labels

Key Value
org.opencontainers.image.created 2026-07-05T17:10:20Z
org.opencontainers.image.description Incredibly fast JavaScript runtime, bundler, test runner, and package manager – all in one
org.opencontainers.image.licenses NOASSERTION
org.opencontainers.image.revision 88816b7
org.opencontainers.image.source https://github.com/oven-sh/bun
org.opencontainers.image.title iOrder Backend Main
org.opencontainers.image.url https://github.com/oven-sh/bun
org.opencontainers.image.version v0.1.3
Details
Container
2026-07-05 19:11:28 +02:00
0
OCI / Docker
linux/amd64
NOASSERTION
306 MiB
Versions (29) View all