-
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
Updating Oracle Linux 8.1/8-slim for CVE-2020-1712 #7560
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
Signed-off-by: Avi Miller <avi.miller@oracle.com>
Diff:diff --git a/oraclelinux_8-slim/oraclelinux-8-slim-rootfs.tar.xz b/oraclelinux_8-slim/oraclelinux-8-slim-rootfs.tar.xz
index 20cd19d..8a3fe24 100644
Binary files a/oraclelinux_8-slim/oraclelinux-8-slim-rootfs.tar.xz and b/oraclelinux_8-slim/oraclelinux-8-slim-rootfs.tar.xz differ
diff --git a/oraclelinux_8/oraclelinux-8.1-rootfs.tar.xz b/oraclelinux_8/oraclelinux-8.1-rootfs.tar.xz
index 8021f05..34c08c6 100644
Binary files a/oraclelinux_8/oraclelinux-8.1-rootfs.tar.xz and b/oraclelinux_8/oraclelinux-8.1-rootfs.tar.xz differ Diff:diff --git a/oraclelinux_8-slim/oraclelinux-8-slim-rootfs.tar.xz b/oraclelinux_8-slim/oraclelinux-8-slim-rootfs.tar.xz
index b6c7c26..e46145e 100644
Binary files a/oraclelinux_8-slim/oraclelinux-8-slim-rootfs.tar.xz and b/oraclelinux_8-slim/oraclelinux-8-slim-rootfs.tar.xz differ
diff --git a/oraclelinux_8/oraclelinux-8.1-rootfs.tar.xz b/oraclelinux_8/oraclelinux-8.1-rootfs.tar.xz
index c8f2dff..5ef0514 100644
Binary files a/oraclelinux_8/oraclelinux-8.1-rootfs.tar.xz and b/oraclelinux_8/oraclelinux-8.1-rootfs.tar.xz differ |
Build test of #7560; 200739e; $ bashbrew build oraclelinux:8.1
Building bashbrew/cache:ee74b6837f28efd3d1c6bfe151990aa1bf6eedfd513e8b7d2e9ca2ff12d86ebd (oraclelinux:8.1)
Tagging oraclelinux:8.1
Tagging oraclelinux:8
$ test/run.sh oraclelinux:8.1
testing oraclelinux:8.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 oraclelinux:8.0
Building bashbrew/cache:3382d98ee7cac4d351e5d6bef3c7989f4235b7457aec63ba718639c507c8153b (oraclelinux:8.0)
Tagging oraclelinux:8.0
$ test/run.sh oraclelinux:8.0
testing oraclelinux:8.0
'utc' [1/4]...passed
'cve-2014--shellshock' [2/4]...passed
'no-hard-coded-passwords' [3/4]...passed
'override-cmd' [4/4]...passed
$ bashbrew build oraclelinux:8-slim
Building bashbrew/cache:5e7bb4a9bda521a2604c8270002d78c46b61ef2b40ed5aaed202070a59184be7 (oraclelinux:8-slim)
Tagging oraclelinux:8-slim
$ test/run.sh oraclelinux:8-slim
testing oraclelinux:8-slim
'utc' [1/4]...passed
'cve-2014--shellshock' [2/4]...passed
'no-hard-coded-passwords' [3/4]...passed
'override-cmd' [4/4]...passed
$ bashbrew build oraclelinux:7.7
Building bashbrew/cache:1a5258e9c0c1c836ffdc2bac54a089198ae9c230394146f46eea276fbe81e512 (oraclelinux:7.7)
Tagging oraclelinux:7.7
Tagging oraclelinux:7
Tagging oraclelinux:latest
$ test/run.sh oraclelinux:7.7
testing oraclelinux:7.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 oraclelinux:7-slim
Building bashbrew/cache:765d8a613f1bc61a3d8617d09cfab9c536f69ae9e4ed83c5493ff74067822560 (oraclelinux:7-slim)
Tagging oraclelinux:7-slim
$ test/run.sh oraclelinux:7-slim
testing oraclelinux:7-slim
'utc' [1/4]...passed
'cve-2014--shellshock' [2/4]...passed
'no-hard-coded-passwords' [3/4]...passed
'override-cmd' [4/4]...passed
$ bashbrew build oraclelinux:6.10
Building bashbrew/cache:a5ecc5bf78454d41a99eb35beddb305ad81a7f6dc367db471b955e06f8005598 (oraclelinux:6.10)
Tagging oraclelinux:6.10
Tagging oraclelinux:6
$ test/run.sh oraclelinux:6.10
testing oraclelinux:6.10
'utc' [1/4]...passed
'cve-2014--shellshock' [2/4]...passed
'no-hard-coded-passwords' [3/4]...passed
'override-cmd' [4/4]...passed
$ bashbrew build oraclelinux:6-slim
Building bashbrew/cache:95cf7c55ad8eff7b8c3bfe30f7b7143f4fade1a1108aa155cef1654ee6629744 (oraclelinux:6-slim)
Tagging oraclelinux:6-slim
$ test/run.sh oraclelinux:6-slim
testing oraclelinux:6-slim
'utc' [1/4]...passed
'cve-2014--shellshock' [2/4]...passed
'no-hard-coded-passwords' [3/4]...passed
'override-cmd' [4/4]...passed
|
Build test of #7560; 200739e; $ bashbrew build oraclelinux:8.1
Building bashbrew/cache:fff869b932b4307ee6b5323d32544531b96dc3f5ea636e3788f16ee5c3d077c7 (oraclelinux:8.1)
Tagging oraclelinux:8.1
Tagging oraclelinux:8
$ test/run.sh oraclelinux:8.1
testing oraclelinux:8.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 oraclelinux:8.0
Building bashbrew/cache:e9909b3f3bb6cf469a681598cd8f2be5604b848782549d8ce675bd509b810ad7 (oraclelinux:8.0)
Tagging oraclelinux:8.0
$ test/run.sh oraclelinux:8.0
testing oraclelinux:8.0
'utc' [1/4]...passed
'cve-2014--shellshock' [2/4]...passed
'no-hard-coded-passwords' [3/4]...passed
'override-cmd' [4/4]...passed
$ bashbrew build oraclelinux:8-slim
Building bashbrew/cache:a08d30a19b7c9ef35f8083821866446f868c12c7c262f1672a126fdf6fcedce2 (oraclelinux:8-slim)
Tagging oraclelinux:8-slim
$ test/run.sh oraclelinux:8-slim
testing oraclelinux:8-slim
'utc' [1/4]...passed
'cve-2014--shellshock' [2/4]...passed
'no-hard-coded-passwords' [3/4]...passed
'override-cmd' [4/4]...passed
$ bashbrew build oraclelinux:7.7
Building bashbrew/cache:baa0b3ee0b7c5bd557a12bd846192edcc73344c652f0c2504b89efab38ce3152 (oraclelinux:7.7)
Tagging oraclelinux:7.7
Tagging oraclelinux:7
Tagging oraclelinux:latest
$ test/run.sh oraclelinux:7.7
testing oraclelinux:7.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 oraclelinux:7-slim
Building bashbrew/cache:c9bbbdf73a62cf1c48aba33a330047c877552da36505d24b8ae167aaefa6f9dc (oraclelinux:7-slim)
Tagging oraclelinux:7-slim
$ test/run.sh oraclelinux:7-slim
testing oraclelinux:7-slim
'utc' [1/4]...passed
'cve-2014--shellshock' [2/4]...passed
'no-hard-coded-passwords' [3/4]...passed
'override-cmd' [4/4]...passed
$ bashbrew build oraclelinux:6.10
skipping "oraclelinux:6.10" (due to architecture "arm64v8"; only "amd64" supported)
$ test/run.sh oraclelinux:6.10
testing oraclelinux:6.10
image does not exist!
$ bashbrew build oraclelinux:6-slim
skipping "oraclelinux:6-slim" (due to architecture "arm64v8"; only "amd64" supported)
$ test/run.sh oraclelinux:6-slim
testing oraclelinux:6-slim
image does not exist!
The following images failed at least one test:
|
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.
8
and8-slim
images foramd64
andarm64v8
systemd
tosystemd-239-18.0.2.el8_1.4
Signed-off-by: Avi Miller avi.miller@oracle.com