Publish linux/amd64 and arm64 images to GitHub Container Registry #194
Labels
area/ci
CI related issues and pull requests
area/install
Install and uninstall related issues and pull requests
enhancement
New feature or request
To avoid Docker Hub pull limits we should move to GitHub Container Registry and publish AMD64 and ARM64 images for the toolkit controllers:
Reference implementation:
The controller images will be made public under
ghcr.io/fluxcd/
:ghcr.io/fluxcd/<controller>:semver
ghcr.io/fluxcd/<controller>-arm64:semver
Once the controller images are available on GitHub Container Registry, we should add a command flag to gotk install/bootstrap that allows users to chose between amd64 and arm64 e.g.:
The text was updated successfully, but these errors were encountered: