Explorar el Código

Merge pull request #10760 from openshift/sosiouxme-patch-1

Dockerfile.rhel7: remove superfluous labels
Scott Dodson hace 6 años
padre
commit
3b6079575a
Se han modificado 1 ficheros con 0 adiciones y 3 borrados
  1. 0 3
      images/installer/Dockerfile.rhel7

+ 0 - 3
images/installer/Dockerfile.rhel7

@@ -24,9 +24,6 @@ LABEL name="openshift3/ose-ansible" \
       io.openshift.expose-services="" \
       io.openshift.tags="openshift,install,upgrade,ansible" \
       com.redhat.component="aos3-installation-docker" \
-      version="v3.6.0" \
-      release="1" \
-      architecture="x86_64" \
       atomic.run="once"
 
 ENV USER_UID=1001 \