Re: Notification when new image pushed to docker hub

2020-06-04 Thread Tim Jacomb
Hi Ewelina I highly recommend using dependabot for this https://dependabot.com/docker/ Thanks Tim On Thu, 4 Jun 2020 at 10:11, Ewelina Wilkosz wrote: > I hoped to get answer from people involved in jenkins release process and > dev made sense for me > > On Thu, 4 Jun 2020 at 11:09, 'Gavin

Re: Notification when new image pushed to docker hub

2020-06-04 Thread Ewelina Wilkosz
I hoped to get answer from people involved in jenkins release process and dev made sense for me On Thu, 4 Jun 2020 at 11:09, 'Gavin Mogan' via Jenkins Developers < jenkinsci-dev@googlegroups.com> wrote: > I use dependabot that gives me a new pr for each version > > Also I think this is better

Re: Notification when new image pushed to docker hub

2020-06-04 Thread 'Gavin Mogan' via Jenkins Developers
I use dependabot that gives me a new pr for each version Also I think this is better suited for the users list since this is not a question about developing Jenkins but using it On Thu., Jun. 4, 2020, 1:17 a.m. Marky Jackson, wrote: > Most welcome! > So I usually just write a script that run

Re: Notification when new image pushed to docker hub

2020-06-04 Thread Marky Jackson
Most welcome! So I usually just write a script that run this and then uses the built in email notification from a Jenkins job. Maybe not the most glorious way but it solves the immediate need. Have a good rest of the week  > On Jun 4, 2020, at 1:15 AM, Ewelina Wilkosz wrote: > >  > wow,

Re: Notification when new image pushed to docker hub

2020-06-04 Thread Ewelina Wilkosz
wow, thanks a lot!! On Thursday, June 4, 2020 at 10:08:12 AM UTC+2, Marky Jackson wrote: > > I have always had super good luck writing a go script job and > incorporating https://github.com/crazy-max/diun > > > > On Jun 4, 2020, at 1:04 AM, Ewelina Wilkosz > wrote: > >  > well it wouldn't

Re: Notification when new image pushed to docker hub

2020-06-04 Thread Marky Jackson
I have always had super good luck writing a go script job and incorporating https://github.com/crazy-max/diun > On Jun 4, 2020, at 1:04 AM, Ewelina Wilkosz wrote: > >  > well it wouldn't automatically, blindly try to apply it on production :) > > the process I have in mind is: > 1. new

Re: Notification when new image pushed to docker hub

2020-06-04 Thread Ewelina Wilkosz
well it wouldn't automatically, blindly try to apply it on production :) the process I have in mind is: 1. new lts pushed to docker hub 2. I get notified/I monitor and discover it happened 3. I discover what is the actual version number for lts 4. I update my Dockerfile and build new docker

Re: Notification when new image pushed to docker hub

2020-06-04 Thread Marky Jackson
Would this be for a production type instances of Jenkins or a personal instance? > On Jun 4, 2020, at 12:55 AM, Ewelina Wilkosz wrote: > >  > Hi! > > I am trying to automate updating jenkins when new lts image is released > do you know: > 1. if there is some notification mechanism in place?

Notification when new image pushed to docker hub

2020-06-04 Thread Ewelina Wilkosz
Hi! I am trying to automate updating jenkins when new lts image is released do you know: 1. if there is some notification mechanism in place? something I can "watch" and learn that new version is out? 2. I do not want to really go for "jenkins/jenkins:lts", I want to match lts to specific