Skip to content

Commit

Permalink
bump from image to latest cpaas image since we no longer replace in C…
Browse files Browse the repository at this point in the history
…I, no longer are in ocp payload
  • Loading branch information
coreydaley authored and akram committed Oct 10, 2022
1 parent 9033f4e commit a322415
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@ COPY . .
USER 0
RUN export PATH=/opt/rh/rh-maven35/root/usr/bin:$PATH && mvn clean package

FROM quay.io/openshift/origin-jenkins:v4.0
FROM registry.redhat.io/ocp-tools-4/jenkins-rhel8:v4.10.0
#FROM quay.io/openshift/origin-jenkins:4.11.0
RUN rm /opt/openshift/plugins/openshift-client.jpi
COPY --from=builder /java/src/github.com/openshift/jenkins-client-plugin/target/openshift-client.hpi /opt/openshift/plugins
RUN mv /opt/openshift/plugins/openshift-client.hpi /opt/openshift/plugins/openshift-client.jpi

0 comments on commit a322415

Please sign in to comment.