What are you using to update your Docker images?

  • FrederikNJS@piefed.zip
    link
    fedilink
    English
    arrow-up
    10
    ·
    11 hours ago

    https://docs.renovatebot.com/

    All my docker images are in code in Github.

    Renovate makes a PR when there are image or helm chart updates.

    ArgoCD sees the PR merge and applies to Kubernetes.

    For a few special cases I use ArgoCD-image-updater.

    • HybridSarcasm@lemmy.worldM
      link
      fedilink
      English
      arrow-up
      1
      ·
      11 hours ago

      +1 for Renovate. It’s not a drop-in replacement for Watchtower, but it allowed me to create a robust CI/CD pipeline. And, it can be centrally run, instead of having Watchtower running on every Docker host I have.