-
Notifications
You must be signed in to change notification settings - Fork 185
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
Upgrade path for ml-verse (moving to R v 4.4)? #806
Comments
Sorry for bothering you.
I suggest you rethink whether that is really a reason to start using R4.4.0.
Yes. |
I fixed the CI and triggered a build, but unfortunately it seems to be unable to build due to a bad connection to CTAN. @cboettig I have seen too many build failures caused by latex. |
@eitsupi thanks for the update and the advice! Thanks for de-hyping that vuln, it doesn't appear to be too scary. There are other better reasons I guess for using R v 4.4, perhaps including the initially fuzzy feeling of being up-to-date and being able to support use of the fancy new %||% operator etc :). I see now ghcr.io/rocker-org/ml-verse:4.4.0, thanks so much! |
@eitsupi Is it a bad connection to a CTAN mirror? My builds sometimes fail because of
I simply set |
Sorry, That tag is wrong. See #810. |
Thanks, but I failed twice today, so retries don't seem to make sense to me. |
This is the third time today that I have failed. Will not go any further, there seems to be a problem with the CTAN mirror. https://github.com/rocker-org/rocker-versioned2/actions/runs/8987434399/job/24685907698#step:7:3077
|
No. Open https://ctan.math.washington.edu/tex-archive/systems/texlive/tlnet/install-tl-unx.tar.gz in the browser. |
This problem seems to reproduce on Ubuntu.
|
Maybe try |
Debian 12 (bookworm) with
@eitsupi Report to [email protected], then. (Luckily, my server is far away from Washington 😉)
|
Yes the tex errors are because of CTAN being so unreliable. I really think
we should scrap the entire manual tlmgr route and stick with installing
texlive from the ubuntu repos instead.
Yeah it is a bit large but so much more reliable. (Maybe we can also
re-evaluate which images need tex?)
(Apologies for sending reply from email while on the move)
---
Carl Boettiger
http://carlboettiger.info/
…On Tue, May 7, 2024 at 8:20 AM Olivier Benz ***@***.***> wrote:
This problem seems to reproduce on Ubuntu.
Debian 12 (bookworm) with ca-certificates installed:
$ wget https://ctan.math.washington.edu/tex-archive/systems/texlive/tlnet/install-tl-unx.tar.gz
--2024-05-07 <https://ctan.math.washington.edu/tex-archive/systems/texlive/tlnet/install-tl-unx.tar.gz--2024-05-07> 17:13:40-- https://ctan.math.washington.edu/tex-archive/systems/texlive/tlnet/install-tl-unx.tar.gz
Resolving ctan.math.washington.edu (ctan.math.washington.edu)... 128.95.224.254
Connecting to ctan.math.washington.edu (ctan.math.washington.edu)|128.95.224.254|:443... connected.
ERROR: The certificate of ‘ctan.math.washington.edu’ is not trusted.
ERROR: The certificate of ‘ctan.math.washington.edu’ doesn't have a known issuer.
@eitsupi <https://github.com/eitsupi> Report to ***@***.***, then.
(Luckily, my server is far away from Washington 😉)
—
Reply to this email directly, view it on GitHub
<#806 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AABWK6TQ5LAH4A6PP3L3EP3ZBDWM7AVCNFSM6AAAAABHKQB5O2VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDAOJYGY4TEOJVG4>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
I sent an email to CTAN and the problem seems to be resolved. |
A new build has been pushed, thanks all. |
Container image name
rocker/ml-verse:4.3.2
Container image digest
No response
What operating system related to this question?
Linux
System information
Question
I noticed an R vulnerability which seems to be mitigated if using R v 4.4.
In conjunction with making some updates of an image which is based on and extends ml-verse:4.3.2, I was therefore planning initially just to switch it to start off with rocker/ml-verse:4.4 but noticed that the ml-verse images are no longer updated...
I wonder if you have any advice or suggestions on the upgrade path I should take for moving to "rocker/ml-verse:4.4"?
I also wanted to ask about the images provided from ghcr.io (rather than the docker hub) - figuring using those from GitHub runners might provide some slight latency advantage when spun up in GHAs. Are the most recent variants of the rocker images served from docker hub or are the ones in the GitHub Container Registry equally "up-to-date"?
The text was updated successfully, but these errors were encountered: