-
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
alpine: security updates #4834
Merged
Merged
alpine: security updates #4834
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
apk-tools has an important security fix that has been updated in v3.2 to v3.8. edge has got musl libc update to 1.1.20.
Diff:diff --git a/alpine_3.1/rootfs.tar.xz b/alpine_3.1/rootfs.tar.xz
index 3b3f484..e33d1cd 100644
Binary files a/alpine_3.1/rootfs.tar.xz and b/alpine_3.1/rootfs.tar.xz differ
diff --git a/alpine_3.2/rootfs.tar.xz b/alpine_3.2/rootfs.tar.xz
index fb17110..2a515d5 100644
Binary files a/alpine_3.2/rootfs.tar.xz and b/alpine_3.2/rootfs.tar.xz differ
diff --git a/alpine_3.3/rootfs.tar.xz b/alpine_3.3/rootfs.tar.xz
index 94ecb60..eda71ec 100644
Binary files a/alpine_3.3/rootfs.tar.xz and b/alpine_3.3/rootfs.tar.xz differ
diff --git a/alpine_3.4/rootfs.tar.xz b/alpine_3.4/rootfs.tar.xz
index b7eae40..fd38346 100644
Binary files a/alpine_3.4/rootfs.tar.xz and b/alpine_3.4/rootfs.tar.xz differ
diff --git a/alpine_3.5/rootfs.tar.xz b/alpine_3.5/rootfs.tar.xz
index 2916962..70dacb9 100644
Binary files a/alpine_3.5/rootfs.tar.xz and b/alpine_3.5/rootfs.tar.xz differ
diff --git a/alpine_3.6/rootfs.tar.xz b/alpine_3.6/rootfs.tar.xz
index 324f5e4..a79ddce 100644
Binary files a/alpine_3.6/rootfs.tar.xz and b/alpine_3.6/rootfs.tar.xz differ
diff --git a/alpine_3.7/rootfs.tar.xz b/alpine_3.7/rootfs.tar.xz
index 8198700..0809879 100644
Binary files a/alpine_3.7/rootfs.tar.xz and b/alpine_3.7/rootfs.tar.xz differ
diff --git a/alpine_edge/rootfs.tar.xz b/alpine_edge/rootfs.tar.xz
index 21a66e0..fdee5fd 100644
Binary files a/alpine_edge/rootfs.tar.xz and b/alpine_edge/rootfs.tar.xz differ
diff --git a/alpine_edge/rootfs.tar.xz 'tar -t' b/alpine_edge/rootfs.tar.xz 'tar -t'
index 3d853fd..1713044 100644
--- a/alpine_edge/rootfs.tar.xz 'tar -t'
+++ b/alpine_edge/rootfs.tar.xz 'tar -t'
@@ -176,6 +176,7 @@ media/cdrom/
media/floppy/
media/usb/
mnt/
+opt/
proc/
root/
run/
diff --git a/alpine_latest/rootfs.tar.xz b/alpine_latest/rootfs.tar.xz
index 87fdc72..5b7d08c 100644
Binary files a/alpine_latest/rootfs.tar.xz and b/alpine_latest/rootfs.tar.xz differ |
Build test of #4834; dba53c0; $ bashbrew build alpine:3.6
Building bashbrew/cache:23f222a19ca767ff454a149a870e7162ee6befa7ea56dc8d8a34b94094d70bfb (alpine:3.6)
Tagging alpine:3.6
$ test/run.sh alpine:3.6
testing alpine:3.6
'utc' [1/4]...passed
'cve-2014--shellshock' [2/4]...passed
'no-hard-coded-passwords' [3/4]...passed
'override-cmd' [4/4]...passed
$ bashbrew build alpine:3.7
Building bashbrew/cache:4f0e5c72040296ffc798e4c316df9aabb66c6167ce19f1669f52000d5bd223e1 (alpine:3.7)
Tagging alpine:3.7
$ test/run.sh alpine:3.7
testing alpine:3.7
'utc' [1/4]...passed
'cve-2014--shellshock' [2/4]...passed
'no-hard-coded-passwords' [3/4]...passed
'override-cmd' [4/4]...passed
$ bashbrew build alpine:3.8
Building bashbrew/cache:61dd2b47bfb380db498980132665d6139ed4dad0cb9e9b20038ec83888bed439 (alpine:3.8)
Tagging alpine:3.8
Tagging alpine:latest
$ test/run.sh alpine:3.8
testing alpine:3.8
'utc' [1/4]...passed
'cve-2014--shellshock' [2/4]...passed
'no-hard-coded-passwords' [3/4]...passed
'override-cmd' [4/4]...passed
$ bashbrew build alpine:edge
Building bashbrew/cache:5b86692080c231427b9b273ce7f4208d1639a7c422c8b0f9928b61ffd0431923 (alpine:edge)
Tagging alpine:edge
$ test/run.sh alpine:edge
testing alpine:edge
'utc' [1/4]...passed
'cve-2014--shellshock' [2/4]...passed
'no-hard-coded-passwords' [3/4]...passed
'override-cmd' [4/4]...passed
$ bashbrew build alpine:3.1
Building bashbrew/cache:39c8cc745487df07257ff8c650af228140fc6e33a77d859ee6445b8a0121d3d4 (alpine:3.1)
Tagging alpine:3.1
$ test/run.sh alpine:3.1
testing alpine:3.1
'utc' [1/4]...passed
'cve-2014--shellshock' [2/4]...passed
'no-hard-coded-passwords' [3/4]...passed
'override-cmd' [4/4]...passed
$ bashbrew build alpine:3.2
Building bashbrew/cache:1dc7b5f6d3dbe68024a1ac03f10f09eb11894eb8f4dc67b35e825d3a74bc57b6 (alpine:3.2)
Tagging alpine:3.2
$ test/run.sh alpine:3.2
testing alpine:3.2
'utc' [1/4]...passed
'cve-2014--shellshock' [2/4]...passed
'no-hard-coded-passwords' [3/4]...passed
'override-cmd' [4/4]...passed
$ bashbrew build alpine:3.3
Building bashbrew/cache:087c03f1d7a6f826f91a62ab71313c0797da60e65553d5a9ad8caa9536f336ff (alpine:3.3)
Tagging alpine:3.3
$ test/run.sh alpine:3.3
testing alpine:3.3
'utc' [1/4]...passed
'cve-2014--shellshock' [2/4]...passed
'no-hard-coded-passwords' [3/4]...passed
'override-cmd' [4/4]...passed
$ bashbrew build alpine:3.4
Building bashbrew/cache:262437a66f6fbd88eb1995f6753cc0b37c56312fe062144c6ed1c59166908b1e (alpine:3.4)
Tagging alpine:3.4
$ test/run.sh alpine:3.4
testing alpine:3.4
'utc' [1/4]...passed
'cve-2014--shellshock' [2/4]...passed
'no-hard-coded-passwords' [3/4]...passed
'override-cmd' [4/4]...passed
$ bashbrew build alpine:3.5
Building bashbrew/cache:248b0b376f30ee05ce3f5f785a9027f79ff6815ad05bdc463b359904f56d65f7 (alpine:3.5)
Tagging alpine:3.5
$ test/run.sh alpine:3.5
testing alpine:3.5
'utc' [1/4]...passed
'cve-2014--shellshock' [2/4]...passed
'no-hard-coded-passwords' [3/4]...passed
'override-cmd' [4/4]...passed
|
This was referenced Sep 14, 2018
Closed
This was referenced Sep 14, 2018
tianon
referenced
this pull request
in gliderlabs/docker-alpine
Sep 14, 2018
nrb
pushed a commit
to nrb/velero
that referenced
this pull request
Sep 17, 2018
This change includes the fix at docker-library/official-images#4834 Signed-off-by: Nolan Brubaker <nolan@heptio.com>
nrb
pushed a commit
to nrb/velero
that referenced
this pull request
Sep 17, 2018
This change includes the fix at docker-library/official-images#4834 Signed-off-by: Nolan Brubaker <nolan@heptio.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.
apk-tools has an important security fix that has been updated in v3.2 to
v3.8.
edge has got musl libc update to 1.1.20.