Hi there,
I have Dockerfiles containing the command
SHELL ["/bin/bash", "-c"] 
 
for setting the default shell to bash.
When I try to build images from said Dockerfiles with podman version 2.1.1, I get the error message:
"SHELL is not supported for OCI image format".
What should I do? Do I have to modify the Dockerfiles or is there another way to do this? I thought podman was a drop-in replacement for docker. Am I missing something or doing something wrong?