mirror of
https://github.com/projectatomic/atomic.git
synced 2026-02-06 03:45:28 +01:00
To download less images, we now just used centos for the base of all atomic-test images Closes: #759 Approved by: rhatdan
10 lines
258 B
Docker
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/
|