core (sha256:415ecd28b6da327f8e7471cadb602d0bfdf44c4f941e74898c47b56c50e0938b)

Published 2026-07-20 17:22:45 +02:00 by julian in OpsDeck/core

Installation

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

Image layers

# debian.sh --arch 'amd64' out/ 'bookworm' '@1783900800'
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
ENV 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 /bin/sh -c git config --system safe.directory '*' # buildkit
CMD ["deno" "run" "--allow-read" "--allow-write=/data,/var/run/docker.sock" "--allow-env" "--allow-net" "--allow-ffi" "--allow-run=zpool,zfs,smartctl,nvidia-smi,git,df,lsblk,nproc,uname,deno,setsid" "packages/server/main.ts"]
Details
Container
2026-07-20 17:22:45 +02:00
1
OCI / Docker
linux/amd64
184 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