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

chore: update pom dependency and base image to jenkins 2.442 #145

Merged
merged 1 commit into from
Feb 27, 2024

Commits on Feb 23, 2024

  1. chore: update pom dependency, base image to jenkins 2.442

    Mitigate critical severity vuln
    https://app.snyk.io/vuln/SNYK-JAVA-ORGJENKINSCIMAIN-6190606
    by updating the pom dependency and base image to Jenkins 2.442.
    
    In this new base image, system-wide pip installs aren't allowed so the Debian
    packages are updated to satisfy the virtualenv requirement.
    
    Installing Debian packages with --no-install-recommends because the default was
    pulling in x11 and a bunch of extra junk a Jenkins server shouldn't need.
    
    Drive-by: fix docker command-line flag in run script, noticed this when testing
    the image locally.
    cmars committed Feb 23, 2024
    Configuration menu
    Copy the full SHA
    8c26ae9 View commit details
    Browse the repository at this point in the history