Sign inSign up

narrowizard/myjenkins

By narrowizard

•Updated over 8 years ago

jenkins with git

Image
0

433

narrowizard/myjenkins repository overview

⁠repo

https://gogs.narro.me/narro/myjenkins⁠

⁠dockerfile

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

Tag summary

Content type

Image

Digest

Size

354.8 MB

Last updated

over 8 years ago

docker pull narrowizard/myjenkins