openshift / openshift/oadp-operator
Bug: docker buildx build on remote container do not need to run docker-push/bundle-push
Open
@kaovilai is already working on this.
Since Mar 28, 2025.
lifecycle/frozen
- Dominant language
- Go
- Stars
- 92
- Forks
- 93
- Avg merge
- 1d 23h
- Merged PRs (30d)
- 43
Description
make docker-build bundle-build
both needs --push
and docker-push and bundle-push need to skip because docker daemon do not have the image to push.
Alternatively add --load like https://github.com/openshift/oadp-operator/pull/1593
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.