Files
grafana/scripts/verify-repo-update/Dockerfile.rpm
Leonard Gram 4e547980fb build: Script to check that our repos work and what the latest package version is (#16350)
* build: Easy version check of deb & rpm repos
2019-04-03 08:51:43 +02:00

9 lines
148 B
Docker

FROM centos
ARG REPO_CONFIG=grafana.repo.oss
ARG PACKAGE=grafana
COPY "./$REPO_CONFIG" /etc/yum.repos.d/grafana.repo
RUN yum install -y $PACKAGE