Block a user
meshpump/backend (59e6d09)
Published 2026-04-29 20:26:19 +00:00 by gigovich
Installation
docker pull git.devinlab.com/gigovich/meshpump/backend:59e6d09sha256:0a1e723d93660578a8c3cea876882ff4fbb257c128eb1ea22f92961f326f1725
Images
| Digest | OS / Arch | Size |
|---|---|---|
| c1ad7ea4f2 | linux/amd64 | 9.6 MiB |
Image Layers ( linux/amd64)
| ADD alpine-minirootfs-3.21.7-x86_64.tar.gz / # buildkit |
| CMD ["/bin/sh"] |
| RUN /bin/sh -c apk add --no-cache ca-certificates tzdata && adduser -D -u 10001 -g '' app # buildkit |
| COPY /out/meshpump /usr/local/bin/meshpump # buildkit |
| USER app |
| EXPOSE [8080/tcp] |
| ENTRYPOINT ["/usr/local/bin/meshpump"] |
| CMD ["serve"] |
Labels
| Key | Value |
|---|---|
| org.opencontainers.image.created | 2026-04-29T20:26:14.999Z |
| org.opencontainers.image.description | |
| org.opencontainers.image.licenses | |
| org.opencontainers.image.revision | 59e6d093a9abbd9e3b747e7896a5b18463bb8782 |
| org.opencontainers.image.source | https://git.devinlab.com/gigovich/meshpump |
| org.opencontainers.image.title | meshpump |
| org.opencontainers.image.url | https://git.devinlab.com/gigovich/meshpump |
| org.opencontainers.image.version | main |