Skip to content

argocd

Continuous delivery tool for Kubernetes

Argo CD is a declarative, GitOps continuous delivery tool for Kubernetes.

devops

https://github.com/argoproj/argo-cd

arm64 amd64

Installation

1. Add WakeMeOps repository

curl -sSL https://raw.githubusercontent.com/upciti/wakemeops/main/assets/install_repository | sudo bash

2. Install argocd

sudo apt install argocd

Snippets

FROM wakemeops/minideb:bullseye

RUN install_packages \
    argocd=2.11.7*

USER 1001
- name: Install dependencies
  uses: upciti/wakemeops-action@v1
  with:
    packages: |
      argocd=2.11.7*

Download URLs

Version SHA256 Size (KB)
2.11.7 dd4b2f2d29e6ad0b3de792ea7fc8b650f71c6aca6e48181a3cb9af51008828fd 24048
2.11.6 813cdbe12b7a6d3b669b5427f80b60e2447ae628328a239df91ddc9a4352c44c 24039
2.11.5 2bf562fa5b7d89da29cd0e246bede8740dda7917bd0e2f1777e10756ce1fcc13 24042
2.11.4 446d31a492b5aa75aa42b86742e555fb72a17fe763fbfdc94d46e5356226ea77 24042
2.11.3 79027152aa30d6e1a075800ff0231a624888e784cd569a912f9c84192718631a 24042
2.11.2 38a30907c1762f1076fec6fa63eaf2f0debe07cacf6b611d5044d0a54ff4ad12 24043
2.10.9 8c5fd4d43300e2f4ea52300b0a80394186766806ca7aeee4da7fc40c52527e47 23931
2.10.5 0cd6b9ea446a5c56b364be6d983a286dbfed102a6ae81f99e035c3b66a8e75b7 23929
2.9.6 ab3c9747a0be70f48ad1f71c1c812a0000b05c8bf4576fcf4fb28aea8ff3ff47 23085
2.8.6 8d407edf40796fe52437c48d109ab3e191a2f20c19c1838bfc31708aa415f72f 22679
Version SHA256 Size (KB)
2.11.7 864c81d532a1dd26a767efa8435e87ed93c5237c00fbe6a7278149f9c1bbab85 21067
2.11.6 0991b721a5ed2ee15cec05a6dfb05093ef151c10386961a6c9b5e4a010d50ec6 21065
2.11.5 fc3cf2f4d43445293e9b8955aa3b7380ea7a69b4868330f67fe2e477a6a4cce5 21063
2.11.4 22d6a9de29cd5a8c3f9108d9a9ecd78c04c91c05c683f3b9e92bccf3f932b1cf 21063
2.11.3 0ccfad91f47ebd8e5c5153f3f75b71e69056abdd270e9e8db72812d4717a7811 21064
2.11.2 590ed7370020a103ce7e584651a9f19c2b8a80a067606515a1804599e0cae985 21075
2.10.9 5a8eeb6dc6dd4fd5ed5f68ae91e10b5f7115f1ab67f7fecdcacf50af98568c69 20996
2.10.5 6df355942a415b18f9acaa540d7ed12d15836e739e4afb90f111869a5993554b 20987
2.9.6 d661ece5105890996aab8ec0b5b57ef5db23361f3db7834688f4c3b61dbbc68a 20218
2.8.6 f92d76f8f225563760487210298f21c218c02daba5de00596309f7d65ed6996a 19833

Blueprints

Debian packages listed on this page are generated from op2deb YAML blueprints. Blueprints for argocd are versioned here.

Click here to see argocd ops2deb blueprints
https://github.com/upciti/wakemeops/blob/main/blueprints/devops/argocd/ops2deb.yml
name: argocd
matrix:
  architectures:
    - amd64
    - arm64
  versions:
    - 2.5.10
    - 2.6.7
    - 2.7.10
    - 2.8.6
    - 2.9.6
    - 2.10.5
    - 2.10.9
    - 2.11.2
    - 2.11.3
    - 2.11.4
    - 2.11.5
    - 2.11.6
    - 2.11.7
homepage: https://github.com/argoproj/argo-cd
summary: continuous delivery tool for Kubernetes
description: Argo CD is a declarative, GitOps continuous delivery tool for Kubernetes.
fetch: https://github.com/argoproj/argo-cd/releases/download/v{{version}}/argocd-linux-{{arch}}
install:
  - argocd-linux-{{arch}}:/usr/bin/argocd

The blueprint fetch keyword contains a URL template pointing to argocd releases. Downloaded files are locked in a lockfile versioned here.

Click here to see argocd release hashes
https://github.com/upciti/wakemeops/blob/main/blueprints/devops/argocd/ops2deb.lock.yml
- url: https://github.com/argoproj/argo-cd/releases/download/v2.10.5/argocd-linux-amd64
  sha256: 43eeae794cf83e28729d7f5ea09b356399d4709e89207b78f991f3342f2b496a
  timestamp: 2024-06-10 23:35:01+00:00
- url: https://github.com/argoproj/argo-cd/releases/download/v2.10.5/argocd-linux-arm64
  sha256: 907a823cf024ce9509ded83c1ee4ab5f85560a813f617b9ddfce31cbc67aea21
  timestamp: 2024-06-10 23:35:01+00:00
- url: https://github.com/argoproj/argo-cd/releases/download/v2.10.9/argocd-linux-amd64
  sha256: 459251513e56a1f103057c1436e4b7b3e5f326f2a726a61d29d151e364c62233
  timestamp: 2024-06-10 23:35:01+00:00
- url: https://github.com/argoproj/argo-cd/releases/download/v2.10.9/argocd-linux-arm64
  sha256: 75ee8d18f8e9ec92cf4ea6d8e67041903fe8c2d367a78f249429151bd9d6bfa2
  timestamp: 2024-06-10 23:35:01+00:00
- url: https://github.com/argoproj/argo-cd/releases/download/v2.11.2/argocd-linux-amd64
  sha256: 7d8e20974e94145cbfbf342accd5436d439344474ec8fb1e742c8b7c006eb663
  timestamp: 2024-06-10 23:35:01+00:00
- url: https://github.com/argoproj/argo-cd/releases/download/v2.11.2/argocd-linux-arm64
  sha256: 6edb2ab322bfbd51801187a90dc7613b4324e8f7e171ed37ef22fdce95158d07
  timestamp: 2024-06-10 23:35:01+00:00
- url: https://github.com/argoproj/argo-cd/releases/download/v2.11.3/argocd-linux-amd64
  sha256: 6b7551e83e8296a7b0ee265400429e81185fc49f012b537016ded6ef17c178f0
  timestamp: 2024-06-10 23:35:01+00:00
- url: https://github.com/argoproj/argo-cd/releases/download/v2.11.3/argocd-linux-arm64
  sha256: fb7fb985ffdae09e930666ff705ffe11cbe3c4eb6edb647c44cc8599b2dff193
  timestamp: 2024-06-10 23:35:01+00:00
- url: https://github.com/argoproj/argo-cd/releases/download/v2.5.10/argocd-linux-amd64
  sha256: d3f24a281c8e1111ed6a4ab653b745f01e3965448b12c3b439033f29fd809884
  timestamp: 2024-06-10 23:35:01+00:00
- url: https://github.com/argoproj/argo-cd/releases/download/v2.5.10/argocd-linux-arm64
  sha256: ba9b93d0d02d10af16b4201ae981015d6a41b4ffdb1ee2af6392c0b03859448f
  timestamp: 2024-06-10 23:35:01+00:00
- url: https://github.com/argoproj/argo-cd/releases/download/v2.6.7/argocd-linux-amd64
  sha256: 81f7551b72f7ab9f834d8871e186bb6ae70000fa7a53f59296378c921779fd2d
  timestamp: 2024-06-10 23:35:01+00:00
- url: https://github.com/argoproj/argo-cd/releases/download/v2.6.7/argocd-linux-arm64
  sha256: 03e649483a8e121e4fac87127ee32485c7f26499fbed940738522cdba00bd20f
  timestamp: 2024-06-10 23:35:01+00:00
- url: https://github.com/argoproj/argo-cd/releases/download/v2.7.10/argocd-linux-amd64
  sha256: 975759e2b3182464be4e7255c84c9d1c975748cdf3697504ac242cce8b9455de
  timestamp: 2024-06-10 23:35:01+00:00
- url: https://github.com/argoproj/argo-cd/releases/download/v2.7.10/argocd-linux-arm64
  sha256: 2ca30063c582d22ff9699be107844b0c01c8312ae6230e554160f73cd60885a2
  timestamp: 2024-06-10 23:35:01+00:00
- url: https://github.com/argoproj/argo-cd/releases/download/v2.8.6/argocd-linux-amd64
  sha256: 6438ab80627e1ef2b4e6f51712dd6eae4bd07bcfd59de01cddb26857de737667
  timestamp: 2024-06-10 23:35:01+00:00
- url: https://github.com/argoproj/argo-cd/releases/download/v2.8.6/argocd-linux-arm64
  sha256: 3ca043d43a51c06bc6650a200e69352a57998185cd5b080d22febe59d1bb81bf
  timestamp: 2024-06-10 23:35:01+00:00
- url: https://github.com/argoproj/argo-cd/releases/download/v2.9.6/argocd-linux-amd64
  sha256: fa5d7d85c1d8a59c20982380c17d83cbd5096bcced6fbf9279436b3e8f078ea8
  timestamp: 2024-06-10 23:35:01+00:00
- url: https://github.com/argoproj/argo-cd/releases/download/v2.9.6/argocd-linux-arm64
  sha256: 3485a0583a6b240e4e8e49516d7002043713c5ce18cc596305f989ca9a5576a2
  timestamp: 2024-06-10 23:35:01+00:00
- url: https://github.com/argoproj/argo-cd/releases/download/v2.11.4/argocd-linux-amd64
  sha256: 3ce85b8eda1397911d21e7e1a808be0d80ccc253d63ec4395becb9ebefaf6f84
  timestamp: 2024-07-15 18:07:39+00:00
- url: https://github.com/argoproj/argo-cd/releases/download/v2.11.4/argocd-linux-arm64
  sha256: e14994174e8347ea2176c22a8c722ad21e770559fdd2349a307f8a939ab9695f
  timestamp: 2024-07-15 18:07:39+00:00
- url: https://github.com/argoproj/argo-cd/releases/download/v2.11.5/argocd-linux-amd64
  sha256: cfab3b2508ea2d757d4ef143ce730927e0b543c6444a99af028b5a2c9cf82ab6
  timestamp: 2024-07-15 21:06:41+00:00
- url: https://github.com/argoproj/argo-cd/releases/download/v2.11.5/argocd-linux-arm64
  sha256: 2d9f312eedaf035d2b38ebfd57b84ab2772d1389ff537b29b0a61c3f7a6081f8
  timestamp: 2024-07-15 21:06:41+00:00
- url: https://github.com/argoproj/argo-cd/releases/download/v2.11.6/argocd-linux-amd64
  sha256: d645ffd8c70fe8bb51c0c9a2cc639275f8ea1c2cba24de032341d3deecd5fc85
  timestamp: 2024-07-23 18:07:18+00:00
- url: https://github.com/argoproj/argo-cd/releases/download/v2.11.6/argocd-linux-arm64
  sha256: ba7b71f7bfeae68d72f57ed4bb354227e2f441a5a20b721e218df32bf9916e66
  timestamp: 2024-07-23 18:07:18+00:00
- url: https://github.com/argoproj/argo-cd/releases/download/v2.11.7/argocd-linux-amd64
  sha256: 64db335c5b1b6b63ab5d6530894429a803897d2ab8293272ad6e8e166e677b35
  timestamp: 2024-07-24 21:06:29+00:00
- url: https://github.com/argoproj/argo-cd/releases/download/v2.11.7/argocd-linux-arm64
  sha256: db8bfa0b17d462a2e2234c17b2c5f6705181f0413efd40bb71438b881f3f4621
  timestamp: 2024-07-24 21:06:29+00:00

Badge

WakeMeOps

[![WakeMeOps](https://docs.wakemeops.com/badges/argocd.svg)](https://docs.wakemeops.com/packages/argocd)
<a href="https://docs.wakemeops.com/packages/argocd">
  <img src="https://docs.wakemeops.com/badges/argocd.svg"/>
</a>
.. image:: https://docs.wakemeops.com/badges/argocd.svg
:target: https://docs.wakemeops.com/packages/argocd