Skip to content

Commit 614724c

Browse files
mfojtikliggitt
authored andcommittedNov 20, 2017
fixme: use openshift/origin-docker-registry:latest as registry image
1 parent 1252cce commit 614724c

File tree

2 files changed

+2
-40
lines changed

2 files changed

+2
-40
lines changed
 

‎images/dockerregistry/Dockerfile

+1-20
Original file line numberDiff line numberDiff line change
@@ -4,23 +4,4 @@
44
#
55
# The standard name for this image is openshift/origin-docker-registry
66
#
7-
FROM openshift/origin-base
8-
9-
RUN INSTALL_PKGS="origin-dockerregistry" && \
10-
yum --enablerepo=origin-local-release install -y ${INSTALL_PKGS} && \
11-
rpm -V ${INSTALL_PKGS} && \
12-
yum clean all
13-
14-
COPY config.yml ${REGISTRY_CONFIGURATION_PATH}
15-
16-
LABEL io.k8s.display-name="OpenShift Container Platform Image Registry" \
17-
io.k8s.description="This is a component of OpenShift Container Platform and exposes a Docker registry that is integrated with the cluster for authentication and management." \
18-
io.openshift.tags="openshift,docker,registry"
19-
20-
# The registry doesn't require a root user.
21-
USER 1001
22-
EXPOSE 5000
23-
VOLUME /registry
24-
ENV REGISTRY_CONFIGURATION_PATH=/config.yml
25-
26-
CMD /usr/bin/dockerregistry ${REGISTRY_CONFIGURATION_PATH}
7+
FROM openshift/origin-docker-registry:latest

‎images/dockerregistry/Dockerfile.centos7

+1-20
Original file line numberDiff line numberDiff line change
@@ -4,23 +4,4 @@
44
#
55
# The standard name for this image is openshift/origin-docker-registry
66
#
7-
FROM openshift/origin-base
8-
9-
RUN INSTALL_PKGS="origin-dockerregistry" && \
10-
yum --enablerepo=origin-local-release install -y ${INSTALL_PKGS} && \
11-
rpm -V ${INSTALL_PKGS} && \
12-
yum clean all
13-
14-
COPY config.yml ${REGISTRY_CONFIGURATION_PATH}
15-
16-
LABEL io.k8s.display-name="OpenShift Container Platform Image Registry" \
17-
io.k8s.description="This is a component of OpenShift Container Platform and exposes a Docker registry that is integrated with the cluster for authentication and management." \
18-
io.openshift.tags="openshift,docker,registry"
19-
20-
# The registry doesn't require a root user.
21-
USER 1001
22-
EXPOSE 5000
23-
VOLUME /registry
24-
ENV REGISTRY_CONFIGURATION_PATH=/config.yml
25-
26-
CMD /usr/bin/dockerregistry ${REGISTRY_CONFIGURATION_PATH}
7+
FROM openshift/origin-docker-registry:latest

0 commit comments

Comments
 (0)
Please sign in to comment.