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

Include Makefile rules for podman build #70

Merged

Conversation

sarroutbi
Copy link
Collaborator

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: #62

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]>
@sarroutbi sarroutbi force-pushed the 202402131049-podman-adaptation branch from 75ddc72 to 9648106 Compare February 13, 2024 10:50
@maugustosilva maugustosilva merged commit b88f824 into keylime:main Feb 13, 2024
2 checks passed
@sarroutbi sarroutbi deleted the 202402131049-podman-adaptation branch March 11, 2024 15:05
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.

Include mechanism in makefile to build and push image and bundle through the podman
2 participants