Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
Robbilie authored Nov 2, 2024
1 parent e5f579e commit a127af3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM jenkins/inbound-agent:alpine as jnlp

FROM jenkins/agent:latest-jdk11
FROM jenkins/agent:latest-jdk17

ARG version
LABEL Description="This is a base image, which allows connecting Jenkins agents via JNLP protocols" Vendor="Jenkins project" Version="$version"
Expand All @@ -22,4 +22,4 @@ RUN which aws

USER ${user}

ENTRYPOINT ["/usr/local/bin/jenkins-agent"]
ENTRYPOINT ["/usr/local/bin/jenkins-agent"]

0 comments on commit a127af3

Please sign in to comment.