This repository has been archived on 2025-04-06. You can view files and clone it, but cannot push or open issues or pull requests.
jenkins-config/jenkins-agent.Dockerfile

5 lines
150 B
Docker

FROM jenkins/ssh-agent:latest
COPY --from=docker:dind /usr/local/bin/docker /usr/local/bin/
RUN groupadd docker -g 971
RUN usermod -aG docker jenkins