Block a user
drone-docker-tea (bc7f35fa047dff9084e67b68fbf41446080c6623)
Published 2025-08-21 10:13:19 +00:00 by matthias
Installation
docker pull gitea.pb42.de/matthias/drone-docker-tea:bc7f35fa047dff9084e67b68fbf41446080c6623sha256:e26f0e9ad2cf6a317c78b9b19b8b0670dbd5bf375a587c837e258861948e765c
Image Layers
| # debian.sh --arch 'amd64' out/ 'bookworm' '@1754870400' |
| /bin/sh -c apt-get update && apt-get install -y --no-install-recommends ca-certificates curl && rm -rf /var/lib/apt/lists/* |
| ENV TEA_VERSION=latest |
| /bin/sh -c set -eux; ARCH=$(dpkg --print-architecture); if [ "$ARCH" = "amd64" ]; then ARCH=amd64; elif [ "$ARCH" = "arm64" ]; then ARCH=arm64; elif [ "$ARCH" = "armhf" ]; then ARCH=arm-6; else echo "Unsupported architecture: $ARCH"; exit 1; fi; TEA_VERSION=$(curl -s https://dl.gitea.com/tea/ | grep -Eo '[0-9]+\.[0-9]+\.[0-9]+' | sort -Vr | head -n 1); echo $TEA_VERSION; TEA_URL="https://dl.gitea.com/tea/${TEA_VERSION}/tea-${TEA_VERSION}-linux-${ARCH}"; curl -JL "${TEA_URL}" -o /usr/local/bin/tea; chmod +x /usr/local/bin/tea |
| /bin/sh -c tea --version |
| ENTRYPOINT ["tea"] |
| LABEL org.opencontainers.image.created=2025-08-21T10:11:18Z |
| LABEL org.opencontainers.image.revision=bc7f35fa047dff9084e67b68fbf41446080c6623 |
| LABEL org.opencontainers.image.source=https://gitea.pb42.de/matthias/drone-docker-tea.git |
| LABEL org.opencontainers.image.url=https://gitea.pb42.de/matthias/drone-docker-tea |
Labels
| Key | Value |
|---|---|
| org.opencontainers.image.created | 2025-08-21T10:11:18Z |
| org.opencontainers.image.revision | bc7f35fa047dff9084e67b68fbf41446080c6623 |
| org.opencontainers.image.source | https://gitea.pb42.de/matthias/drone-docker-tea.git |
| org.opencontainers.image.url | https://gitea.pb42.de/matthias/drone-docker-tea |
Details
Versions (2)
View all
latest
2025-08-21
bc7f35fa047dff9084e67b68fbf41446080c6623
2025-08-21