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

Merged
merged 1 commit into from
Dec 20, 2022
Merged

Update photon image #13768

merged 1 commit into from
Dec 20, 2022

Conversation

gerrit-photon
Copy link
Contributor

Update photon image

library/photon Outdated Show resolved Hide resolved
@github-actions
Copy link

Diff for 0e2f8d7:
diff --git a/_bashbrew-cat b/_bashbrew-cat
index 5919b2f..74c6005 100644
--- a/_bashbrew-cat
+++ b/_bashbrew-cat
@@ -1,21 +1,21 @@
-Maintainers: Fabio Rapposelli <fabio@vmware.com> (@frapposelli), Alexey Makhalov <amakhalov@vmware.com> (@YustasSwamp)
+Maintainers: Fabio Rapposelli <fabio@vmware.com> (@frapposelli), Alexey Makhalov <amakhalov@vmware.com> (@YustasSwamp), Michelle Wang <michellew@vmware.com> (@michellew)
 GitRepo: https://github.com/vmware/photon-docker-image.git
 Directory: docker
 
-Tags: 2.0, 2.0-20221029
-GitFetch: refs/heads/2.0-20221029
-GitCommit: 64d495744276da80fd53750146350e41d435ff79
+Tags: 2.0, 2.0-20221219
+GitFetch: refs/heads/2.0-20221219
+GitCommit: 1bae6952962b7fbcc8a5f94d344fe297080d8ced
 
-Tags: 3.0, 3.0-20221029
+Tags: 3.0, 3.0-20221219
 Architectures: amd64, arm64v8
-GitFetch: refs/heads/x86_64/3.0-20221029
-GitCommit: 3f48db06f0175f69ecf27b83bde32410af466fed
-arm64v8-GitCommit: 2336527d851631548d4b7d8a6a5f9cab8b8bd49a
-arm64v8-GitFetch: refs/heads/aarch64/3.0-20221029
+GitFetch: refs/heads/x86_64/3.0-20221219
+GitCommit: a350f27e6723ef9fb482df79437dd79078f39ea2
+arm64v8-GitCommit: 93dcce1fc0d6f50384de4a7e62f5aafafde28863
+arm64v8-GitFetch: refs/heads/aarch64/3.0-20221219
 
-Tags: 4.0, 4.0-20221210, latest
+Tags: 4.0, 4.0-20221219, latest
 Architectures: amd64, arm64v8
-GitFetch: refs/heads/x86_64/4.0-20221210
-GitCommit: b2ad9beb54cd735097b570aa09bc4e2fd7278e5c
-arm64v8-GitCommit: f5303258b439be1726cb6c27a7554ae3427c5bae
-arm64v8-GitFetch: refs/heads/aarch64/4.0-20221210
+GitFetch: refs/heads/x86_64/4.0-20221219
+GitCommit: e34b532bc722743066a98413870c2573eaa2a705
+arm64v8-GitCommit: 0e51698a1284d01cfcd3c8ee7d69f1ff22e1d41c
+arm64v8-GitFetch: refs/heads/aarch64/4.0-20221219
diff --git a/_bashbrew-list b/_bashbrew-list
index addc43b..d85120f 100644
--- a/_bashbrew-list
+++ b/_bashbrew-list
@@ -1,7 +1,7 @@
 photon:2.0
-photon:2.0-20221029
+photon:2.0-20221219
 photon:3.0
-photon:3.0-20221029
+photon:3.0-20221219
 photon:4.0
-photon:4.0-20221210
+photon:4.0-20221219
 photon:latest
diff --git a/_bashbrew-list-build-order b/_bashbrew-list-build-order
index 066ae8e..1f3e988 100644
--- a/_bashbrew-list-build-order
+++ b/_bashbrew-list-build-order
@@ -1,3 +1,3 @@
-photon:2.0-20221029
-photon:3.0-20221029
+photon:2.0-20221219
+photon:3.0-20221219
 photon:latest
diff --git a/photon_2.0-20221029/Dockerfile b/photon_2.0-20221219/Dockerfile
similarity index 58%
rename from photon_2.0-20221029/Dockerfile
rename to photon_2.0-20221219/Dockerfile
index 7cc4558..42a5ce7 100644
--- a/photon_2.0-20221029/Dockerfile
+++ b/photon_2.0-20221219/Dockerfile
@@ -1,8 +1,8 @@
 FROM scratch
-ADD photon-rootfs-2.0-e95a0293c.tar.bz2 /
+ADD photon-rootfs-2.0-f8084a380.tar.bz2 /
 
 LABEL name="Photon OS 2.0 Base Image" \
     vendor="VMware" \
-    build-date="20221029"
+    build-date="20221219"
 
 CMD ["/bin/bash"]
diff --git a/photon_2.0-20221029/photon-rootfs-2.0-e95a0293c.tar.bz2 b/photon_2.0-20221219/photon-rootfs-2.0-f8084a380.tar.bz2
similarity index 61%
rename from photon_2.0-20221029/photon-rootfs-2.0-e95a0293c.tar.bz2
rename to photon_2.0-20221219/photon-rootfs-2.0-f8084a380.tar.bz2
index 846c208..988eff0 100644
Binary files a/photon_2.0-20221029/photon-rootfs-2.0-e95a0293c.tar.bz2 and b/photon_2.0-20221219/photon-rootfs-2.0-f8084a380.tar.bz2 differ
diff --git a/photon_2.0-20221029/photon-rootfs-2.0-e95a0293c.tar.bz2  'tar -t' b/photon_2.0-20221219/photon-rootfs-2.0-f8084a380.tar.bz2  'tar -t'
similarity index 100%
rename from photon_2.0-20221029/photon-rootfs-2.0-e95a0293c.tar.bz2  'tar -t'
rename to photon_2.0-20221219/photon-rootfs-2.0-f8084a380.tar.bz2  'tar -t'
diff --git a/photon_3.0-20221029/Dockerfile b/photon_3.0-20221219/Dockerfile
similarity index 60%
rename from photon_3.0-20221029/Dockerfile
rename to photon_3.0-20221219/Dockerfile
index 1000bad..7cecea8 100644
--- a/photon_3.0-20221029/Dockerfile
+++ b/photon_3.0-20221219/Dockerfile
@@ -1,8 +1,8 @@
 FROM scratch
-ADD photon-rootfs-3.0-421ff2969.tar.gz /
+ADD photon-rootfs-3.0-28d243576.tar.gz /
 
 LABEL name="Photon OS x86_64/3.0 Base Image" \
     vendor="VMware" \
-    build-date="20221029"
+    build-date="20221219"
 
 CMD ["/bin/bash"]
diff --git a/photon_3.0-20221029/photon-rootfs-3.0-421ff2969.tar.gz b/photon_3.0-20221219/photon-rootfs-3.0-28d243576.tar.gz
similarity index 64%
rename from photon_3.0-20221029/photon-rootfs-3.0-421ff2969.tar.gz
rename to photon_3.0-20221219/photon-rootfs-3.0-28d243576.tar.gz
index 3567539..7e9b2fb 100644
Binary files a/photon_3.0-20221029/photon-rootfs-3.0-421ff2969.tar.gz and b/photon_3.0-20221219/photon-rootfs-3.0-28d243576.tar.gz differ
diff --git a/photon_3.0-20221029/photon-rootfs-3.0-421ff2969.tar.gz  'tar -t' b/photon_3.0-20221219/photon-rootfs-3.0-28d243576.tar.gz  'tar -t'
similarity index 100%
rename from photon_3.0-20221029/photon-rootfs-3.0-421ff2969.tar.gz  'tar -t'
rename to photon_3.0-20221219/photon-rootfs-3.0-28d243576.tar.gz  'tar -t'
diff --git a/photon_latest/Dockerfile b/photon_latest/Dockerfile
index e3f243b..f858268 100644
--- a/photon_latest/Dockerfile
+++ b/photon_latest/Dockerfile
@@ -1,8 +1,8 @@
 FROM scratch
-ADD photon-rootfs-4.0-acf26cc28.tar.gz /
+ADD photon-rootfs-4.0-b1832cdc3.tar.gz /
 
 LABEL name="Photon OS x86_64/4.0 Base Image" \
     vendor="VMware" \
-    build-date="20221210"
+    build-date="20221219"
 
 CMD ["/bin/bash"]
diff --git a/photon_latest/photon-rootfs-4.0-acf26cc28.tar.gz b/photon_latest/photon-rootfs-4.0-b1832cdc3.tar.gz
similarity index 63%
rename from photon_latest/photon-rootfs-4.0-acf26cc28.tar.gz
rename to photon_latest/photon-rootfs-4.0-b1832cdc3.tar.gz
index 7021cf2..40512f4 100644
Binary files a/photon_latest/photon-rootfs-4.0-acf26cc28.tar.gz and b/photon_latest/photon-rootfs-4.0-b1832cdc3.tar.gz differ
diff --git a/photon_latest/photon-rootfs-4.0-acf26cc28.tar.gz  'tar -t' b/photon_latest/photon-rootfs-4.0-b1832cdc3.tar.gz  'tar -t'
similarity index 100%
rename from photon_latest/photon-rootfs-4.0-acf26cc28.tar.gz  'tar -t'
rename to photon_latest/photon-rootfs-4.0-b1832cdc3.tar.gz  'tar -t'

Relevant Maintainers:

@tianon
Copy link
Member

tianon commented Dec 19, 2022

Looks like this is probably ready/settled now, yes?

@yosifkit yosifkit merged commit d05bf71 into docker-library:master Dec 20, 2022
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