images (debian-12-latest)

Published 2026-04-09 00:29:15 -07:00 by Neureka

Installation

docker pull code.neureka.dev/docker/images:debian-12-latest
sha256:114bc438193bc954813891de0442edda240917cbc7145a1b1c347ef4ad0fa794

About this package

Debian 12 base image with the shared code.neureka.dev runtime contract.

Image layers

# debian.sh --arch 'amd64' out/ 'bookworm' '@1775433600'
ARG IMAGE_TITLE=debian-12
ARG IMAGE_DESCRIPTION=Debian 12 base image with the shared code.neureka.dev runtime contract.
ARG IMAGE_VERSION=debian-12-dev
ARG OCI_CREATED=1970-01-01T00:00:00Z
ARG OCI_REVISION=unknown
LABEL org.opencontainers.image.source=https://code.neureka.dev/docker/images org.opencontainers.image.description=Debian 12 base image with the shared code.neureka.dev runtime contract. org.opencontainers.image.version=debian-12-20260409 org.opencontainers.image.created=2026-04-09T07:29:06Z org.opencontainers.image.revision=569c80260dce73857ce018c4070dbcbf61abedfc org.opencontainers.image.title=debian-12
ENV TZ=Etc/UTC UMASK=0022 APP_RECURSIVE_CHOWN=false PATH=/app/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
COPY scripts/base-entrypoint.sh scripts/create-app-user.sh /scripts/ # buildkit
COPY images/base/debian-12/entrypoint.sh /app/bin/entrypoint.sh # buildkit
RUN |5 IMAGE_TITLE=debian-12 IMAGE_DESCRIPTION=Debian 12 base image with the shared code.neureka.dev runtime contract. IMAGE_VERSION=debian-12-20260409 OCI_CREATED=2026-04-09T07:29:06Z OCI_REVISION=569c80260dce73857ce018c4070dbcbf61abedfc /bin/sh -c apt-get update && apt-get install -y --no-install-recommends ca-certificates passwd tzdata util-linux && sh /scripts/create-app-user.sh && mkdir -p /app/bin /app/config /app/data /app/logs && chown app:app /app /app/bin /app/config /app/data /app/logs && chmod 0755 /scripts/base-entrypoint.sh /scripts/create-app-user.sh /app/bin/entrypoint.sh && rm -rf /var/lib/apt/lists/* # buildkit
WORKDIR /app
ENTRYPOINT ["/app/bin/entrypoint.sh"]
CMD ["/bin/sh"]

Labels

Key Value
org.opencontainers.image.created 2026-04-09T07:29:06Z
org.opencontainers.image.description Debian 12 base image with the shared code.neureka.dev runtime contract.
org.opencontainers.image.revision 569c80260dce73857ce018c4070dbcbf61abedfc
org.opencontainers.image.source https://code.neureka.dev/docker/images
org.opencontainers.image.title debian-12
org.opencontainers.image.version debian-12-20260409
Details
Container
2026-04-09 00:29:15 -07:00
0
OCI / Docker
linux/amd64
30 MiB
Versions (8) View all
ubuntu-24.04-latest 2026-04-09
steamcmd-20260409 2026-04-09
steamcmd-latest 2026-04-09
debian-12-20260409 2026-04-09