Skip to content

Commit

Permalink
Updating openshift-enterprise-builder builder & base images to be con…
Browse files Browse the repository at this point in the history
  • Loading branch information
AOS Automation Release Team committed Nov 12, 2020
1 parent 2752aa4 commit 2a27287
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile.rhel8
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
FROM registry.svc.ci.openshift.org/ocp/builder:rhel-8-golang-1.15-openshift-4.6 AS builder
FROM registry.svc.ci.openshift.org/ocp/builder:rhel-8-golang-1.15-openshift-4.7 AS builder
WORKDIR /go/src/github.com/openshift/builder
COPY . .
RUN hack/build.sh

FROM registry.svc.ci.openshift.org/ocp/builder:rhel-8-base-openshift-4.6
FROM registry.svc.ci.openshift.org/ocp/builder:rhel-8-base-openshift-4.7
RUN INSTALL_PKGS=" \
bind-utils bsdtar findutils fuse-overlayfs git hostname lsof \
procps-ng socat tar tree util-linux wget which \
Expand Down

0 comments on commit 2a27287

Please sign in to comment.