Block a user
argocd-image (latest)
Published 2026-04-01 00:11:23 +00:00 by tintindohoang
Installation
docker pull repo.tintindo.xyz/tintindohoang/argocd-image:latestsha256:0cbc182b547f36c736af0000306428b99e58d3043ce9f6cc398a62262ddc9aa4
Images
| Digest | OS / Arch | Size |
|---|---|---|
| fa216d4d72 | linux/amd64 | 126 MiB |
| e0162a2ba4 | linux/arm64 | 126 MiB |
Image Layers ( linux/arm64)
| ARG RELEASE |
| ARG LAUNCHPAD_BUILD_ARCH |
| LABEL org.opencontainers.image.ref.name=ubuntu |
| LABEL org.opencontainers.image.version=24.04 |
| ADD file:2763d61bc43bd178306ae0d4151c2477166ebf199b8d7294d9ea410f9891993f in / |
| CMD ["/bin/bash"] |
| ENV DEBIAN_FRONTEND=noninteractive |
| RUN /bin/sh -c apt-get update && apt-get install -y ca-certificates curl jq --no-install-recommends && rm -rf /var/lib/apt/lists/* # buildkit |
| RUN /bin/sh -c curl -sSL -o /usr/local/bin/argocd https://github.com/argoproj/argo-cd/releases/latest/download/argocd-linux-amd64 && chmod +x /usr/local/bin/argocd # buildkit |
| RUN /bin/sh -c curl -LO "https://dl.k8s.io/release/$(curl -L -s https://dl.k8s.io/release/stable.txt)/bin/linux/amd64/kubectl" && install -o root -g root -m 0755 kubectl /usr/local/bin/kubectl && rm kubectl # buildkit |
| WORKDIR /app |
| COPY app/ /app # buildkit |
| RUN /bin/sh -c chmod +x /app/*.sh # buildkit |
| RUN /bin/sh -c argocd version --client && kubectl version --client # buildkit |
Labels
| Key | Value |
|---|---|
| org.opencontainers.image.ref.name | ubuntu |
| org.opencontainers.image.version | 24.04 |