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

Build operator with rules_docker instead of containerfile #944

Merged
merged 1 commit into from
Jun 21, 2024

Conversation

ahadas
Copy link
Member

@ahadas ahadas commented Jun 21, 2024

We cannot push the operator image with recent images of Ubuntu in GitHub actions because recent versions of Docker create the image differently and as a result, they cannot be pushed to quay.io. Thus, replacing the way we build the operator image to match how other images are built and this way, we are able to push the image to quay.io.

We cannot push the operator image with recent images of Ubuntu in GitHub
actions because recent versions of Docker create the image differently
and as a result, they cannot be pushed to quay.io. Thus, replacing the
way we build the operator image to match how other images are built and
this way, we are able to push the image to quay.io.

Signed-off-by: Arik Hadas <[email protected]>
@ahadas ahadas merged commit ccb54b8 into kubev2v:main Jun 21, 2024
15 of 17 checks passed
@ahadas ahadas deleted the format_oci branch June 21, 2024 13:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant