FROM centos:centos7 MAINTAINER Tom Tyler "ttyler@perforce.com" RUN yum update -y RUN yum install -y file rsync sudo vim wget which
# | Change | User | Description | Committed | |
---|---|---|---|---|---|
#1 | 28323 | Robert Cowham | Upgrade to Helix Installer which installs Released SDP 2021.2.27425 (2021/02/09). | ||
//guest/perforce_software/helix-installer/dev-ami-builder/test/docker/Dockerfile.centos7.base | |||||
#1 | 28153 | Robert Cowham |
Upgrade to latest version of Helix Installer Redo ami_install_sdp.sh changes |
||
//guest/perforce_software/helix-installer/main/test/docker/Dockerfile.centos7.base | |||||
#2 | 28129 | C. Thomas Tyler |
Released SDP 2021.3.28126 (2021/10/24). Copy Up using 'p4 copy -r -b perforce_software-helix-installer-dev'. |
||
#1 | 27427 | C. Thomas 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.centos7.base | |||||
#5 | 27386 | C. Thomas Tyler | Removed some packages not needed in base Docker images. | ||
#4 | 27384 | C. Thomas Tyler |
Removed unneeded (and failing) ssh-keygen commands from Docker setup. We may need SSH keys for more sophisticated tests later, but in that case we wouldn't want them baked into Docker image as we'd want to test our software that generates keys. |
||
#3 | 27303 | C. Thomas Tyler | General test suite usability and doc enhancements. | ||
#2 | 27287 | C. Thomas 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 | C. Thomas Tyler |
Added Docker test suite to displace Vagrant. Initial version passes with options: hits.sh -o centos7 |