- Leipzig
- https://felixfoertsch.de
- Joined on
2021-10-03
Block a user
conformarr (2026.09.01.2)
Published 2026-09-01 09:05:16 +02:00 by felixfoertsch
Installation
docker pull git.felixfoertsch.de/felixfoertsch/conformarr:2026.09.01.2sha256:d0c7147f7244ea989437d9b54c61c20c9f543f90c8d9c432d63e5aaf8e674492
Images
| Digest | OS / Arch | Size |
|---|---|---|
| a95bb07850 | linux/amd64 | 236 MiB |
Image Layers ( linux/amd64)
| # debian.sh --arch 'amd64' out/ 'bookworm' '@1777939200' |
| ENV DEBIAN_FRONTEND=noninteractive |
| RUN /bin/sh -c apt-get update && apt-get install -y --no-install-recommends ffmpeg ca-certificates && rm -rf /var/lib/apt/lists/* # buildkit |
| COPY /usr/local/bin/bun /usr/local/bin/bun # buildkit |
| WORKDIR /app |
| COPY package.json bun.lock ./ # buildkit |
| RUN /bin/sh -c bun install --frozen-lockfile --production # buildkit |
| COPY /app/dist/ ./dist/ # buildkit |
| COPY /app/server/ ./server/ # buildkit |
| EXPOSE map[3000/tcp:{}] |
| ENV DATA_DIR=/data/ |
| ENV PORT=3000 |
| VOLUME [/data/] |
| HEALTHCHECK &{["CMD" "bun" "-e" "const response = await fetch(\"http://127.0.0.1:\" + (process.env.PORT ?? \"3000\") + \"/api/health\"); const body = await response.json(); if (!response.ok || body.ok !== true) process.exit(1);"] "30s" "5s" "10s" "0s" '\x03'} |
| CMD ["bun" "run" "server/index.tsx"] |
Details
2026-09-01 09:05:16 +02:00
Versions (22)
View all
Container
0
OCI / Docker
buildcache
2026-09-01
2026.09.01.2
2026-09-01
latest
2026-09-01
2026.09.01.1
2026-09-01
2026.09.01
2026-09-01