afdaniele / afdaniele/jenkins-docker
UID:GID inside the container
Aberta
enhancement
- Linguagem predominante
- Dockerfile
- Estrelas
- 0
- Forks
- 1
- Métricas de merge de PRs
- Nenhum PR com merge em 30d
Descrição
Right now, the UID:GID pair of the `jenkins` user inside the container is 1000:1000.
This works well when the user outside is also 1000, so mounting a directory to `/var/jenkins_home/` works seamlessly.
Though, when the user outside the container is != 1000, jenkins cannot write to that directory.
Solution: allow extrypoint to create a new user when a UID:GID pair is passed through env variables.
Guia de contribuição
Nenhum guia de contribuição indexado para este repositório
Avaliação
Esta issue ainda não foi avaliada.