korb (v0.12)

Published 2026-08-06 09:18:51 +00:00 by marco in marco/korb

Installation

docker pull git.marus.dev/marco/korb:v0.12
sha256:91c5b2ee8ebad96a68d93d182146dd14c2b960887b87d0aa920d48947f19b4c3

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-08-06 09:18:51 +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