car-manager (sha256:2f528d04ac49d26c51f2f17d88eeae30453102b861e5218ab0af7d9ef7bf2c86)
Published 2026-07-23 18:33:22 +02:00 by Yumeo
Installation
docker pull git.yumeo.dev/yumeo/car-manager@sha256:2f528d04ac49d26c51f2f17d88eeae30453102b861e5218ab0af7d9ef7bf2c86sha256:2f528d04ac49d26c51f2f17d88eeae30453102b861e5218ab0af7d9ef7bf2c86Image layers
| ADD alpine-minirootfs-3.22.5-x86_64.tar.gz / # buildkit |
| CMD ["/bin/sh"] |
| RUN /bin/sh -c apk add --no-cache chromium # buildkit |
| ENV PLAYWRIGHT_CHROMIUM_EXECUTABLE_PATH=/usr/bin/chromium-browser |
| ENV PLAYWRIGHT_SKIP_BROWSER_DOWNLOAD=1 |
| WORKDIR /usr/src/app |
| COPY /usr/src/app/app ./app # buildkit |
| COPY /usr/src/app/package.json ./package.json # buildkit |
| COPY /tmp/playwright-runtime/node_modules ./node_modules # buildkit |
| COPY /usr/src/app/dist ./dist # buildkit |
| COPY /usr/src/app/drizzle ./drizzle # buildkit |
| COPY /usr/src/app/public/openapi.json ./public/openapi.json # buildkit |
| ENV NODE_ENV=production |
| RUN /bin/sh -c addgroup -S app && adduser -S app -G app # buildkit |
| USER app |
| EXPOSE [3000/tcp] |
| HEALTHCHECK {Test:[CMD-SHELL wget -q --spider http://127.0.0.1:3000/api/health || exit 1] Interval:30s Timeout:10s StartPeriod:0s StartInterval:0s Retries:3} |
| CMD ["./app"] |
Labels
| Key | Value |
|---|---|
| org.opencontainers.image.created | 2026-07-23T16:31:25.705Z |
| org.opencontainers.image.description | |
| org.opencontainers.image.licenses | |
| org.opencontainers.image.revision | f02cabe4f67cd93c763e3e12985d0dcce7d5bcf9 |
| org.opencontainers.image.source | https://git.yumeo.dev/Yumeo/car-manager |
| org.opencontainers.image.title | car-manager |
| org.opencontainers.image.url | https://git.yumeo.dev/Yumeo/car-manager |
| org.opencontainers.image.version | canary |
Details
2026-07-23 18:33:22 +02:00
Versions (47)
View all
Container
1
OCI / Docker
linux/amd64
336 MiB