Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Fixes #63
Apply podman workarounds if it's selected as the
CONTAINER_BUILDER
or if it emulatesdocker
.S2I is unable to fix this for over year and half... openshift/source-to-image#966 They have a workaround available though, a
---as-dockerfile
option. This makess2i
create aDockerfile
instead of building the image directly. ThisDockerfile
can be later used to build the target viapodman
/buildah
.@cfchase please verify it still builds with docker
@goern can you please try out against the fedora's podman if this builds using the podman workarounds