Skip to content

Prepare your own ArgoCD image with installed helm plugins.

License

Notifications You must be signed in to change notification settings

SplashtopInc/stp-argocd

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

Splashtop customized ArgoCD image

Update ArgoCD version

  • Get the ArgoCD last version from "appVersion" in this file: https://github.com/argoproj/argo-helm/blob/master/charts/argo-cd/Chart.yaml

  • Modify Dockerfile:

    vi Dockerfile
  • Update version:

    # Get the ArgoCD last version from "appVersion" in the file:
    #   https://github.com/argoproj/argo-helm/blob/master/charts/argo-cd/Chart.yaml
    FROM quay.io/argoproj/argocd:v2.2.1  # <== update version
    ...

Login to ECR

aws ecr-public get-login-password --region us-east-1 --profile ???? | docker login --username AWS --password-stdin public.ecr.aws/k7c3r6j5

Build image

Build image:

docker build -t stp-argocd-grn565vx .

Copy the first 8 characters from HASH, and paste in tag:

docker tag stp-argocd-grn565vx:latest public.ecr.aws/k7c3r6j5/stp-argocd-grn565vx:????????

Push to ECR

docker push public.ecr.aws/k7c3r6j5/stp-argocd-grn565vx:????????

About

Prepare your own ArgoCD image with installed helm plugins.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Dockerfile 100.0%