-
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 photon image #6765
Merged
Merged
Update photon image #6765
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
Diff:diff --git a/_bashbrew-list b/_bashbrew-list
index 3e881bd..d3c4e21 100644
--- a/_bashbrew-list
+++ b/_bashbrew-list
@@ -3,5 +3,5 @@ photon:1.0-20191004
photon:2.0
photon:2.0-20191004
photon:3.0
-photon:3.0-20191004
+photon:3.0-20191011
photon:latest
diff --git a/photon_latest/Dockerfile b/photon_latest/Dockerfile
index ee32668..b8e79ae 100644
--- a/photon_latest/Dockerfile
+++ b/photon_latest/Dockerfile
@@ -1,8 +1,8 @@
FROM scratch
-ADD photon-rootfs-3.0-76e8499.tar.gz /
+ADD photon-rootfs-3.0-f2b3128.tar.gz /
LABEL name="Photon OS x86_64/3.0 Base Image" \
vendor="VMware" \
- build-date="20191004"
+ build-date="20191011"
CMD ["/bin/bash"]
diff --git a/photon_latest/photon-rootfs-3.0-76e8499.tar.gz b/photon_latest/photon-rootfs-3.0-f2b3128.tar.gz
similarity index 63%
rename from photon_latest/photon-rootfs-3.0-76e8499.tar.gz
rename to photon_latest/photon-rootfs-3.0-f2b3128.tar.gz
index 58fe9b5..f3204e0 100644
Binary files a/photon_latest/photon-rootfs-3.0-76e8499.tar.gz and b/photon_latest/photon-rootfs-3.0-f2b3128.tar.gz differ
diff --git a/photon_latest/photon-rootfs-3.0-76e8499.tar.gz 'tar -t' b/photon_latest/photon-rootfs-3.0-f2b3128.tar.gz 'tar -t'
similarity index 100%
rename from photon_latest/photon-rootfs-3.0-76e8499.tar.gz 'tar -t'
rename to photon_latest/photon-rootfs-3.0-f2b3128.tar.gz 'tar -t' |
Build test of #6765; a4beeee; $ bashbrew build photon:3.0
Building bashbrew/cache:8b59a65898327d1cfb66ccf6229d52fdc05da15bc32d50747f72e99eadb64f0b (photon:3.0)
Tagging photon:3.0
Tagging photon:3.0-20191011
Tagging photon:latest
$ test/run.sh photon:3.0
testing photon:3.0
'utc' [1/4]...passed
'cve-2014--shellshock' [2/4]...passed
'no-hard-coded-passwords' [3/4]...cut: /etc/shadow: No such file or directory
warning: garbage password detected for 'bin': 'x'
warning: garbage password detected for 'root': 'x'
warning: garbage password detected for 'systemd-timesync': 'x'
warning: garbage password detected for 'systemd-resolve': 'x'
warning: garbage password detected for 'systemd-network': 'x'
warning: garbage password detected for 'messagebus': 'x'
warning: garbage password detected for 'daemon': 'x'
warning: garbage password detected for 'systemd-journal-upload': 'x'
warning: garbage password detected for 'nobody': 'x'
warning: garbage password detected for 'systemd-bus-proxy': 'x'
warning: garbage password detected for 'systemd-journal-remote': 'x'
warning: garbage password detected for 'systemd-journal-gateway': 'x'
passed
'override-cmd' [4/4]...passed
$ bashbrew build photon:1.0
Using bashbrew/cache:ef3dbac155f9126307e26d61f8df0ee22777ed55fb5bd58c5cbab5bbc838d351 (photon:1.0)
Tagging photon:1.0
Tagging photon:1.0-20191004
$ test/run.sh photon:1.0
testing photon:1.0
'utc' [1/4]...passed
'cve-2014--shellshock' [2/4]...passed
'no-hard-coded-passwords' [3/4]...cut: /etc/shadow: No such file or directory
warning: garbage password detected for 'bin': 'x'
warning: garbage password detected for 'root': 'x'
warning: garbage password detected for 'systemd-timesync': 'x'
warning: garbage password detected for 'systemd-resolve': 'x'
warning: garbage password detected for 'systemd-network': 'x'
warning: garbage password detected for 'messagebus': 'x'
warning: garbage password detected for 'daemon': 'x'
warning: garbage password detected for 'systemd-journal-upload': 'x'
warning: garbage password detected for 'nobody': 'x'
warning: garbage password detected for 'systemd-bus-proxy': 'x'
warning: garbage password detected for 'systemd-journal-remote': 'x'
warning: garbage password detected for 'systemd-journal-gateway': 'x'
passed
'override-cmd' [4/4]...passed
$ bashbrew build photon:2.0
Using bashbrew/cache:bfa0061e0d8ef6f496001a43ae30953972e9e56c05923dd0dad2574a16450a4f (photon:2.0)
Tagging photon:2.0
Tagging photon:2.0-20191004
$ test/run.sh photon:2.0
testing photon:2.0
'utc' [1/4]...passed
'cve-2014--shellshock' [2/4]...passed
'no-hard-coded-passwords' [3/4]...cut: /etc/shadow: No such file or directory
warning: garbage password detected for 'bin': 'x'
warning: garbage password detected for 'root': 'x'
warning: garbage password detected for 'systemd-timesync': 'x'
warning: garbage password detected for 'systemd-resolve': 'x'
warning: garbage password detected for 'systemd-network': 'x'
warning: garbage password detected for 'messagebus': 'x'
warning: garbage password detected for 'daemon': 'x'
warning: garbage password detected for 'systemd-journal-upload': 'x'
warning: garbage password detected for 'nobody': 'x'
warning: garbage password detected for 'systemd-bus-proxy': 'x'
warning: garbage password detected for 'systemd-journal-remote': 'x'
warning: garbage password detected for 'systemd-journal-gateway': 'x'
passed
'override-cmd' [4/4]...passed
|
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.
Update photon image