Block a user
test2 (v1.1.0)
Installation
docker pull git.pi-farm.de/pi-farm/test2:v1.1.0sha256:84e32ea332bb62cd40702965cc3365276a553bbb8d5cdd5f4b74f79f7a57c5fa
Images
| Digest | OS / Arch | Size |
|---|---|---|
| 380794461b | linux/amd64 | 13 MiB |
| 0d65c3b3ee | 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.1.0 |
| LABEL org.opencontainers.image.version=1.1.0 |
| RUN |1 APP_VERSION=1.1.0 /bin/sh -c apk add --no-cache bash curl jq msmtp ca-certificates tzdata git # buildkit |
| RUN |1 APP_VERSION=1.1.0 /bin/sh -c mkdir /app /config # buildkit |
| WORKDIR /app |
| COPY multi-watch.sh /app/multi-watch.sh # buildkit |
| RUN |1 APP_VERSION=1.1.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-10T10:28:05Z |
| org.opencontainers.image.version | 1.1.0 |