-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
Update busybox #13283
Merged
Merged
Update busybox #13283
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
Changes: - docker-library/busybox@b8bb85f: Merge pull request docker-library/busybox#146 from infosiftr/buildroot-2022.08.1 - docker-library/busybox@b7a7954: Update buildroot to 2022.08.1
Diff for 94a73bc:diff --git a/_bashbrew-cat b/_bashbrew-cat
index e4ce58a..6df793f 100644
--- a/_bashbrew-cat
+++ b/_bashbrew-cat
@@ -1,25 +1,25 @@
Maintainers: Tianon Gravi <admwiggin@gmail.com> (@tianon), Joseph Ferguson <yosifkit@gmail.com> (@yosifkit)
GitRepo: https://github.com/docker-library/busybox.git
-GitCommit: 22c2c562514effb9e624704584f732e32c5a82da
-amd64-GitCommit: 666671635bef96b5cac5b791d6366be77a437268
+GitCommit: b8bb85f915b560d915270fc731771f66d075aac4
+amd64-GitCommit: fa0d085f2c037b5c01aa1dbea66fa903745a62bb
amd64-GitFetch: refs/heads/dist-amd64
-arm32v5-GitCommit: befccdffc23b6b11326b4619078a3d713ed1d641
+arm32v5-GitCommit: ae6522fad0768851e13984150971b78104328dab
arm32v5-GitFetch: refs/heads/dist-arm32v5
-arm32v6-GitCommit: a85e7eea5b19bf80961ba49b1982477471011910
+arm32v6-GitCommit: 440cb0726d2660e0513a9328986f302b6dee71b9
arm32v6-GitFetch: refs/heads/dist-arm32v6
-arm32v7-GitCommit: 86e040e549fffc1fd77441949b3097e13864d2b4
+arm32v7-GitCommit: 7b1bf927d5fec7dad75548bf3b07a7fd1188dcef
arm32v7-GitFetch: refs/heads/dist-arm32v7
-arm64v8-GitCommit: 028124d25921635906549cf1aaf48211f211fc4a
+arm64v8-GitCommit: a85554077e6765c2276a344f9d19692fc002544b
arm64v8-GitFetch: refs/heads/dist-arm64v8
-i386-GitCommit: a019add518531088ba021c36ea710aa3ea754bdd
+i386-GitCommit: 757bcedd9a49775054801af2724c73092d0f3c73
i386-GitFetch: refs/heads/dist-i386
-mips64le-GitCommit: 5d73b2568912b2239479942d08a632b4a362f0a1
+mips64le-GitCommit: a37a0130e222bf121ad25cbe802abf1e1fc0ad54
mips64le-GitFetch: refs/heads/dist-mips64le
-ppc64le-GitCommit: 50dd33944819b7cb2c561685d87dd8e2fdc4d412
+ppc64le-GitCommit: c2cfef28204a5a78bea3c9fb44837b3732983d35
ppc64le-GitFetch: refs/heads/dist-ppc64le
-riscv64-GitCommit: 01332ce0352f09e04d3a065b58a489d7914f4b12
+riscv64-GitCommit: 6781e9d0b260afe6cce7f93db93ba988a4e57cc1
riscv64-GitFetch: refs/heads/dist-riscv64
-s390x-GitCommit: e285c93aac4c393c09b6b2e6afebfefb2306b5c5
+s390x-GitCommit: ec7f747bc6fe3681897527310704c3921c92ba52
s390x-GitFetch: refs/heads/dist-s390x
Tags: 1.34.1, 1.34, 1, stable, latest
diff --git a/busybox_glibc/Dockerfile.builder b/busybox_glibc/Dockerfile.builder
index 43e2e09..d094e06 100644
--- a/busybox_glibc/Dockerfile.builder
+++ b/busybox_glibc/Dockerfile.builder
@@ -131,7 +131,7 @@ RUN set -eux; \
# install a few extra files from buildroot (/etc/passwd, etc)
RUN set -eux; \
- buildrootVersion='2022.08'; \
+ buildrootVersion='2022.08.1'; \
for file in \
system/device_table.txt \
system/skeleton/etc/group \
diff --git a/busybox_glibc/busybox.tar.xz b/busybox_glibc/busybox.tar.xz
index e8fb904..2f01054 100644
Binary files a/busybox_glibc/busybox.tar.xz and b/busybox_glibc/busybox.tar.xz differ
diff --git a/busybox_latest/Dockerfile.builder b/busybox_latest/Dockerfile.builder
index d0be63b..4adb7c1 100644
--- a/busybox_latest/Dockerfile.builder
+++ b/busybox_latest/Dockerfile.builder
@@ -44,7 +44,7 @@ RUN gpg --batch --keyserver keyserver.ubuntu.com --recv-keys AB07D806D2CE741FB88
# https://buildroot.org/download.html
# https://buildroot.org/downloads/?C=M;O=D
-ENV BUILDROOT_VERSION 2022.08
+ENV BUILDROOT_VERSION 2022.08.1
RUN set -eux; \
tarball="buildroot-${BUILDROOT_VERSION}.tar.xz"; \
diff --git a/busybox_latest/busybox.tar.xz b/busybox_latest/busybox.tar.xz
index dffdf1f..f6ae7d7 100644
Binary files a/busybox_latest/busybox.tar.xz and b/busybox_latest/busybox.tar.xz differ
diff --git a/busybox_musl/Dockerfile.builder b/busybox_musl/Dockerfile.builder
index e3ab822..8d7fe6f 100644
--- a/busybox_musl/Dockerfile.builder
+++ b/busybox_musl/Dockerfile.builder
@@ -111,7 +111,7 @@ RUN set -eux; \
# install a few extra files from buildroot (/etc/passwd, etc)
RUN set -eux; \
- buildrootVersion='2022.08'; \
+ buildrootVersion='2022.08.1'; \
for file in \
system/device_table.txt \
system/skeleton/etc/group \
diff --git a/busybox_musl/busybox.tar.xz b/busybox_musl/busybox.tar.xz
index b978376..2777535 100644
Binary files a/busybox_musl/busybox.tar.xz and b/busybox_musl/busybox.tar.xz differ
diff --git a/busybox_uclibc/Dockerfile.builder b/busybox_uclibc/Dockerfile.builder
index d0be63b..4adb7c1 100644
--- a/busybox_uclibc/Dockerfile.builder
+++ b/busybox_uclibc/Dockerfile.builder
@@ -44,7 +44,7 @@ RUN gpg --batch --keyserver keyserver.ubuntu.com --recv-keys AB07D806D2CE741FB88
# https://buildroot.org/download.html
# https://buildroot.org/downloads/?C=M;O=D
-ENV BUILDROOT_VERSION 2022.08
+ENV BUILDROOT_VERSION 2022.08.1
RUN set -eux; \
tarball="buildroot-${BUILDROOT_VERSION}.tar.xz"; \
diff --git a/busybox_uclibc/busybox.tar.xz b/busybox_uclibc/busybox.tar.xz
index dffdf1f..f6ae7d7 100644
Binary files a/busybox_uclibc/busybox.tar.xz and b/busybox_uclibc/busybox.tar.xz differ
diff --git a/busybox_unstable-glibc/Dockerfile.builder b/busybox_unstable-glibc/Dockerfile.builder
index efef679..3aa4ce6 100644
--- a/busybox_unstable-glibc/Dockerfile.builder
+++ b/busybox_unstable-glibc/Dockerfile.builder
@@ -131,7 +131,7 @@ RUN set -eux; \
# install a few extra files from buildroot (/etc/passwd, etc)
RUN set -eux; \
- buildrootVersion='2022.08'; \
+ buildrootVersion='2022.08.1'; \
for file in \
system/device_table.txt \
system/skeleton/etc/group \
diff --git a/busybox_unstable-glibc/busybox.tar.xz b/busybox_unstable-glibc/busybox.tar.xz
index 8489fe3..68c04b8 100644
Binary files a/busybox_unstable-glibc/busybox.tar.xz and b/busybox_unstable-glibc/busybox.tar.xz differ
diff --git a/busybox_unstable-musl/Dockerfile.builder b/busybox_unstable-musl/Dockerfile.builder
index 07c0ce4..66eba31 100644
--- a/busybox_unstable-musl/Dockerfile.builder
+++ b/busybox_unstable-musl/Dockerfile.builder
@@ -111,7 +111,7 @@ RUN set -eux; \
# install a few extra files from buildroot (/etc/passwd, etc)
RUN set -eux; \
- buildrootVersion='2022.08'; \
+ buildrootVersion='2022.08.1'; \
for file in \
system/device_table.txt \
system/skeleton/etc/group \
diff --git a/busybox_unstable-musl/busybox.tar.xz b/busybox_unstable-musl/busybox.tar.xz
index 6db3f82..7270f11 100644
Binary files a/busybox_unstable-musl/busybox.tar.xz and b/busybox_unstable-musl/busybox.tar.xz differ
diff --git a/busybox_unstable-uclibc/Dockerfile.builder b/busybox_unstable-uclibc/Dockerfile.builder
index b7b2867..36b54a0 100644
--- a/busybox_unstable-uclibc/Dockerfile.builder
+++ b/busybox_unstable-uclibc/Dockerfile.builder
@@ -44,7 +44,7 @@ RUN gpg --batch --keyserver keyserver.ubuntu.com --recv-keys AB07D806D2CE741FB88
# https://buildroot.org/download.html
# https://buildroot.org/downloads/?C=M;O=D
-ENV BUILDROOT_VERSION 2022.08
+ENV BUILDROOT_VERSION 2022.08.1
RUN set -eux; \
tarball="buildroot-${BUILDROOT_VERSION}.tar.xz"; \
diff --git a/busybox_unstable-uclibc/busybox.tar.xz b/busybox_unstable-uclibc/busybox.tar.xz
index 38c4547..7497015 100644
Binary files a/busybox_unstable-uclibc/busybox.tar.xz and b/busybox_unstable-uclibc/busybox.tar.xz differ
diff --git a/busybox_unstable/Dockerfile.builder b/busybox_unstable/Dockerfile.builder
index b7b2867..36b54a0 100644
--- a/busybox_unstable/Dockerfile.builder
+++ b/busybox_unstable/Dockerfile.builder
@@ -44,7 +44,7 @@ RUN gpg --batch --keyserver keyserver.ubuntu.com --recv-keys AB07D806D2CE741FB88
# https://buildroot.org/download.html
# https://buildroot.org/downloads/?C=M;O=D
-ENV BUILDROOT_VERSION 2022.08
+ENV BUILDROOT_VERSION 2022.08.1
RUN set -eux; \
tarball="buildroot-${BUILDROOT_VERSION}.tar.xz"; \
diff --git a/busybox_unstable/busybox.tar.xz b/busybox_unstable/busybox.tar.xz
index 38c4547..7497015 100644
Binary files a/busybox_unstable/busybox.tar.xz and b/busybox_unstable/busybox.tar.xz differ Relevant Maintainers: |
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.
Changes: