Skip to content

Commit 711d7b9

Browse files
Merge pull request #2245 from jcantrill/log2357
LOG-2357: Update Dockerfile to use public base images
2 parents 0ce8455 + e82e740 commit 711d7b9

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

elasticsearch/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
### This is a generated file from Dockerfile.in ###
22

33
#@follow_tag(registry.redhat.io/ubi8:latest)
4-
FROM registry.ci.openshift.org/ocp/builder:rhel-8-base-openshift-4.7
4+
FROM registry.access.redhat.com/ubi8
55
ENV BUILD_VERSION=6.8.1
66
ENV SOURCE_GIT_COMMIT=${CI_ORIGIN_AGGREGATED_LOGGING_UPSTREAM_COMMIT:-}
77
ENV SOURCE_GIT_URL=${CI_ORIGIN_AGGREGATED_LOGGING_UPSTREAM_URL:-}

elasticsearch/origin-meta.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
from:
22
- source: registry.redhat.io/ubi8:(\d).(\d)-(?:[\.0-9\-]*)
3-
target: registry.ci.openshift.org/ocp/builder:rhel-8-base-openshift-4.7
3+
target: registry.access.redhat.com/ubi8

kibana/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
### This is a generated file from Dockerfile.in ###
22

33
#@follow_tag(registry-proxy.engineering.redhat.com/rh-osbs/ubi8-nodejs-10:latest)
4-
FROM registry.ci.openshift.org/ocp/builder:rhel8.2.els.nodejs.10
4+
FROM registry.access.redhat.com/ubi8/nodejs-10
55
ENV BUILD_VERSION=6.8.1
66
ENV SOURCE_GIT_COMMIT=${CI_ORIGIN_AGGREGATED_LOGGING_UPSTREAM_COMMIT:-}
77
ENV SOURCE_GIT_URL=${CI_ORIGIN_AGGREGATED_LOGGING_UPSTREAM_URL:-}

kibana/origin-meta.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
from:
22
- source: registry-proxy.engineering.redhat.com/rh-osbs/ubi8-nodejs-10:(\d)-(?:[\.0-9\-]*)
3-
target: registry.ci.openshift.org/ocp/builder:rhel8.2.els.nodejs.10
3+
target: registry.access.redhat.com/ubi8/nodejs-10

0 commit comments

Comments
 (0)