rocker-org / rocker

R configurations for Docker
https://rocker-project.org
GNU General Public License v2.0
1.45k stars 273 forks source link

`r-base` (Docker Official Image) is not updated #517

Closed eitsupi closed 11 months ago

eitsupi commented 1 year ago

I looked at DockerHub and noticed that r-base had not been updated and was showing a large number of vulnerabilities. I thought that updates to the base image (debian:testing) automatically triggered updates to r-base, but I guess that is not the case now?

https://hub.docker.com/_/r-base/tags image image

eddelbuettel commented 1 year ago

This may be an unfortunate side-effect from upstream r-base (which we keep identical to rocker/r-base) not wanting updates. And while "they" may rebuild, I guess we didn't.

I have other containers on cron'ed (i.e. GHA) weekly rebuilds. Maybe a good idea to add this one?

eitsupi commented 1 year ago

I have looked at other Docker Official Images and most of them seem to be updated frequently. https://hub.docker.com/search?image_filter=official&q=&sort=updated_at&order=desc

Perhaps we can ask the Docker Community where this difference is coming from? (I don't understand the proper place to ask this question. Maybe https://github.com/docker-library/official-images ?)

I have other containers on cron'ed (i.e. GHA) weekly rebuilds. Maybe a good idea to add this one?

I think Docker Official Images is built on DockerHub's infrastructure, so GHA can't be used.

eddelbuettel commented 1 year ago

Yes, sorry. Let me reword this:

Main problem: we said for many years that rocker/r-base and r-base are the same thing :-/

eitsupi commented 1 year ago

Thanks, I created an issue docker-library/official-images#14191.

Main problem: we said for many years that rocker/r-base and r-base are the same thing :-/

It was obvious that the two were built from different build systems, so I think this is not a problem.

eitsupi commented 11 months ago

This has been fixed.