Block a user
ecan-monitor (latest)
Published 2023-08-27 20:41:17 +02:00 by philip
Installation
docker pull git.philiploibl.at/philip/ecan-monitor:latestsha256:919fec8a6efcc536478b5975eb914d5f952c93fa5eae5e11627ae6be76b4a095
Images
| Digest | OS / Arch | Size |
|---|---|---|
| 03af79faff | linux/amd64 | 34 MiB |
| 87d701a340 | linux/arm64 | 33 MiB |
| c50cd3a3e2 | linux/arm/v7 | 33 MiB |
Image Layers ( linux/amd64)
| WORKDIR /app |
| COPY /backend/build/app /app/app # buildkit |
| COPY /etc/passwd /etc/passwd # buildkit |
| USER appuser |
| ENV TZ=UTC |
| EXPOSE map[8080/tcp:{}] |
| ENTRYPOINT ["/app/app"] |