1
0
mirror of https://github.com/projectatomic/atomic.git synced 2026-02-07 06:44:52 +01:00
Files
atomic/tests/test-images/Dockerfile.system
Giuseppe Scrivano 55855e77eb syscontainers: track installed files with systemd-tmpfiles
Allow images to have an additional /exports/tmpfiles.template file that
specifies what directories/files must be present on the host.

Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>

Closes: #559
Approved by: rhatdan
2016-08-30 11:28:22 +00:00

10 lines
258 B
Docker

FROM fedora
RUN dnf install -y nmap-ncat && dnf 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/