-
Notifications
You must be signed in to change notification settings - Fork 10
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
Include mechanism in makefile to build and push image and bundle through the podman #62
Comments
Can be just slightly adjusted #53 |
sarroutbi
added a commit
to sarroutbi/attestation-operator
that referenced
this issue
Feb 13, 2024
This change allows controller and controller bundle generation through podman, by using next commands: make podman-build podman-push DOCKER_TAG=quay.io/{quay_user}/attestation-operator:v0.1.0 make podman-bundle DOCKER_TAG=quay.io/{quay_user_here}/attestation-operator:v0.1.0 make podman-bundle-build podman-bundle-push BUNDLE_IMG="quay.io/{quay_user}/attestation-operator-bundle:v0.1.0" Resolves: keylime#62 Signed-off-by: Sergio Arroutbi <[email protected]>
sarroutbi
added a commit
to sarroutbi/attestation-operator
that referenced
this issue
Feb 13, 2024
This change allows controller and controller bundle generation through podman, by using next commands: ```bash make podman-build podman-push DOCKER_TAG=quay.io/{quay_user}/attestation-operator:v0.1.0 make podman-bundle DOCKER_TAG=quay.io/{quay_user_here}/attestation-operator:v0.1.0 make podman-bundle-build podman-bundle-push BUNDLE_IMG="quay.io/{quay_user}/attestation-operator-bundle:v0.1.0" ``` Resolves: keylime#62 Signed-off-by: Sergio Arroutbi <[email protected]>
maugustosilva
pushed a commit
that referenced
this issue
Feb 13, 2024
This change allows controller and controller bundle generation through podman, by using next commands: ```bash make podman-build podman-push DOCKER_TAG=quay.io/{quay_user}/attestation-operator:v0.1.0 make podman-bundle DOCKER_TAG=quay.io/{quay_user_here}/attestation-operator:v0.1.0 make podman-bundle-build podman-bundle-push BUNDLE_IMG="quay.io/{quay_user}/attestation-operator-bundle:v0.1.0" ``` Resolves: #62 Signed-off-by: Sergio Arroutbi <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It would be great to be able to build image and bundle image through the podman, It can help with building and pushing images in enviroment where is by default use podman.
The text was updated successfully, but these errors were encountered: