ksc_web (sha-fd0fdee)

Published 2026-05-19 00:30:43 +00:00 by jlxq0

Installation

docker pull forge.oddie.app/oddie-apps/ksc_web:sha-fd0fdee
sha256:d5476515be78b9d86f7ab08b45b0c920012bc40007eaa67d19c88c9324fef4d8

Image layers

# debian.sh --arch 'amd64' out/ 'bookworm' '@1777939200'
ARG GIT_SHA=fd0fdee470ca6588b7f04c67a0bc67470f03876e
ARG APP_VERSION=1.2.4
ARG APP_BUILD_VERSION=1.2.4
RUN |3 GIT_SHA=fd0fdee470ca6588b7f04c67a0bc67470f03876e APP_VERSION=1.2.4 APP_BUILD_VERSION=1.2.4 /bin/sh -c apt-get update -y && apt-get install -y --no-install-recommends libstdc++6 openssl libncurses6 locales ca-certificates && apt-get clean && rm -rf /var/lib/apt/lists/* # buildkit
RUN |3 GIT_SHA=fd0fdee470ca6588b7f04c67a0bc67470f03876e APP_VERSION=1.2.4 APP_BUILD_VERSION=1.2.4 /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 |3 GIT_SHA=fd0fdee470ca6588b7f04c67a0bc67470f03876e APP_VERSION=1.2.4 APP_BUILD_VERSION=1.2.4 /bin/sh -c groupadd --gid 1000 ksc && useradd --uid 1000 --gid 1000 --home-dir /app --shell /usr/sbin/nologin ksc && chown ksc:ksc /app # buildkit
ENV MIX_ENV=prod
ENV APP_VERSION=1.2.4
ENV APP_BUILD_VERSION=1.2.4
ENV GIT_SHA=fd0fdee470ca6588b7f04c67a0bc67470f03876e
COPY --chown=ksc:ksc /app/_build/prod/rel/ksc ./ # buildkit
USER 1000:1000
CMD ["/app/bin/server"]
Details
Container
2026-05-19 00:30:43 +00:00
0
OCI / Docker
linux/amd64
82 MiB
Versions (18) View all
cache 2026-05-19
sha-88eaa94 2026-05-19
v1.2.6 2026-05-19
sha-fd0fdee 2026-05-19
v1.2.4 2026-05-19