Sign inSign up

chaiyd/jenkins

By chaiyd

•Updated almost 5 years ago

Image
0

2.0K

chaiyd/jenkins repository overview

⁠https://github.com/chaiyd/jenkins.git⁠

⁠jenkins LTS

  • 使用Jenkins官方dokerfile进行更改
  • 默认使用jenkins 用户.
  • build时,需指定版本号,默认为LTS版最新版
  • JENKINS_VERSION=jenkins版本号,注LTS版
  • JENKINS_URL 可指定完整的url
  • 镜像中包含maven-3.6.3
  • 默认已安装npm,cnpm

  • Use Jenkins official dokerfile to change
  • Use jenkins user by default.
  • When building, you need to specify the version number,The default is the latest version of lts version
  • JENKINS_VERSION=jenkins for LTS number.
  • JENKINS_URL = jenkins war download url.
  • The default will install npm cnpm

⁠build & run

  • docker build --build-arg JENKINS_VERSION=2.249.2 -t jenkins:2.263.4-lts .
  • docker-compose up -d

Tag summary

Content type

Image

Digest

Size

357.3 MB

Last updated

almost 5 years ago

docker pull chaiyd/jenkins