-
Notifications
You must be signed in to change notification settings - Fork 137
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
Dockerfile: bump Alpine Linux version #624
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Following https://stackoverflow.com/a/73374817/4715872 suggestions: Alpine signing key was rotated, so new package builds are not trusted by the old image Signed-off-by: Jim Klimov <jimklimov@gmail.com>
372.3 Can't locate Test/SharedFork.pm in @inc (you may need to install the Test::SharedFork module) (@inc contains: /usr/local/src/t/../bin /usr/local/src/t/..//thirdparty/lib/perl5/5.30.3/x86_64-linux-gnu /usr/local/src/t/..//thirdparty/lib/perl5/5.30.3 /usr/local/src/t/..//thirdparty/lib/perl5/x86_64-linux-gnu /usr/local/src/t/..//thirdparty/lib/perl5 /usr/local/src/t/../lib ./thirdparty/lib/perl5/5.30.3/x86_64-linux-gnu ./thirdparty/lib/perl5/5.30.3 ./thirdparty/lib/perl5/x86_64-linux-gnu ./thirdparty/lib/perl5 /usr/local/lib/perl5/site_perl/5.30.3/x86_64-linux-gnu /usr/local/lib/perl5/site_perl/5.30.3 /usr/local/lib/perl5/vendor_perl/5.30.3/x86_64-linux-gnu /usr/local/lib/perl5/vendor_perl/5.30.3 /usr/local/lib/perl5/5.30.3/x86_64-linux-gnu /usr/local/lib/perl5/5.30.3) at ./t/znapzend-daemonize.t line 89. 372.3 BEGIN failed--compilation aborted at ./t/znapzend-daemonize.t line 89.
oetiker
approved these changes
Jan 16, 2024
Hm, on upstream/master builds it is still upset - now with perl version (we still reference a probably too-old one):
But at least it seems 5.38.x is a suggested way to go - will post an updated PR :) |
jimklimov
added a commit
to jimklimov/znapzend
that referenced
this pull request
Jan 16, 2024
...per complaints of earlier auto-build iterations after PR oetiker#624 merge Signed-off-by: Jim Klimov <jimklimov@gmail.com>
oetiker
pushed a commit
that referenced
this pull request
Jan 16, 2024
...per complaints of earlier auto-build iterations after PR #624 merge Signed-off-by: Jim Klimov <jimklimov@gmail.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Following https://stackoverflow.com/a/73374817/4715872 suggestions: Alpine signing key was rotated, so new package builds are not trusted by the old image
Closes: #622
NOTE: Whatever builds I do, it only runs "Testing in image" but not "Build runtime image" stage. So can't really tell if this fix works :\ Spun up Docker Desktop locally, but it is "loading metadata" for the past 6 minutes, so I don't know if it would proceed further.
UPDATE: Related to:
mbuffer (no such package)
#589