when will the docker jenkins be at LTS version?

32 views
Skip to first unread message

Marlene Cote

unread,
Apr 3, 2017, 11:40:29 AM4/3/17
to Jenkins Users
The LTS version of Jenkins is 2.46.1, but the docker version is 2.32.3.
When will 2.46.1 be available from docker, please?
thanks,
Marlene

Mark Waite

unread,
Apr 3, 2017, 12:02:08 PM4/3/17
to Jenkins Users
The Dockerfile was updated to 2.46.1 a few days ago.

I ran:

docker pull jenkinsci/jenkins:lts
docker run --rm -i --publish 8080:8080 jenkinsci/jenkins:lts

and was able to confirm that it is running 2.46.1 for me.

Can you provide more description of the steps you're using?

Mark Waite


--
You received this message because you are subscribed to the Google Groups "Jenkins Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-use...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-users/6e97221a-a103-478e-bb67-cfd5a8c15ba0%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Mark Waite

unread,
Apr 3, 2017, 12:14:56 PM4/3/17
to Jenkins Users
I think I've understood the steps you're using.  I suspect you pulled the official image from Docker as:

docker pull jenkins
docker run --rm -i --publish 8080:8080 jenkins:latest

That seems perfectly reasonable to me, and I confirmed that (as you said) it is running Jenkins 2.32.3.

I believe Carlos Sanchez (and others) control the publishing of official images to that location, but I'm not 100% sure of that.  The 2.32.3 image was pushed to that location only 3 days ago, so I'm not sure of the general plan for delivering new LTS releases to the official Docker image.

Mark Waite

Carlos Sanchez

unread,
Apr 3, 2017, 12:21:19 PM4/3/17
to Jenkins Users
"jenkins" image is published by Docker team on our request, and it takes them some time
See https://github.com/jenkinsci/docker/pull/454

You are better today using jenkinsci/jenkins:lts that is automatically built and published
Reply all
Reply to author
Forward
0 new messages