docker-icinga2/action.Dockerfile
Alexander A. Klimov a8cb3eb1ea Add license headers
2020-07-22 14:00:32 +02:00

8 lines
151 B
Docker

# Icinga 2 Docker image | (c) 2020 Icinga GmbH | GPLv2+
FROM icinga/icinga2-builder
COPY action.bash compile.bash Dockerfile /
CMD ["/action.bash"]