FROM library/ubuntu:20.04 MAINTAINER Tom Tyler "ttyler@perforce.com" RUN apt-get -y update RUN apt-get install -y curl rsync sudo vim wget RUN apt-get autoremove RUN apt-get clean
# | Change | User | Description | Committed | |
---|---|---|---|---|---|
#2 | 28129 | tom_tyler |
Released SDP 2021.3.28126 (2021/10/24). Copy Up using 'p4 copy -r -b perforce_software-helix-installer-dev'. |
||
#1 | 27427 | tom_tyler |
Released SDP 2021.2.27425 (2021/02/09). Copy Up using 'p4 copy -r -b perforce_software-helix-installer-dev'. |
||
//guest/perforce_software/helix-installer/dev/test/docker/Dockerfile.ubuntu20.base | |||||
#5 | 27386 | tom_tyler | Removed some packages not needed in base Docker images. | ||
#4 | 27303 | tom_tyler | General test suite usability and doc enhancements. | ||
#3 | 27295 | tom_tyler | Simplified Ubuntu base file. | ||
#2 | 27287 | tom_tyler |
Removed excess content from Docker *.base files, mostly removing Python which isn't needed in the image (as the Helix Installer that we're testing has its own knowledge of platform-dependent lists of what needs to be installed where). Evolved test suite doc. |
||
#1 | 27284 | tom_tyler |
Added Docker test suite to displace Vagrant. Initial version passes with options: hits.sh -o centos7 |