Skip to content

Commit

Permalink
Merge pull request openshift#698 from openshift-bot/updating-dockerfi…
Browse files Browse the repository at this point in the history
…le-baseimages-to-mach-ocp-build-data-config

Bug 1878163: Updating Dockerfile baseimages to mach ocp-build-data config
  • Loading branch information
openshift-merge-robot authored Sep 23, 2020
2 parents fb3200b + 23e32ee commit 381c4ab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM registry.svc.ci.openshift.org/ocp/builder:rhel-8-golang-openshift-4.6 AS builder
FROM registry.svc.ci.openshift.org/ocp/builder:rhel-8-golang-1.15-openshift-4.6 AS builder
WORKDIR /go/src/github.com/openshift/cluster-logging-operator

# COPY steps are in the reverse order of frequency of change
Expand All @@ -19,7 +19,7 @@ RUN make build

FROM registry.svc.ci.openshift.org/ocp/4.6:cli as origincli

FROM registry.svc.ci.openshift.org/ocp/4.6:base-8
FROM registry.svc.ci.openshift.org/ocp/4.6:base
RUN INSTALL_PKGS=" \
openssl \
rsync \
Expand Down

0 comments on commit 381c4ab

Please sign in to comment.