korb (f5560861a8c5ad5c3e09bace8677730550c84bb1)

Published 2026-07-30 08:30:10 +00:00 by marco in marco/korb

Installation

docker pull git.marus.dev/marco/korb:f5560861a8c5ad5c3e09bace8677730550c84bb1
sha256:d75ec1ffaebfff128697abe354d680404c392516ed9829366cf5e96348d19e61

Image layers

# debian.sh --arch 'amd64' out/ 'bullseye' '@1781049600'
RUN /bin/sh -c apt-get update -y && apt-get install -y libstdc++6 openssl libncurses5 locales ca-certificates && apt-get clean && rm -rf /var/lib/apt/lists/* # buildkit
RUN /bin/sh -c sed -i '/en_US.UTF-8/s/^# //g' /etc/locale.gen && locale-gen # buildkit
ENV LANG=en_US.UTF-8
ENV LANGUAGE=en_US:en
ENV LC_ALL=en_US.UTF-8
WORKDIR /app
RUN /bin/sh -c chown nobody /app # buildkit
ENV MIX_ENV=prod
ARG APP_VERSION=v0.12
ENV APP_VERSION=v0.12
COPY --chown=nobody:root /app/_build/prod/rel/korb ./ # buildkit
USER nobody
CMD ["/app/bin/server"]
Details
Container
2026-07-30 08:30:10 +00:00
0
OCI / Docker
linux/amd64
51 MiB
Versions (32) View all
v0.13 2026-08-06
latest 2026-08-06
buildcache 2026-08-06
v0.12 2026-08-06