Skip to content

Commit

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

Updating openshift-jenkins-2 images to be consistent with ART
  • Loading branch information
openshift-merge-robot committed Jun 21, 2021
2 parents 12a3074 + 677837c commit fc2a937
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 2/Dockerfile.rhel8
@@ -1,7 +1,7 @@
##############################################
# Stage 1 : Build go-init
##############################################
FROM registry.ci.openshift.org/ocp/builder:rhel-8-golang-1.16-openshift-4.8 AS go-init-builder
FROM registry.ci.openshift.org/ocp/builder:rhel-8-golang-1.16-openshift-4.9 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 GO111MODULE=off go build . && cp go-init /usr/bin
##############################################
# Stage 2 : Build slave-base with go-init
##############################################
FROM registry.ci.openshift.org/ocp/4.8:cli
FROM registry.ci.openshift.org/ocp/4.9: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 fc2a937

Please sign in to comment.