beachhead-services/finn-board (latest)
Published 2024-02-22 14:02:15 +00:00 by Ghost
Installation
docker pull git.joshuacoles.me/personal/beachhead-services/finn-board:latestsha256:36de78601d27071e4fdc77e31db903e987efa0724a2592d99ca797252888b9a8
Images
| Digest | OS / Arch | Size |
|---|---|---|
| 3f931fbde0 | linux/amd64 | 38 MiB |
Image Layers ( linux/amd64)
| ADD file:40ad95eaf61b2797e8d2282bc2388bce34c3c24ed78e694695a8c3dbcd3ddbbb in / |
| CMD ["bash"] |
| RUN /bin/sh -c apt-get update && apt-get install -y --no-install-recommends ca-certificates curl && apt-get clean && rm -rf /var/lib/apt/lists/* # buildkit |
| COPY /bin/server /bin/ # buildkit |
| ENV ADDRESS=0.0.0.0:3000 |
| EXPOSE map[3000/tcp:{}] |
| HEALTHCHECK &{["CMD-SHELL" "curl -f http://localhost:3000/health || exit 1"] "0s" "0s" "0s" "0s" '\x00'} |
| CMD ["/bin/server"] |