• Joined on 2026-07-05

backend-main (v0.1.5)

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

Installation

docker pull git.iorderdemo.shop/roman/backend-main:v0.1.5
sha256:8e573a673c9b2e4e87208512708444b70d002a4afb1d3f111f0419a02f880588

Images

Digest OS / Arch Size
3118ff354f linux/amd64 306 MiB

Image Layers ( linux/amd64)

# 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.5
ARG GIT_SHA=dd559e1
ARG BUILD_TIME=2026-07-05T17:36:20Z
LABEL org.opencontainers.image.version=v0.1.5 org.opencontainers.image.revision=dd559e1 org.opencontainers.image.created=2026-07-05T17:36:20Z org.opencontainers.image.title=iOrder Backend Main
ENV APP_VERSION=v0.1.5
ENV GIT_SHA=dd559e1
ENV BUILD_TIME=2026-07-05T17:36: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.5 GIT_SHA=dd559e1 BUILD_TIME=2026-07-05T17:36: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:36: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 dd559e1
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.5
Details
Container
2026-07-05 19:37:00 +02:00
0
OCI / Docker
Versions (83) View all