fedora-cloud / docker-brew-fedora

MIT License
176 stars 46 forks source link

F35 image removed /bin/su #101

Open kbknapp opened 2 years ago

kbknapp commented 2 years ago

At work we use the fedora base containers for our build system. When updating our images from F34 to F35 we notice all of our builds failed to start. Our builds invoke commands in the container in the form of /bin/su -c "$CMD" $USER but the fedora:35 image does not contain /bin/su

Was this intentional, or is there a workaround for such? Thanks!