Skip to content

Commit

Permalink
Merge pull request #1202 from openshift-bot/art-consistency-openshift…
Browse files Browse the repository at this point in the history
…-4.6-openshift-jenkins-2

Bug 1918637:       Updating openshift-jenkins-2 builder & base images to be consistent with ART
  • Loading branch information
openshift-merge-robot committed Feb 3, 2021
2 parents 7ba8d6f + 27a3624 commit 81814e4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 2/Dockerfile.rhel8
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
##############################################
# Stage 1 : Build go-init
##############################################
FROM registry.svc.ci.openshift.org/ocp/builder:rhel-8-golang-1.15-openshift-4.6 AS go-init-builder
FROM registry.ci.openshift.org/ocp/builder:rhel-8-golang-1.15-openshift-4.6 AS go-init-builder
WORKDIR /go/src/github.com/openshift/jenkins
COPY . .
WORKDIR /go/src/github.com/openshift/jenkins/go-init
Expand All @@ -10,7 +10,7 @@ RUN go build . && cp go-init /usr/bin
##############################################
# Stage 2 : Build slave-base with go-init
##############################################
FROM registry.svc.ci.openshift.org/ocp/4.6:cli
FROM registry.ci.openshift.org/ocp/4.6:cli
MAINTAINER OpenShift Developer Services <openshift-dev-services+jenkins@redhat.com>
COPY --from=go-init-builder /usr/bin/go-init /usr/bin/go-init

Expand Down

0 comments on commit 81814e4

Please sign in to comment.