24.0
This release should not break anything that already works, but be cautious and ensure everything is in order before the update.
Since the container no longer manages the default user, you probably want to be sure that /etc/passwd
is preserved. But you can always create the same user and re-mount an existing /etc/shadow
file after.
Added
- The
/srv/entrypoint.sh
script; - The
add-user
command; - The
del-user
command.
Removed
- The
generate.sh
script.
Changed
- The
/etc
files are handled by the container image directives now; - The
/etc/sockd.conf
became a symlink to the/srv/dante.conf
; - The container image no longer adds the default user on build;
- The container image command and entry point.