While building with podman-compose instead of docker I found out that our current docker files make use of the SHELL command. This means they are not compliant to build OCI images podman-container-tools/podman#8477 . It's not a huge deal, but replacing these invocations would make building with podman slightly easier.
While building with podman-compose instead of docker I found out that our current docker files make use of the SHELL command. This means they are not compliant to build OCI images podman-container-tools/podman#8477 . It's not a huge deal, but replacing these invocations would make building with podman slightly easier.