sath-cli (5.0.0-97ba16995f)
Published 2025-11-07 17:57:28 +00:00 by forgeci
Installation
docker pull forge.sath.com/sath/sath-cli:5.0.0-97ba16995fsha256:0e60d790d4758fbbcbbc20d1198faacb9f30a5a61e6fe0490a3ae081341bde89Image layers
| # debian.sh --arch 'amd64' out/ 'bookworm' '@1762202650' |
| LABEL maintainer=Sath Inc. |
| LABEL description=This image contains cli tools for IDHub |
| COPY dir:16c9175300a3c98ba38ce57bd044324553197ece862eb846ef6793619343295d in /trusted |
| COPY dir:a0795e31243d9783e7b2480d0c9197acab6ae26017a2a03e4ae71f432bff643c in /scripts |
| /bin/sh -c chmod +x /scripts/*.sh |
| /bin/sh -c chmod +x /scripts/kafka-connect/*.sh |
| /bin/sh -c apt-get update && apt-get install -y curl sudo openssl ca-certificates jq postgresql-client bind9-dnsutils kafkacat && curl -O https://downloads.mongodb.com/compass/mongosh-1.10.0-linux-x64.tgz && tar -zxvf mongosh-1.10.0-linux-x64.tgz && mv mongosh-1.10.0-linux-x64/bin/mongosh /usr/local/bin/ && rm -rf mongosh-1.10.0-linux-x64.tgz mongosh-1.10.0-linux-x64 && curl -LO "https://storage.googleapis.com/kubernetes-release/release/$(curl -s https://storage.googleapis.com/kubernetes-release/release/stable.txt)/bin/linux/amd64/kubectl" && chmod +x kubectl && mv kubectl /usr/local/bin/kubectl && mkdir /.mongodb && chown 1001:1001 /.mongodb && chmod 755 /.mongodb |
| /bin/sh -c apt-get install -y openjdk-17-jre-headless && curl -fsSL -o get_helm.sh https://raw.githubusercontent.com/helm/helm/main/scripts/get-helm-3 && chmod 700 get_helm.sh && ./get_helm.sh && rm get_helm.sh && mkdir /.config /.cache && chown 1001:1001 /.config /.cache && chmod 755 /.config /.cache && apt-get clean && rm -rf /var/lib/apt/lists/* |
| /bin/sh -c curl https://dl.min.io/client/mc/release/linux-amd64/mc -o /bin/mc && chmod +x /bin/mc && mkdir /.mc && chown 1001:1001 /.mc && chmod 755 /.mc |
| USER 1001 |
| ENTRYPOINT ["kubectl"] |
| CMD ["--help"] |
Labels
| Key | Value |
|---|---|
| description | This image contains cli tools for IDHub |
| maintainer | Sath Inc. |
Details
2025-11-07 17:57:28 +00:00
Versions (23)
View all
Container
0
OCI / Docker
linux/amd64
236 MiB
latest
2026-01-14
5.0.0
2026-01-14
5.0.0-1fe14755ed
2026-01-14
5.0.0-main
2026-01-14
5.0.0-main-java25
2026-01-13