Commit cdf8e681 authored by Cristiano Urban's avatar Cristiano Urban
Browse files

Removed system user 'ccarbone' + fixed gitlab path in 'FROM' instruction.

parent 2409e925
Loading
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
# Use 'base' as base image
FROM git.ia2.inaf.it:5050/ia2/vospace-transfer-service/base
FROM git.ia2.inaf.it:5050/vospace/vospace-transfer-service/base

# Create a new user called transfer_service, create the home directory and set the default shell
RUN useradd -m -s /bin/bash transfer_service

# Test users
RUN useradd -m -s /bin/bash ccarbone
RUN useradd -m -s /bin/bash szorba
RUN useradd -m -s /bin/bash sbertocco
RUN useradd -m -s /bin/bash curban