-
Notifications
You must be signed in to change notification settings - Fork 138
Update buildroot to 2025.05 #225
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
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -51,12 +51,11 @@ RUN set -eux; \ | |
| ; \ | ||
| rm -rf /var/lib/apt/lists/* | ||
|
|
||
| # pub rsa4096 2019-04-26 [SC] [expires: 2032-04-26] | ||
| # 18C7 DF28 19C1 733D 822D 599E A500 D6EE 9CB0 E540 | ||
| # uid [ unknown] Arnout Vandecappelle <[email protected]> | ||
| # uid [ unknown] Arnout Vandecappelle <[email protected]> | ||
| # sub rsa4096 2019-04-26 [E] [expires: 2032-04-26] | ||
| RUN mkdir -p ~/.gnupg && gpg --batch --keyserver keyserver.ubuntu.com --recv-keys 18C7DF2819C1733D822D599EA500D6EE9CB0E540 | ||
| # pub dsa1024 2009-01-15 [SC] | ||
| # AB07 D806 D2CE 741F B886 EE50 B025 BA8B 59C3 6319 | ||
| # uid [ unknown] Peter Korsgaard <[email protected]> | ||
| # sub elg2048 2009-01-15 [E] | ||
| RUN mkdir -p ~/.gnupg && gpg --batch --keyserver keyserver.ubuntu.com --recv-keys AB07D806D2CE741FB886EE50B025BA8B59C36319 | ||
|
|
||
| # https://buildroot.org/download.html | ||
| # https://buildroot.org/downloads/?C=M;O=D | ||
|
|
||
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
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 effectively a direct revert of https://github.com/docker-library/busybox/pull/222/files#diff-a1f096db9f77fc2afc22fcfcab35078200787eb380b8ed983ded5a7eadf5b4cf (because we're back to Peter signing the release for 2025.05 -- I wish upstream published this information officially somewhere, but I haven't managed to find it 😅).