Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion roles/build_push_container/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,9 @@
--reset
-c yes
-p yes
# Use host network until https://issues.redhat.com/browse/RHEL-136313 fixed
_podman_build_cmd: >-
podman build
podman build --network host
--security-opt="label=disable"
--platform={{ cifmw_build_push_container_supported_platform | join(',') }}
{% if _multi_arch_build -%}
Expand Down