1
0
mirror of https://github.com/projectatomic/atomic.git synced 2026-02-06 03:45:28 +01:00
Files
atomic/tests/test-images/Dockerfile.system
Brent Baude 121435f1cc Use centos for all test images
To download less images, we now just used centos for the
base of all atomic-test images

Closes: #759
Approved by: rhatdan
2016-11-21 15:32:09 +00:00

10 lines
258 B
Docker

FROM centos
RUN yum -y install nmap-ncat && yum clean all
LABEL "Name"="atomic-test-system"
ADD run.sh greet.sh /usr/bin/
# Export the files used for the system container
ADD tmpfiles.template manifest.json service.template config.json.template /exports/