-
Notifications
You must be signed in to change notification settings - Fork 2.5k
Description
Hi there,
With the recent security updates for the Node.js image on my mind (#1239) I wanted to open up a discussion to see if there are ways to fast-track adding Docker images that have security updates. The current process is fine for typical updates, but for security updates it would be great if we could release something sooner, perhaps in an automated fashion.
Aside from the turnaround time, we also hit a recurring issue of having to explain to users of the docker-node image how the update process works, and why a given update hasn't landed yet. Granted, we probably need an FAQ of some sort to explain the process, but I think this also speaks to the turn around time:
nodejs/docker-node#75
nodejs/docker-node#68
nodejs/docker-node#61
nodejs/docker-node#60
nodejs/docker-node#27
For typical updates, I wouldn't characterize this as being all that bad, but for security related releases it doesn't look so good for Docker or Node.js.
I'll also admit that I don't have an ideal turnaround time in mind. A few hours? For security updates I guess that seems reasonable, but then it depends on the severity. Typically anything longer than 8-12 hours seems to make users anxious.
Anyway, just wanted to kick this off to see what options might be available.
Thanks!