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 the install manifests to GHCR and DockerHub as OCI artifacts #3088

Merged
merged 1 commit into from
Sep 9, 2022

Conversation

stefanprodan
Copy link
Member

Add CI workflow to build and push the install manifests as OCI artifacts to:

  • ghcr.io/fluxcd/flux-manifests
  • docker.io/fluxcd/flux-manifests

The manifests pushed to GHCR have the container images set to image: ghcr.io/fluxcd/<controller-name>:<controller-version> while the manifests pushed to DockerHub have the controller images set to image: docker.io/fluxcd/<controller-name>:<controller-version>.

The OCI artifacts are signed with Cosign and GitHub OIDC (keyless).

Add workflow to build and push the install manifests to:
- ghcr.io/fluxcd/flux-manifests
- docker.io/fluxcd/flux-manifests
The OCI artifacts are signed with Cosign and GitHub OIDC (keyless).
The manifests pushed to GHCR have the container images set to ghcr.io/fluxcd/<controller-name> while the manifests pushed to DockerHub have the controller images set to docker.io/fluxcd/<controller-name>.

Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com>
@stefanprodan stefanprodan added the area/ci CI related issues and pull requests label Sep 9, 2022
@stefanprodan stefanprodan merged commit 467969d into main Sep 9, 2022
@stefanprodan stefanprodan deleted the flux-manifests branch September 9, 2022 12:23
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants