Skip to content

Include Makefile rules for podman build#70

Merged
maugustosilva merged 1 commit intokeylime:mainfrom
sarroutbi:202402131049-podman-adaptation
Feb 13, 2024
Merged

Include Makefile rules for podman build#70
maugustosilva merged 1 commit intokeylime:mainfrom
sarroutbi:202402131049-podman-adaptation

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
@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