kan (main)

Published 2026-06-26 08:50:00 +02:00 by pdurlej

Installation

docker pull git.pdurlej.com/pdurlej/kan:main
sha256:ec90b0d067b532e64ede27183970074626cb52706ae5871746bd30ac92d268b0

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-06-26 08:50: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