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 mechanism in makefile to build and push image and bundle through the podman #62

Closed
Koncpa opened this issue Jan 29, 2024 · 1 comment · Fixed by #70
Closed

Comments

@Koncpa
Copy link

Koncpa commented Jan 29, 2024

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.

@Koncpa
Copy link
Author

Koncpa commented Jan 29, 2024

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
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant