Skip to content
This repository has been archived by the owner on Mar 25, 2024. It is now read-only.

Commit

Permalink
Update plugins.txt & update dockerfile for kubernetes plugin
Browse files Browse the repository at this point in the history
Update plugins to pickup fix for origin headers found here fabric8io/kubernetes-client#1669
  • Loading branch information
daxmc99 authored and Craig Jellick committed Aug 29, 2019
1 parent aff4a67 commit 6cc2ea1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 2 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM jenkins/jenkins:2.164.1-slim
FROM jenkins/jenkins:2.176.1-slim
ENV ADMIN_USER=admin
ENV ADMIN_PASSWORD=admin

Expand All @@ -10,8 +10,7 @@ COPY plugins.txt /usr/share/jenkins/ref/plugins.txt
RUN /usr/local/bin/install-plugins.sh < /usr/share/jenkins/ref/plugins.txt

USER root
RUN rm /usr/share/jenkins/ref/init.groovy.d/tcp-slave-agent-port.groovy && \
chown -R jenkins /usr/share/jenkins/ref
RUN chown -R jenkins /usr/share/jenkins/ref
USER jenkins

ENTRYPOINT ["/sbin/tini", "--", "/usr/local/bin/setup.sh"]
2 changes: 1 addition & 1 deletion plugins.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
credentials-binding:1.18
git:3.9.1
kubernetes:1.14.9
kubernetes:1.18.2
timestamper:1.9
workflow-aggregator:2.6
workflow-job:2.32

0 comments on commit 6cc2ea1

Please sign in to comment.