-
Notifications
You must be signed in to change notification settings - Fork 6
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
chore(deps): update base image #9
Conversation
b7de4ab
to
b451874
Compare
b451874
to
16bcc2e
Compare
16bcc2e
to
b64252b
Compare
b64252b
to
fd654f5
Compare
This has been blocking builds for a while now and I can't seem to reproduce locally. Does CTAN block Github Actions or something? @koppor, shot in the dark: do you have an idea about this? |
@reitzig Can you try with http://mirrors.ctan.org/? (Note the plural form) |
Edited/Blocked NotificationRenovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR. You can manually request rebase by checking the rebase/retry box above. ⚠ Warning: custom changes will be lost. |
Aye, thanks! Alas, nah, same thing:
👀 I have no idea where to even start looking. Both hosts work fine on my machine, and don't in the workflow. Very curious. |
Maybe, it could be because of a fail2ban configuration somewhere? - Even then, I wonder why you are blocked and I have not experienced that in other related projects. |
8fe828c
to
f08fd25
Compare
Dockerfile
Outdated
@@ -44,7 +44,7 @@ RUN apk --no-cache add \ | |||
xz=${XZ_VERSION} \ | |||
zlib=${ZLIB_VERSION} | |||
|
|||
RUN wget mirror.ctan.org/systems/texlive/tlnet/install-tl-unx.tar.gz \ | |||
RUN wget https://mirrors.ctan.org/systems/texlive/tlnet/install-tl-unx.tar.gz \ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is good. The mirror system of CTAN works well. If not, write me :p
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Current error: wget: unable to resolve host address 'mirrors.ctan.org'
. WTF. What a hickup... Just retry?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I've been seeing this consistently. 🤷
The apk error you saw was easily fixed by bumping another package; Renovate hasn't been updating this PR due to my commit.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'll try to download the installer outside of the Docker build. Maybe that's one network redirection too many. #wildhopes
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Maybe, jump on the privately maintained mirror list?
Source: https://github.com/zauguin/texlive-mirrors
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Maybe, jump on the privately maintained mirror list?
Not sure what that would look like? Pick one, set with an environment variable?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Tried to mimick what zauguin does there (thanks!), but this keeps popping up:
0.397 Loading https://ctan.mirrors.hoobly.com/tlpkg/texlive.tlpdb
./install-tl: TLPDB::from_file could not initialize from: https://ctan.mirrors.hoobly.com/tlpkg/texlive.tlpdb
True enough -- that files doesn't seem to exist! Not sure where it comes from, but I do note that https://github.com/zauguin/install-texlive/blob/524ed5aa6c536a276aeaf970ac319725afae7e50/texlive.profile looks very different from those profiles I have there. Did something change in install-tl
, I wonder?
Something for another day.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Never mind, I copied only half of what I needed. 🙈
We got green! 🥳 WDYT, @koppor ?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@reitzig I am impressed. Thank you for pushing this!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Aw, just some due diligence. 😊🙏
FWIW, the tests are incredibly brittle now. Every other run or so will fail with an obscure error. Not sure why; re-run until green it is. 😩
02e5a48
to
a67c44a
Compare
Can't seem to resolve mirrors.ctan.org from within 'docker build'. Don't know why. Credits: https://github.com/zauguin/install-texlive via @koppor
55525ad
to
469aeb9
Compare
This PR contains the following updates:
82d1e9d
->eece025
1.8.4-r4
->1.8.7-r0
1.2.4-r1
->1.2.4-r2
Configuration
📅 Schedule: Branch creation - "* * 28-31 * , 0-5 1 * *" (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR has been generated by Mend Renovate. View repository job log here.