Feature id and version
ghcr.io/devcontainers-extra/features/argo-cd:1
Dev Container base Image
mcr.microsoft.com/devcontainers/python:1-3-bookworm
What happened?
The latest argo-cd release is 3.0.6
This install script thinks the latest version is 3.0.9
The resulting download url returns a 404.
The download is not checked!
The resulting file contains "Not found" instead of the desired binary.
The install script does not fail, but it should.
There are probably more packages with the same issue.
Relevant log output
ARGOCD_VERSION=3.0.9
Done!
Feature id and version
ghcr.io/devcontainers-extra/features/argo-cd:1
Dev Container base Image
mcr.microsoft.com/devcontainers/python:1-3-bookworm
What happened?
The latest argo-cd release is 3.0.6
This install script thinks the latest version is 3.0.9
The resulting download url returns a 404.
The download is not checked!
The resulting file contains "Not found" instead of the desired binary.
The install script does not fail, but it should.
There are probably more packages with the same issue.
Relevant log output
ARGOCD_VERSION=3.0.9 Done!