1 В избранное 0 Ответвления 0

OSCHINA-MIRROR/linuxsuren-blueocean-plugin

Присоединиться к Gitlife
Откройте для себя и примите участие в публичных проектах с открытым исходным кодом с участием более 10 миллионов разработчиков. Приватные репозитории также полностью бесплатны :)
Присоединиться бесплатно
Клонировать/Скачать
Dockerfile 1 КБ
Копировать Редактировать Web IDE Исходные данные Просмотреть построчно История
Josh Graham Отправлено 01.07.2018 23:14 5cffd53
#
# Before building this Dockerfile, BlueOcean needs to be built locally using Maven
# You can build everything needed and this Dockerfile by invoking `bin/build-in-docker.sh -m`
#
# Effective version should be kept in sync with jenkins.properties of pom.xml
# Use `docker run jenkins/jenkins:lts --version` to obtain latest LTS version
# Patch version is not to be considered, we prefer to base the image off the latest LTS of the line
# and keep the dependency on the baseline in pom.xml
FROM jenkins/jenkins:lts
USER root
COPY blueocean/target/plugins /usr/share/jenkins/ref/plugins/
RUN for f in /usr/share/jenkins/ref/plugins/*.hpi; do mv "$f" "${f%%hpi}jpi"; done
RUN install-plugins.sh antisamy-markup-formatter matrix-auth # for security, you know
# Force use of locally built blueocean plugin
RUN for f in /usr/share/jenkins/ref/plugins/blueocean-*.jpi; do mv "$f" "$f.override"; done
# let scripts customize the reference Jenkins folder. Used in bin/build-in-docker to inject the git build data
COPY docker/ref /usr/share/jenkins/ref
USER jenkins

Опубликовать ( 0 )

Вы можете оставить комментарий после Вход в систему

1
https://api.gitlife.ru/oschina-mirror/linuxsuren-blueocean-plugin.git
git@api.gitlife.ru:oschina-mirror/linuxsuren-blueocean-plugin.git
oschina-mirror
linuxsuren-blueocean-plugin
linuxsuren-blueocean-plugin
master