Dockerfile.ubuntu20.hi #2

  • //
  • guest/
  • perforce_software/
  • helix-installer/
  • main/
  • test/
  • docker/
  • Dockerfile.ubuntu20.hi
  • View
  • Commits
  • Open Download .zip Download (331 B)
FROM perforce_hi/ubuntu20-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
#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.ubuntu20.hi
#1 27284 C. Thomas Tyler Added Docker test suite to displace Vagrant.
Initial version passes with options:
hits.sh -o centos7