argoproj-labs / argocd-agent

Redefining the multi cluster story of Argo CD
Apache License 2.0
79 stars 15 forks source link

fix: casing for Dockerfiles and default make image repo url #200

Closed mikeshng closed 1 month ago

mikeshng commented 1 month ago

Small fix to Dockerfiles to avoid getting a warning when running make image-...

 1 warning found (use docker --debug to expand):
 - FromAsCasing: 'as' and 'FROM' keywords' casing do not match (line 1)

Adjust the default image repo from a personal repo to the default deployment repo.