]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
monitoring/grafana/build/Makefile: fully qualify source image
authorDan Mick <dmick@redhat.com>
Wed, 28 Apr 2021 02:57:07 +0000 (19:57 -0700)
committerDan Mick <dmick@redhat.com>
Wed, 26 May 2021 20:37:24 +0000 (13:37 -0700)
Some build machines may not have a default docker repo configured.
Specify docker.io.

Signed-off-by: Dan Mick <dmick@redhat.com>
monitoring/grafana/build/Makefile

index fd96a827ff4e81d0f09aeced502c7ef61115628a..6c5ae1364d97f617f11566a04479bb3b679c3ec6 100755 (executable)
@@ -4,7 +4,7 @@ PIECHART_VERSION := "1.4.0"
 STATUS_PANEL_VERSION := "1.0.9"
 DASHBOARD_DIR := "monitoring/grafana/dashboards"
 DASHBOARD_PROVISIONING := "ceph-dashboard.yml"
-IMAGE := "centos:8"
+IMAGE := "docker.io/centos:8"
 VERSION := "${IMAGE: -1}"
 PKGMGR := "dnf"
 # CONTAINER := $(shell buildah from ${IMAGE})