31 Jan
2023
31 Jan
'23
10:38
https://bugzilla.suse.com/show_bug.cgi?id=1207784 https://bugzilla.suse.com/show_bug.cgi?id=1207784#c2 --- Comment #2 from Egbert Eich <eich@suse.com> --- This problem seems to be podman-specific and is related to the message: `SHELL is not supported for OCI image format, [docker-shell] will be ignored. Must use `docker` format` The Dockerfile option SHELL has not made it into the OCI specification. This can be circumvented by using `podman build --format=docker ...` for building. Thus, it should be possible to work around this using this command line option. -- You are receiving this mail because: You are on the CC list for the bug.