Block a user
test2 (v1.2.0)
Installation
docker pull git.pi-farm.de/pi-farm/test2:v1.2.0sha256:f335cba5127b963099ce947416a6dfcc5549b2c4b3cef56399bd382a9089fd52
Images
| Digest | OS / Arch | Size |
|---|---|---|
| 503762c797 | linux/amd64 | 13 MiB |
| 2f3a5f1c49 | 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:03:08Z |
| org.opencontainers.image.version | 1.2.0 |