Skip to content

Commit

Permalink
Merge pull request #188 from openshift-bot/art-consistency-openshift-…
Browse files Browse the repository at this point in the history
…4.7-openshift-enterprise-builder

Updating openshift-enterprise-builder builder & base images to be consistent with ART
  • Loading branch information
openshift-merge-robot committed May 27, 2021
2 parents df50aa9 + 3110182 commit 82eeeac
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile.rhel8
@@ -1,9 +1,9 @@
FROM registry.svc.ci.openshift.org/ocp/builder:rhel-8-golang-1.15-openshift-4.6 AS builder
FROM registry.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.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 runc socat tar tree util-linux wget which \
Expand Down

0 comments on commit 82eeeac

Please sign in to comment.