Skip to content

Commit

Permalink
Added CONTAINER_TOOL to set container tool for operator build (operat…
Browse files Browse the repository at this point in the history
  • Loading branch information
stanislavulrych committed Oct 17, 2022
1 parent be67fd8 commit ce8b4bd
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions changelog/fragments/enable-setting-of-container-tool.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# entries is a list of entries to include in
# release notes and/or the migration guide
entries:
- description: >
For Go-based operators: Added `CONTAINER_TOOL` variable for setting of container tool for
building the operator, bundle and catalog images.
By default, docker is used.
Use `CONTAINER_TOOL=podman` to build with podman. The settings can be passed to the make
commands by setting 'make <target> CONTAINER_TOOL=podman' or set in the `Makefile`.
The taget names `docker-build`, `docker-push` in the `Makefile` are kept to keep backward compability.
kind: "addition"
# Is this a breaking change?
breaking: false

0 comments on commit ce8b4bd

Please sign in to comment.