https://gogs.narro.me/narro/myjenkins
FROM jenkins
USER root
RUN apt-get update \
&& apt-get install -y sudo \
&& rm -rf /var/lib/apt/lists/*
RUN echo "jenkins ALL=NOPASSWD: ALL" >> /ect/sudoers
COPY plugins.txt /usr/share/jenkins/plugins.txt
RUN /usr/local/bin/plugins.sh /usr/share/jenkins/plugins.txt
Content type
Image
Digest
Size
354.8 MB
Last updated
over 8 years ago
docker pull narrowizard/myjenkins