Update to latest Fedora
ContainerImages/jenkins-base/pipeline/head This commit looks good
Details
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
parent
3bbd148d33
commit
8b3725f8dc
|
@ -1,4 +1,4 @@
|
|||
FROM registry.fedoraproject.org/fedora:36
|
||||
FROM registry.fedoraproject.org/fedora:latest
|
||||
|
||||
RUN groupadd -g 1000 jenkins \
|
||||
&& useradd -c 'Jenkins user' -g 1000 -l -M -s /bin/sh -u 1000 jenkins
|
||||
|
|
Loading…
Reference in New Issue