Update to latest Fedora
ContainerImages/jenkins-base/pipeline/head This commit looks good Details

There's really no reason to pin to a specific version of Fedora.  Doing
so just means we're going to be perpetually behind, since I'm never
going to remember to update it manually.
main
Dustin 2025-02-01 17:33:04 -06:00
parent 3bbd148d33
commit 8b3725f8dc
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
FROM registry.fedoraproject.org/fedora:36 FROM registry.fedoraproject.org/fedora:latest
RUN groupadd -g 1000 jenkins \ RUN groupadd -g 1000 jenkins \
&& useradd -c 'Jenkins user' -g 1000 -l -M -s /bin/sh -u 1000 jenkins && useradd -c 'Jenkins user' -g 1000 -l -M -s /bin/sh -u 1000 jenkins