• Joined on 2026-07-05

backend-main (sha-fdadcf92e93303708da4ea79d924d62f55ebb57d)

Published 2026-07-05 23:57:32 +02:00 by Roman

Installation

docker pull git.iorderdemo.shop/roman/backend-main:sha-fdadcf92e93303708da4ea79d924d62f55ebb57d
sha256:faa26f3c3634b3c82db6f8119d5937de7ef972a1bdccaeff0cc0bcb83e1bd3ac

Images

Digest OS / Arch Size
03d20af4bf 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.17
ARG GIT_SHA=fdadcf9
ARG BUILD_TIME=2026-07-05T21:56:45Z
LABEL org.opencontainers.image.version=v0.1.17 org.opencontainers.image.revision=fdadcf9 org.opencontainers.image.created=2026-07-05T21:56:45Z org.opencontainers.image.title=iOrder Backend Main
ENV APP_VERSION=v0.1.17
ENV GIT_SHA=fdadcf9
ENV BUILD_TIME=2026-07-05T21:56:45Z
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.17 GIT_SHA=fdadcf9 BUILD_TIME=2026-07-05T21:56:45Z /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-05T21:56:45Z
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 fdadcf9
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.17
Details
Container
2026-07-05 23:57:32 +02:00
0
OCI / Docker
Versions (49) View all