ContainerImages/jenkins-base/pipeline/head This commit looks good
Details
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. |
||
---|---|---|
Containerfile | ||
Jenkinsfile | ||
known-hosts-command.ssh.conf |