Block a user
ecan-cansimulator (latest)
Published 2023-08-27 19:31:32 +02:00 by philip
Installation
docker pull git.philiploibl.at/philip/ecan-cansimulator:latestsha256:e7f2d202db62947e96935f3026e17995006165dda0f9f4c8f0ed2c2269460793
Images
| Digest | OS / Arch | Size |
|---|---|---|
| c3bdc21d58 | linux/amd64 | 877 KiB |
| 7a450e90eb | linux/arm64 | 825 KiB |
| 95a31e8a39 | linux/arm/v7 | 848 KiB |
Image Layers ( linux/arm64)
| WORKDIR /app |
| COPY /backend/build/app /app/app # buildkit |
| COPY /etc/passwd /etc/passwd # buildkit |
| USER appuser |
| ENV TZ=UTC |
| ENTRYPOINT ["/app/app"] |