From 2bec03e77a266a363f12b18f16ca47059031a4d1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20=C4=8Cajka?= Date: Fri, 21 Sep 2018 09:46:48 +0200 Subject: [PATCH] Fix up the BZ component --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 7084e41..ff8891e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -26,7 +26,7 @@ LABEL io.k8s.display-name="OpenShift Origin Fedora 28 Base" \ maintainer="Jakub Cajka " \ License="GPLv2+" \ name="$FGC/$NAME" \ - com.redhat.component="origin" \ + com.redhat.component="origin-base" \ version="$VERSION" \ architecture="$ARCH" \ usage="This is the base image from which all OpenShift Origin images inherit."