Skip to content
QuenchWorks

argocd 3.3.13

Image · GitOps · standard · v3.3.13

D 10cosign signedSPDX SBOMSLSA provenanceamd64 · arm64Rebuilt 2026-08-02

Argo CD, the CNCF declarative GitOps continuous-delivery controller for Kubernetes. One multi-call binary serves every component (server, repo-server, application-controller, applicationset-controller, commit-server, notifications, cmp-server), selected by argv[0] exactly as upstream does, so the chart picks a role with a single command. Built from source with upstream's own asset pipeline, so the server really serves its React web console instead of 404ing every UI route. Ships git, git-lfs, openssh-client and gnupg for private and signature-verified repos, plus Helm 3 built from source and the Wolfi Kustomize, both of which the repo-server execs by bare name.

Version

The latest line lives at the base page; older lines have their own page so you can pin and verify exactly that version.

Signed
cosign keyless
SBOM
SPDX, on digest
Provenance
SLSA build
Architectures
amd64, arm64
Runs as
nonroot (uid 1001)
Root filesystem
read-only
Image size
105.4 MB

Published versions

3 tags

Each tag is a multi-arch index (amd64 + arm64) pinned by digest. Tagged by version, never :latest.

VersionSizePublishedDigest
3.4.6latest106.0 MB2026-08-02sha256:e9f3d4132747…
3.3.13105.4 MB2026-08-02sha256:1f3655b7bc3d…
3.2.12105.0 MB2026-08-02sha256:dbf8acba889c…

Security report (Trivy)

D· 24/1006 fixable · rebuild clears them

Vulnerability detail

argocd 3.3.13 · 6 CVE
CVESeverityPackageInstalledFixed inTitle
CVE-2026-50163HIGHoras.land/oras-go/v2v2.6.12.6.2oras-go: Oras-go: Information disclosure and arbitrary file access via crafted tarball hardlinks
CVE-2026-71556HIGHgithub.com/go-git/go-git/v5v5.19.15.19.2go-git is an extensible git implementation library written in pure Go. ...
CVE-2026-71557MEDIUMgithub.com/go-git/go-git/v5v5.19.15.19.2go-git is an extensible git implementation library written in pure Go. ...
CVE-2026-46600UNKNOWNgolang.org/x/netv0.55.00.56.0Parsing an invalid SVCB or HTTPS RR can panic when the size of a param ...
GO-2026-5932UNKNOWNgolang.org/x/cryptov0.53.0not fixableThe golang.org/x/crypto/openpgp package is unmaintained, unsafe by design, and has known security issues
GO-2026-5932UNKNOWNgolang.org/x/cryptov0.52.0not fixableThe golang.org/x/crypto/openpgp package is unmaintained, unsafe by design, and has known security issues
0
Critical
3
High
1
Medium
0
Low
6
Unknown

Pull the image

Run it directly with Docker, Podman, or any Kubernetes workload. Nonroot, read-only root filesystem, built for amd64 and arm64.

Pull (tag)

docker pull ghcr.io/quenchworks/images/argocd:3.3.13

Tags

3.3.133.3.13-amd643.3.13-arm64

Images are tagged by app version (never :latest): a multi-arch index plus per-arch tags.

App version
3.3.13
Architectures
amd64, arm64
Runs as
nonroot (uid 1001)
Root filesystem
read-only
License
Apache-2.0

Verify the supply chain

This image is cosign-signed and carries an SPDX SBOM and a SLSA build-provenance attestation on the same digest. Check all three yourself:

# 1. signature — built and signed by QuenchWorks CI
cosign verify ghcr.io/quenchworks/images/argocd:3.3.13 \
  --certificate-identity-regexp 'https://github.com/quenchworks/.+' \
  --certificate-oidc-issuer https://token.actions.githubusercontent.com

# 2. SLSA build provenance — which workflow built it, from what
cosign verify-attestation --type https://slsa.dev/provenance/v1 ghcr.io/quenchworks/images/argocd:3.3.13 \
  --certificate-identity-regexp 'https://github.com/quenchworks/.+' \
  --certificate-oidc-issuer https://token.actions.githubusercontent.com

# 3. SPDX SBOM — the package inventory
cosign verify-attestation --type https://spdx.dev/Document/v2.3 ghcr.io/quenchworks/images/argocd:3.3.13 \
  --certificate-identity-regexp 'https://github.com/quenchworks/.+' \
  --certificate-oidc-issuer https://token.actions.githubusercontent.com

See the SBOM & provenance guide for reading the SBOM and using these checks in CI.

Transparency

Every image carries its SBOM and provenance as attestations on the same digest, publicly verifiable with the commands above (they check the package and the Sigstore transparency log, Rekor).

Upstream project: https://argo-cd.readthedocs.io