core (sha256:9ec9f9f68d73c24d9f789b9c510c2b14bf34a20107776cfe1d5e480c84b0d748)
Installation
docker pull git.imhof.cloud/opsdeck/core@sha256:9ec9f9f68d73c24d9f789b9c510c2b14bf34a20107776cfe1d5e480c84b0d748sha256:9ec9f9f68d73c24d9f789b9c510c2b14bf34a20107776cfe1d5e480c84b0d748Image layers
| # debian.sh --arch 'amd64' out/ 'bookworm' '@1782172800' |
| 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 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,git,df,lsblk,nproc,uname,deno" "packages/server/main.ts"] |
Details
Versions (191)
View all
buildcache
2026-09-02
nightly
2026-09-02
e2ae65fd6c9c
2026-09-02
19ef2636dadc
2026-09-02
4e8defb52d6a
2026-08-24