core (sha256:ca8dde19c8ab7bba36ccb21574ad2b6548a7ee9a5c814f04447cf47cc1c89506)

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

Installation

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

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=4585522538e9
ENV OPSDECK_VERSION=nightly OPSDECK_COMMIT=4585522538e9 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=4585522538e9 /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:21:44 +02:00
1
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