FROM perforce_hi/rocky8-base MAINTAINER Tom Tyler "ttyler@perforce.com" ADD setup_container.sh /tmp RUN /bin/bash -x /tmp/setup_container.sh ADD insecure_ssh_key.pub /tmp ADD insecure_ssh_key /tmp ADD setup_ssh.sh /tmp RUN /bin/bash -x /tmp/setup_ssh.sh # For SSH EXPOSE 22 USER root CMD ["/hi/test/docker/docker_entry.sh"]
# | Change | User | Description | Committed | |
---|---|---|---|---|---|
#1 | 28129 | C. Thomas Tyler |
Released SDP 2021.3.28126 (2021/10/24). Copy Up using 'p4 copy -r -b perforce_software-helix-installer-dev'. |
||
//guest/perforce_software/helix-installer/dev/test/docker/Dockerfile.rocky8.hi | |||||
#2 | 28122 | C. Thomas Tyler |
Changed Ubuntu to use the official Ubuntu 'library' image tag. Changed Rocky Linux to use the official Rocky Linux images. Corrected name of FROM images in "*.hi" files to reference 'perforce_hi/' rather than 'perforce/'. |
||
#1 | 27853 | C. Thomas Tyler | Added Docker files for testing on Rocky Linux 8 now that it is GA. |