Add labels to the image. Fix userconf.

This commit is contained in:
Andrea Dell'Amico 2022-03-30 19:20:20 +02:00
parent 1d0997e89d
commit fe9fc024fe
Signed by: andrea.dellamico
GPG Key ID: 147ABE6CEB9E20FF
2 changed files with 6 additions and 2 deletions

View File

@ -64,8 +64,7 @@ if [ "$USERID" -ne 1000 ]
elif [ "$USER" != "$DEFAULT_USER" ] elif [ "$USER" != "$DEFAULT_USER" ]
then then
## cannot move home folder when it's a shared volume, have to copy and change permissions instead ## cannot move home folder when it's a shared volume, have to copy and change permissions instead
cp -r /home/$DEFAULT_USER/* /home/$USER cp -r /home/$DEFAULT_USER/.??* /home/$USER || true
cp -r /home/$DEFAULT_USER/.??* /home/$USER
## RENAME the user ## RENAME the user
usermod -l $USER -d /home/$USER $DEFAULT_USER usermod -l $USER -d /home/$USER $DEFAULT_USER
groupmod -n $USER $DEFAULT_USER groupmod -n $USER $DEFAULT_USER

View File

@ -1,5 +1,10 @@
FROM d4science/r-full:latest FROM d4science/r-full:latest
LABEL org.d4science.image.licenses="EUPL-1.2" \
org.d4science.image.source="https://github.com/rocker-org/rocker-versioned2" \
org.d4science.image.vendor="D4Science <https://www.d4science.org>" \
org.d4science.image.authors="Andrea Dell'Amico <andrea.dellamico@isti.cnr.it>, Roberto Cirillo <roberto.cirillo@isti.cnr.it>" \
org.d4science.image.r_version="2022.02.1+461"
ENV S6_VERSION=v2.1.0.2 ENV S6_VERSION=v2.1.0.2
ENV RSTUDIO_VERSION=2022.02.1+461 ENV RSTUDIO_VERSION=2022.02.1+461