Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Shift to hosting images on GitHub? #524

Closed
Robinlovelace opened this issue Aug 30, 2022 · 3 comments
Closed

Shift to hosting images on GitHub? #524

Robinlovelace opened this issue Aug 30, 2022 · 3 comments
Labels

Comments

@Robinlovelace
Copy link
Contributor

Container image name

Container image digest

What operating system related to this question?

No response

System information

No response

Question

I notice that documentation increasingly points to GCR hosted versions of the images. Are there any plans to phase out Docker Hub hosted images?

And on a different note (saving time by asking as a single question): any plans to migrate to Ubuntu 22.04 as the base image?

@Robinlovelace
Copy link
Contributor Author

Update on this, I see the geospatial image is still based on 20.04 after running this command:

docker run --rm -ti rocker/geospatial 

Any ideas when it will be updated to 22.04? Looking at the build scripts I guess that depends on the RSPM.

@eitsupi
Copy link
Member

eitsupi commented Aug 30, 2022

I notice that documentation increasingly points to GCR hosted versions of the images. Are there any plans to phase out Docker Hub hosted images?

The purpose is to enable the use of GHCR when a connection to DockerHub is not available. See #371.
(Of course you can use GHCR as your main registry instead of DockerHub; there is no difference in the images that are pushed.)

I see no reason to stop using DockerHub at this time.

any plans to migrate to Ubuntu 22.04 as the base image?

Switching to ubuntu:jammy is tracked in #282.
The rules for version selection are documented here. https://github.com/rocker-org/rocker-versioned2/wiki/Versions

The actual Ubuntu version selected is chosen at the following line in the script.

dplyr::filter(r_release_date >= ubuntu_release_date + 90) |>

Since it has now been more than 90 days since the release of Ubuntu 22.04, the base image will be switched in the next release, R 4.2.2.

@eitsupi eitsupi closed this as completed Aug 30, 2022
@Robinlovelace
Copy link
Contributor Author

Many thanks for the clarification, great news that there's no pressure to switch. Looking forward to R 4.2.2!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants