Remove Dockerfiles

These Dockerfiles are no longer required due to the projects
being built upstream and published to Quay/Docker Hub.

Signed-off-by: Alex Ellis <alexellis2@gmail.com>
This commit is contained in:
Alex Ellis 2019-04-03 09:21:31 +01:00
parent 3059b85e87
commit b4e54b90af
2 changed files with 0 additions and 8 deletions

View File

@ -1,3 +0,0 @@
FROM prom/alertmanager:v0.7.1
COPY alertmanager.yml /alertmanager.yml

View File

@ -1,5 +0,0 @@
FROM prom/prometheus:v1.5.2
COPY prometheus.yml /etc/prometheus/prometheus.yml
COPY alert.rules /etc/prometheus/alert.rules