FROM ubuntu-base MAINTAINER Robert Cowham "rcowham@perforce.com" ADD setup_container.sh /tmp RUN /bin/bash -x /tmp/setup_container.sh CMD ["/p4/docker_entry.sh"]
# | Change | User | Description | Committed | |
---|---|---|---|---|---|
#8 | 27002 | tom_tyler |
Updated ubuntu tests to add needed utilities, and change from testing Ubuntu 16.04 to 20.04. Changed 'centos' to imply cento7 rather than centos6 (which we shoud drop soon). |
||
#7 | 25263 | robert_cowham |
Fix Centos permissions Fix ubuntu ssh |
||
#6 | 25259 | robert_cowham | Fix Ubuntu user account in dockerfile | ||
#5 | 25258 | robert_cowham |
Rework the containers in preparation for multi container testing mkrep changes: Remove -c cfg option which was unused anyway Converted tabs to spaces Fixed logic error causing forwarding replicas to bail due to unsupported p4d version Standby servers require ReplicatingFrom field Add seconds to log file name (useful for testing to avoid overwriting files) |
||
#4 | 19045 | robert_cowham |
Add docker file for Centos7 Refactor to move common stuff to a shell script. |
||
#3 | 19040 | robert_cowham |
Tweaks to Docker files. Ubuntu uses packages for Python 3.4. Centos doesn't yet. |
||
#2 | 19019 | robert_cowham | Run ubuntu | ||
#1 | 19017 | robert_cowham | Ubuntu basic docker working |