Sign inSign up

iabhi/jenkins

By iabhi

Updated almost 9 years ago

Jenkins with latest version and JDK 1.8.121 on alpine 3.5 release

Image
1

989

iabhi/jenkins repository overview

Jenkins with alpine 3.5 and JDK 1.8.121

Since JDK latest is not compatible with Jenkins war code.


To test this container:

# Adding -v will mount the volume from containers Jenkins home directory to your location on the host, this is to ensure you have the backup of all Jenkins jobs and plugins in case your container is deleted.

docker run --rm -p 8080:8080 -it -v /custom/location/on/your/host:/var/lib/jenkins/ iabhi/jenkins:alpine

Note:
  • The port 8080 is exposed inside the container, you may want to check the port on your host to link with the container to tunnel the application.

Tag summary

Content type

Image

Digest

sha256:6dbc89a79

Size

150.7 MB

Last updated

about 9 years ago

docker pull iabhi/jenkins