Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Publish linux/amd64 and arm64 images to GitHub Container Registry #194

Closed
4 tasks done
stefanprodan opened this issue Sep 2, 2020 · 0 comments · Fixed by #204
Closed
4 tasks done

Publish linux/amd64 and arm64 images to GitHub Container Registry #194

stefanprodan opened this issue Sep 2, 2020 · 0 comments · Fixed by #204
Assignees
Labels
area/ci CI related issues and pull requests area/install Install and uninstall related issues and pull requests enhancement New feature or request

Comments

@stefanprodan
Copy link
Member

stefanprodan commented Sep 2, 2020

To avoid Docker Hub pull limits we should move to GitHub Container Registry and publish AMD64 and ARM64 images for the toolkit controllers:

  • source-controller
  • kustomize-controller
  • helm-controller
  • notification-controller

Reference implementation:

The controller images will be made public under ghcr.io/fluxcd/:

  • linux/amd64: ghcr.io/fluxcd/<controller>:semver
  • linux/arm64: 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.:

gotk install --arch=arm64
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/ci CI related issues and pull requests area/install Install and uninstall related issues and pull requests enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant