Skip to content

Commit

Permalink
Merge pull request #3539 from onuruslu/jenkins-17-jdk-upgrade
Browse files Browse the repository at this point in the history
chore(jenkins): Update jdk and jenkins versions
  • Loading branch information
bestlong authored Aug 27, 2024
2 parents 6deb3c0 + 7885ed5 commit 41a024f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions jenkins/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM openjdk:11-jdk
FROM openjdk:17-jdk-bullseye

RUN apt-get update && apt-get install -y git curl && rm -rf /var/lib/apt/lists/*

Expand Down Expand Up @@ -36,11 +36,11 @@ COPY init.groovy /usr/share/jenkins/ref/init.groovy.d/tcp-slave-agent-port.groov

# jenkins version being bundled in this docker image
ARG JENKINS_VERSION
ENV JENKINS_VERSION ${JENKINS_VERSION:-2.381}
ENV JENKINS_VERSION ${JENKINS_VERSION:-2.469}

# jenkins.war checksum, download will be validated using it
# 2.303.2
ARG JENKINS_SHA=62ca5dcecbf176452d94d4438488662e223ab9594dccb564f065c63832a47302
# 2.469
ARG JENKINS_SHA=954b2759e2309151596e90bb5a88ddfd950d9397440403641bbefe5c3a2a016e


# Can be used to customize where jenkins.war get downloaded from
Expand Down

0 comments on commit 41a024f

Please sign in to comment.