Skip to content
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 #5769

Merged
merged 1 commit into from
Apr 19, 2019
Merged

Update photon image #5769

merged 1 commit into from
Apr 19, 2019

Conversation

gerrit-photon
Copy link
Contributor

Update photon image

@yosifkit
Copy link
Member

Diff:
diff --git a/_bashbrew-arches b/_bashbrew-arches
index 1b07bec..c658ebf 100644
--- a/_bashbrew-arches
+++ b/_bashbrew-arches
@@ -1,4 +1,4 @@
-photon:1.0-20190405 @ amd64
+photon:1.0-20190419 @ amd64
 photon:2.0-20190405 @ amd64
 photon:dev-20180904 @ amd64
 photon:dev-20180904 @ arm64v8
diff --git a/_bashbrew-list b/_bashbrew-list
index f649dbe..bb27397 100644
--- a/_bashbrew-list
+++ b/_bashbrew-list
@@ -1,5 +1,5 @@
 photon:1.0
-photon:1.0-20190405
+photon:1.0-20190419
 photon:2.0
 photon:2.0-20190405
 photon:3.0
diff --git a/photon_1.0-20190405/Dockerfile b/photon_1.0-20190419/Dockerfile
similarity index 59%
rename from photon_1.0-20190405/Dockerfile
rename to photon_1.0-20190419/Dockerfile
index e0d030f..32b44a6 100644
--- a/photon_1.0-20190405/Dockerfile
+++ b/photon_1.0-20190419/Dockerfile
@@ -1,8 +1,8 @@
 FROM scratch
-ADD photon-rootfs-1.0-54fce44.tar.bz2 /
+ADD photon-rootfs-1.0-53eced5.tar.bz2 /
 
 LABEL name="Photon OS 1.0 Base Image" \
     vendor="VMware" \
-    build-date="20190405"
+    build-date="20190419"
 
 CMD ["/bin/bash"]
diff --git a/photon_1.0-20190405/photon-rootfs-1.0-54fce44.tar.bz2 b/photon_1.0-20190419/photon-rootfs-1.0-53eced5.tar.bz2
similarity index 78%
rename from photon_1.0-20190405/photon-rootfs-1.0-54fce44.tar.bz2
rename to photon_1.0-20190419/photon-rootfs-1.0-53eced5.tar.bz2
index 4259b29..91aac6d 100644
Binary files a/photon_1.0-20190405/photon-rootfs-1.0-54fce44.tar.bz2 and b/photon_1.0-20190419/photon-rootfs-1.0-53eced5.tar.bz2 differ
diff --git a/photon_1.0-20190405/photon-rootfs-1.0-54fce44.tar.bz2  'tar -t' b/photon_1.0-20190419/photon-rootfs-1.0-53eced5.tar.bz2  'tar -t'
similarity index 100%
rename from photon_1.0-20190405/photon-rootfs-1.0-54fce44.tar.bz2  'tar -t'
rename to photon_1.0-20190419/photon-rootfs-1.0-53eced5.tar.bz2  'tar -t'

@yosifkit
Copy link
Member

Build test of #5769; 48912fb; amd64 (photon):

$ bashbrew build photon:3.0
Using bashbrew/cache:17975f4b32c18e8fb1766a4d5284242cd9267654dbe69cee124203445e732f72 (photon:3.0)
Tagging photon:3.0
Tagging photon:3.0-20190413
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 '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:dev
Using bashbrew/cache:a1447ba8855b4d9f4db229e6acca297e5881318efd1ac40118c3c138000f7fb7 (photon:dev)
Tagging photon:dev
Tagging photon:dev-20180904

$ test/run.sh photon:dev
testing photon:dev
	'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 '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
Building bashbrew/cache:9d57a59ff7b861337e9c6db79863b58c66dba06029702d58198d507356a63da5 (photon:1.0)
Tagging photon:1.0
Tagging photon:1.0-20190419

$ 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 '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:ffaa5511568c4a007c8a924262a41bd49ef3e79f7ce18c5db2dd89f48240d16c (photon:2.0)
Tagging photon:2.0
Tagging photon:2.0-20190405

$ 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 '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

@yosifkit yosifkit merged commit 9d26b4a into docker-library:master Apr 19, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants