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

chore(deps): update base image #9

Merged
merged 2 commits into from
Mar 11, 2024
Merged

chore(deps): update base image #9

merged 2 commits into from
Mar 11, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Aug 28, 2023

Mend Renovate

This PR contains the following updates:

Package Type Update Change
alpine final digest 82d1e9d -> eece025
alpine_3_18/libx11 patch 1.8.4-r4 -> 1.8.7-r0
alpine_3_18/musl patch 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.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot force-pushed the renovate/base-image branch from b7de4ab to b451874 Compare August 28, 2023 20:07
@renovate renovate bot changed the title chore(deps): update alpine:3.18 docker digest to 7144f7b chore(deps): update alpine:3.18 docker digest to eece025 Sep 29, 2023
@renovate renovate bot force-pushed the renovate/base-image branch from b451874 to 16bcc2e Compare September 29, 2023 02:24
@renovate renovate bot changed the title chore(deps): update alpine:3.18 docker digest to eece025 chore(deps): update base image Oct 6, 2023
@renovate renovate bot force-pushed the renovate/base-image branch from 16bcc2e to b64252b Compare October 6, 2023 10:44
@renovate renovate bot force-pushed the renovate/base-image branch from b64252b to fd654f5 Compare November 1, 2023 10:03
@reitzig
Copy link
Owner

reitzig commented Nov 7, 2023

wget: unable to resolve host address 'mirror.ctan.org'

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?

@koppor
Copy link
Contributor

koppor commented Nov 7, 2023

@reitzig Can you try with http://mirrors.ctan.org/? (Note the plural form)

Copy link
Contributor Author

renovate bot commented Nov 8, 2023

Edited/Blocked Notification

Renovate 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.

@reitzig
Copy link
Owner

reitzig commented Nov 8, 2023

Aye, thanks!

Alas, nah, same thing:

5.271 wget: unable to resolve host address 'mirrors.ctan.org'

👀

I have no idea where to even start looking. Both hosts work fine on my machine, and don't in the workflow. Very curious.

@koppor
Copy link
Contributor

koppor commented Nov 9, 2023

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.

@reitzig reitzig force-pushed the renovate/base-image branch from 8fe828c to f08fd25 Compare March 10, 2024 18:18
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 \
Copy link
Contributor

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

Copy link
Contributor

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?

Copy link
Owner

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.

Copy link
Owner

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

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy link
Owner

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?

Copy link
Owner

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.

Copy link
Owner

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 ?

Copy link
Contributor

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!

Copy link
Owner

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. 😩

@reitzig reitzig force-pushed the renovate/base-image branch 5 times, most recently from 02e5a48 to a67c44a Compare March 11, 2024 22:50
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
@reitzig reitzig force-pushed the renovate/base-image branch from 55525ad to 469aeb9 Compare March 11, 2024 22:53
@reitzig reitzig merged commit abfebac into master Mar 11, 2024
4 checks passed
@reitzig reitzig deleted the renovate/base-image branch March 11, 2024 23:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants