core (sha256:f58deeee5066564787b07a5ca55c098afc6f1734bf1000ce30d6a3a1b9d63475)

Published 2026-08-11 10:50:53 +02:00 by julian in OpsDeck/core

Installation

docker pull git.imhof.cloud/opsdeck/core@sha256:f58deeee5066564787b07a5ca55c098afc6f1734bf1000ce30d6a3a1b9d63475
sha256:f58deeee5066564787b07a5ca55c098afc6f1734bf1000ce30d6a3a1b9d63475

Image layers

# debian.sh --arch 'amd64' out/ 'bookworm' '@1785715200'
RUN /bin/sh -c sed -i 's/Components: main/Components: main contrib/' /etc/apt/sources.list.d/debian.sources && apt-get update && apt-get install -y --no-install-recommends zfsutils-linux smartmontools git ca-certificates util-linux pci.ids curl && rm -rf /var/lib/apt/lists/* # buildkit
COPY /deno /usr/local/bin/deno # buildkit
WORKDIR /app
COPY /app /app # buildkit
ARG OPSDECK_VERSION=nightly
ARG OPSDECK_COMMIT=91de5d4bd7b8
ENV OPSDECK_VERSION=nightly OPSDECK_COMMIT=91de5d4bd7b8 OPSDECK_ENV=production OPSDECK_DATA_DIR=/data OPSDECK_HOST_PROC=/host/proc OPSDECK_HOST_SYS=/host/sys DENO_DIR=/data/deno-cache DENO_NO_UPDATE_CHECK=1
VOLUME [/data]
EXPOSE [8080/tcp]
HEALTHCHECK {Test:[CMD-SHELL curl -fsS http://localhost:8080/api/core/health || exit 1] Interval:30s Timeout:5s StartPeriod:1m30s StartInterval:0s Retries:0}
RUN |2 OPSDECK_VERSION=nightly OPSDECK_COMMIT=91de5d4bd7b8 /bin/sh -c git config --system safe.directory '*' # buildkit
CMD ["deno" "run" "--allow-read" "--allow-write=/data,/var/run/docker.sock,/host/root" "--allow-env" "--allow-net" "--allow-ffi" "--allow-run" "--allow-sys=hostname" "packages/server/main.ts"]
Details
Container
2026-08-11 10:50:53 +02:00
2
OCI / Docker
linux/amd64
185 MiB
Versions (191) View all
buildcache 2026-09-02
nightly 2026-09-02
e2ae65fd6c9c 2026-09-02
19ef2636dadc 2026-09-02
4e8defb52d6a 2026-08-24