Loading docker/test_client/Dockerfile +1 −0 Original line number Diff line number Diff line # Use python 3 as base image FROM python:3 # Create a new user called test_client, create the home directory and set the default shell Loading docker/transfer_service/Dockerfile +1 −0 Original line number Diff line number Diff line # Use CentOS 8 as base image FROM centos:8 # Create a new user called transfer_service, create the home directory and set the default shell Loading Loading
docker/test_client/Dockerfile +1 −0 Original line number Diff line number Diff line # Use python 3 as base image FROM python:3 # Create a new user called test_client, create the home directory and set the default shell Loading
docker/transfer_service/Dockerfile +1 −0 Original line number Diff line number Diff line # Use CentOS 8 as base image FROM centos:8 # Create a new user called transfer_service, create the home directory and set the default shell Loading