kan (sha-08b981f4cfe5)

Published 2026-05-19 09:13:00 +02:00 by pdurlej

Installation

docker pull git.pdurlej.com/pdurlej/kan:sha-08b981f4cfe5
sha256:c73d0801d863a2f814f1052d918daf55dd5729adc827fc9f64fd76c4e587d921

Image layers

bazel build @bookworm//base-files/amd64:data_statusd
bazel build @bookworm//netbase/amd64:data_statusd
bazel build @bookworm//tzdata/amd64:data_statusd
bazel build @bookworm//media-types/amd64:data_statusd
bazel build //common:rootfs
bazel build //common:passwd
bazel build //common:home
bazel build //common:group
bazel build //common:tmp
bazel build //static:nsswitch
bazel build //common:os_release_debian12
bazel build //common:cacerts_debian12_amd64
bazel build @bookworm//libc6/amd64:data_statusd
bazel build @bookworm//libssl3/amd64:data_statusd
bazel build @bookworm//libgomp1/amd64:data_statusd
bazel build @bookworm//libstdc++6/amd64:data_statusd
bazel build @bookworm//libgcc-s1/amd64:data_statusd
bazel build @bookworm//gcc-12-base/amd64:data_statusd
bazel build @nodejs20_amd64//:data
WORKDIR /app
ENV NODE_ENV=production
ENV PORT=3000
ENV HOSTNAME=0.0.0.0
COPY /app/apps/web/.next/standalone/ ./ # buildkit
COPY /app/apps/web/.next/static/ ./apps/web/.next/static/ # buildkit
COPY /app/apps/web/public/ ./apps/web/public/ # buildkit
COPY apps/web/bootstrap.cjs ./bootstrap.cjs # buildkit
EXPOSE map[3000/tcp:{}]
CMD ["bootstrap.cjs"]
Details
Container
2026-05-19 09:13:00 +02:00
1
OCI / Docker
linux/amd64
78 MiB
Versions (15) View all
sha-6430840ddf2e 2026-06-26
main 2026-06-26
rs2000 2026-06-26
sha-1cf746cc7741 2026-06-26
sha-0a0a2863da37 2026-06-10