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 #9143

Merged
merged 11 commits into from
Nov 21, 2020
Merged

Update photon image #9143

merged 11 commits into from
Nov 21, 2020

Conversation

gerrit-photon
Copy link
Contributor

Update photon image

@github-actions
Copy link

Diff for da5a061:
diff --git a/_bashbrew-cat b/_bashbrew-cat
index ea4932a..593aa83 100644
--- a/_bashbrew-cat
+++ b/_bashbrew-cat
@@ -2,17 +2,17 @@ Maintainers: Fabio Rapposelli <fabio@vmware.com> (@frapposelli), Alexey Makhalov
 GitRepo: https://github.com/vmware/photon-docker-image.git
 Directory: docker
 
-Tags: 1.0, 1.0-20201009
-GitFetch: refs/heads/1.0-20201009
-GitCommit: c07e29f271797dc4e05f5e2a25771237d75789e4
+Tags: 1.0, 1.0-20201120
+GitFetch: refs/heads/1.0-20201120
+GitCommit: 0d2825366faafebd949ae906f4e39eaa66e3409a
 
-Tags: 2.0, 2.0-20201113
-GitFetch: refs/heads/2.0-20201113
-GitCommit: 8e44b68dc246f08fe44a0ba5856e24c00d8c7caa
+Tags: 2.0, 2.0-20201120
+GitFetch: refs/heads/2.0-20201120
+GitCommit: b51096273e549aae4d3d1e08b35f8484494dc778
 
-Tags: 3.0, 3.0-20201030, latest
+Tags: 3.0, 3.0-20201120, latest
 Architectures: amd64, arm64v8
-GitFetch: refs/heads/x86_64/3.0-20201030
-GitCommit: 4bff946b815f6683c36f6b896866b4dfc9ed8776
-arm64v8-GitCommit: dc6861971ba10a86bb7b7fecb0ac461163988acb
-arm64v8-GitFetch: refs/heads/aarch64/3.0-20201030
+GitFetch: refs/heads/x86_64/3.0-20201120
+GitCommit: 4f244ee4fbe90bf4d2ff80e551aa2246b85d206b
+arm64v8-GitCommit: 14aa66d9fd17065b813275072a2e4e8e367de82e
+arm64v8-GitFetch: refs/heads/aarch64/3.0-20201120
diff --git a/_bashbrew-list b/_bashbrew-list
index 85ef7dc..26a3353 100644
--- a/_bashbrew-list
+++ b/_bashbrew-list
@@ -1,7 +1,7 @@
 photon:1.0
-photon:1.0-20201009
+photon:1.0-20201120
 photon:2.0
-photon:2.0-20201113
+photon:2.0-20201120
 photon:3.0
-photon:3.0-20201030
+photon:3.0-20201120
 photon:latest
diff --git a/photon_1.0-20201009/Dockerfile b/photon_1.0-20201120/Dockerfile
similarity index 59%
rename from photon_1.0-20201009/Dockerfile
rename to photon_1.0-20201120/Dockerfile
index ed55d53..92a06af 100644
--- a/photon_1.0-20201009/Dockerfile
+++ b/photon_1.0-20201120/Dockerfile
@@ -1,8 +1,8 @@
 FROM scratch
-ADD photon-rootfs-1.0-ffb916f.tar.bz2 /
+ADD photon-rootfs-1.0-72c6cf7.tar.bz2 /
 
 LABEL name="Photon OS 1.0 Base Image" \
     vendor="VMware" \
-    build-date="20201009"
+    build-date="20201120"
 
 CMD ["/bin/bash"]
diff --git a/photon_1.0-20201009/photon-rootfs-1.0-ffb916f.tar.bz2 b/photon_1.0-20201120/photon-rootfs-1.0-72c6cf7.tar.bz2
similarity index 78%
rename from photon_1.0-20201009/photon-rootfs-1.0-ffb916f.tar.bz2
rename to photon_1.0-20201120/photon-rootfs-1.0-72c6cf7.tar.bz2
index 1a00024..50544cb 100644
Binary files a/photon_1.0-20201009/photon-rootfs-1.0-ffb916f.tar.bz2 and b/photon_1.0-20201120/photon-rootfs-1.0-72c6cf7.tar.bz2 differ
diff --git a/photon_1.0-20201009/photon-rootfs-1.0-ffb916f.tar.bz2  'tar -t' b/photon_1.0-20201120/photon-rootfs-1.0-72c6cf7.tar.bz2  'tar -t'
similarity index 100%
rename from photon_1.0-20201009/photon-rootfs-1.0-ffb916f.tar.bz2  'tar -t'
rename to photon_1.0-20201120/photon-rootfs-1.0-72c6cf7.tar.bz2  'tar -t'
diff --git a/photon_2.0-20201113/Dockerfile b/photon_2.0-20201120/Dockerfile
similarity index 59%
rename from photon_2.0-20201113/Dockerfile
rename to photon_2.0-20201120/Dockerfile
index fe88c97..6c7574c 100644
--- a/photon_2.0-20201113/Dockerfile
+++ b/photon_2.0-20201120/Dockerfile
@@ -1,8 +1,8 @@
 FROM scratch
-ADD photon-rootfs-2.0-e95ed31.tar.bz2 /
+ADD photon-rootfs-2.0-5bcda4b.tar.bz2 /
 
 LABEL name="Photon OS 2.0 Base Image" \
     vendor="VMware" \
-    build-date="20201113"
+    build-date="20201120"
 
 CMD ["/bin/bash"]
diff --git a/photon_2.0-20201113/photon-rootfs-2.0-e95ed31.tar.bz2 b/photon_2.0-20201120/photon-rootfs-2.0-5bcda4b.tar.bz2
similarity index 61%
rename from photon_2.0-20201113/photon-rootfs-2.0-e95ed31.tar.bz2
rename to photon_2.0-20201120/photon-rootfs-2.0-5bcda4b.tar.bz2
index 3834217..1ff3f39 100644
Binary files a/photon_2.0-20201113/photon-rootfs-2.0-e95ed31.tar.bz2 and b/photon_2.0-20201120/photon-rootfs-2.0-5bcda4b.tar.bz2 differ
diff --git a/photon_2.0-20201113/photon-rootfs-2.0-e95ed31.tar.bz2  'tar -t' b/photon_2.0-20201120/photon-rootfs-2.0-5bcda4b.tar.bz2  'tar -t'
similarity index 100%
rename from photon_2.0-20201113/photon-rootfs-2.0-e95ed31.tar.bz2  'tar -t'
rename to photon_2.0-20201120/photon-rootfs-2.0-5bcda4b.tar.bz2  'tar -t'
diff --git a/photon_latest/Dockerfile b/photon_latest/Dockerfile
index 80bb1f4..a93d1e1 100644
--- a/photon_latest/Dockerfile
+++ b/photon_latest/Dockerfile
@@ -1,8 +1,8 @@
 FROM scratch
-ADD photon-rootfs-3.0-5428a45.tar.gz /
+ADD photon-rootfs-3.0-c547a1e.tar.gz /
 
 LABEL name="Photon OS x86_64/3.0 Base Image" \
     vendor="VMware" \
-    build-date="20201030"
+    build-date="20201120"
 
 CMD ["/bin/bash"]
diff --git a/photon_latest/photon-rootfs-3.0-5428a45.tar.gz b/photon_latest/photon-rootfs-3.0-c547a1e.tar.gz
similarity index 63%
rename from photon_latest/photon-rootfs-3.0-5428a45.tar.gz
rename to photon_latest/photon-rootfs-3.0-c547a1e.tar.gz
index 2738278..38ed7a5 100644
Binary files a/photon_latest/photon-rootfs-3.0-5428a45.tar.gz and b/photon_latest/photon-rootfs-3.0-c547a1e.tar.gz differ
diff --git a/photon_latest/photon-rootfs-3.0-5428a45.tar.gz  'tar -t' b/photon_latest/photon-rootfs-3.0-c547a1e.tar.gz  'tar -t'
similarity index 100%
rename from photon_latest/photon-rootfs-3.0-5428a45.tar.gz  'tar -t'
rename to photon_latest/photon-rootfs-3.0-c547a1e.tar.gz  'tar -t'

@yosifkit yosifkit merged commit d47acea into docker-library:master Nov 21, 2020
@tianon tianon mentioned this pull request Nov 30, 2020
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.

2 participants