You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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!
The text was updated successfully, but these errors were encountered:
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 thefedora:35
image does not contain/bin/su
Was this intentional, or is there a workaround for such? Thanks!
The text was updated successfully, but these errors were encountered: