Block a user
test2 (main)
Installation
docker pull git.pi-farm.de/pi-farm/test2:mainsha256:ce2eb7601dc9805bda80ceed3b843f38a9956c49d3fdc6121c34a212ce0b95bb
Images
| Digest | OS / Arch | Size |
|---|---|---|
| 59a6720f59 | linux/amd64 | 13 MiB |
| 79aba34c7b | linux/arm64 | 13 MiB |
Image Layers ( linux/amd64)
| ADD alpine-minirootfs-3.22.3-x86_64.tar.gz / # buildkit |
| CMD ["/bin/sh"] |
| ARG APP_VERSION=1.2.0 |
| LABEL org.opencontainers.image.version=1.2.0 |
| RUN |1 APP_VERSION=1.2.0 /bin/sh -c apk add --no-cache bash curl jq msmtp ca-certificates tzdata git # buildkit |
| RUN |1 APP_VERSION=1.2.0 /bin/sh -c mkdir /app /config # buildkit |
| WORKDIR /app |
| COPY multi-watch.sh /app/multi-watch.sh # buildkit |
| RUN |1 APP_VERSION=1.2.0 /bin/sh -c chmod +x /app/multi-watch.sh # buildkit |
| VOLUME [/config] |
| ENTRYPOINT ["/bin/bash" "/app/multi-watch.sh"] |
Labels
| Key | Value |
|---|---|
| org.opencontainers.image.created | 2026-02-10T11:02:47Z |
| org.opencontainers.image.version | 1.2.0 |