Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(docker): Use the latest alpine jdk8 image #47

Merged
merged 1 commit into from
Oct 23, 2024

Conversation

gounthar
Copy link
Contributor

Update maven/jdk8/Dockerfile to use JDK8-based inbound agent image.
Fixes #46.

  • Change the first stage base image from jenkins/inbound-agent:alpine to jenkins/inbound-agent:latest-alpine-jdk8
  • Change the second stage base image from maven:3.6.3-jdk-8-slim to maven:3.8.6-jdk-8-slim.

Testing done

make && docker run -ti --rm jenkins/jnlp-agent-jdk8:latest

Submitter checklist

  • Make sure you are opening from a topic/feature/bugfix branch (right side) and not your main branch!
  • Ensure that the pull request title represents the desired changelog entry
  • Please describe what you did
  • Link to relevant issues in GitHub or Jira
  • Link to relevant pull requests, esp. upstream and downstream changes
  • Ensure you have provided tests - that demonstrates feature works or fixes the issue

@gounthar gounthar marked this pull request as ready for review October 23, 2024 13:22
@gounthar gounthar requested a review from a team as a code owner October 23, 2024 13:22
@MarkEWaite MarkEWaite merged commit c26d2ce into jenkinsci:master Oct 23, 2024
2 checks passed
@gounthar gounthar deleted the jdk8-fix branch October 23, 2024 14:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

jenkins/jnlp-agent-jdk8 is broken
2 participants