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
The version bump is warranted by a number of fixes for Podman
compatibility, with the biggest improvement being that the user's account
wasn't properly created in the container, so their home
directory was not writeable, which rather defeats the whole point of running DUE.
Additionally, fixes were added for RedHat Docker image compatibility,
in that the version of 'adduser' in Fedora 33 does not support the
same arguments as the version of 'adduser' in Debian.
Sp while DUE would allow running Debian containers on a Red Hat system,
running Red Hat containers would fail on user account creation in the container.
I suspect these sorts of compatibility issues will come up again,
so this may provide a useful template for handling them.
This discussion was created from the release v3.1.0.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
The version bump is warranted by a number of fixes for Podman
compatibility, with the biggest improvement being that the user's account
wasn't properly created in the container, so their home
directory was not writeable, which rather defeats the whole point of running DUE.
Additionally, fixes were added for RedHat Docker image compatibility,
in that the version of 'adduser' in Fedora 33 does not support the
same arguments as the version of 'adduser' in Debian.
Sp while DUE would allow running Debian containers on a Red Hat system,
running Red Hat containers would fail on user account creation in the container.
I suspect these sorts of compatibility issues will come up again,
so this may provide a useful template for handling them.
This discussion was created from the release v3.1.0.
Beta Was this translation helpful? Give feedback.
All reactions