"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 On Monday, April 3, 2017 at 6:14:56 PM UTC+2, Mark Waite wrote: > > 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 > > On Mon, Apr 3, 2017 at 10:01 AM Mark Waite <[email protected] > <javascript:>> wrote: > >> 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 >> >> >> On Mon, Apr 3, 2017 at 9:40 AM Marlene Cote <[email protected] >> <javascript:>> wrote: >> >>> 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 >>> >>> -- >>> 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 [email protected] <javascript:>. >>> To view this discussion on the web visit >>> https://groups.google.com/d/msgid/jenkinsci-users/6e97221a-a103-478e-bb67-cfd5a8c15ba0%40googlegroups.com >>> >>> <https://groups.google.com/d/msgid/jenkinsci-users/6e97221a-a103-478e-bb67-cfd5a8c15ba0%40googlegroups.com?utm_medium=email&utm_source=footer> >>> . >>> For more options, visit https://groups.google.com/d/optout. >>> >> -- 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 [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-users/4dbb154f-f413-4c96-a7ba-669b9b04ab7a%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
