Go to file
Dustin 3bbd148d33
ContainerImages/jenkins-base/pipeline/head This commit looks good Details
Remove USER directive
I forgot that not only does USER apply to the process launched inside
the container, it also applies to any directives later in the build
process, including those for images that inherit FROM this image.  As
such, those images would have to have a USER directive before running
anything as root, e.g. `dnf install`, and then another USER directive to
set the process user.  Since this image isn't intended to be used
directly there's really no point in setting USER here, then.
2022-12-03 10:01:40 -06:00
Containerfile Remove USER directive 2022-12-03 10:01:40 -06:00
Jenkinsfile Initial commit 2022-11-06 20:56:35 -06:00
known-hosts-command.ssh.conf Integrate changes from various other images 2022-12-03 09:34:22 -06:00