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

Merged
merged 1 commit into from
Jul 22, 2022
Merged

Update photon image #12842

merged 1 commit into from
Jul 22, 2022

Conversation

gerrit-photon
Copy link
Contributor

Update photon image

@gerrit-photon gerrit-photon force-pushed the master branch 6 times, most recently from 3e47c98 to 1f8c37b Compare July 22, 2022 19:08
@github-actions
Copy link

Diff for 9d5f4f5:
diff --git a/_bashbrew-cat b/_bashbrew-cat
index 1533032..ce9885e 100644
--- a/_bashbrew-cat
+++ b/_bashbrew-cat
@@ -2,20 +2,20 @@ Maintainers: Fabio Rapposelli <fabio@vmware.com> (@frapposelli), Alexey Makhalov
 GitRepo: https://github.com/vmware/photon-docker-image.git
 Directory: docker
 
-Tags: 2.0, 2.0-20220715
-GitFetch: refs/heads/2.0-20220715
-GitCommit: 93723f79a076ed33c4ac99e48f0dbcea5951d7b6
+Tags: 2.0, 2.0-20220722
+GitFetch: refs/heads/2.0-20220722
+GitCommit: 8c66503a99b6db7a08047448c5f6fdcce0c3fa3a
 
-Tags: 3.0, 3.0-20220715
+Tags: 3.0, 3.0-20220722
 Architectures: amd64, arm64v8
-GitFetch: refs/heads/x86_64/3.0-20220715
-GitCommit: 4ada2f3b9ed85ac94a478c7598299eb2b5465a93
-arm64v8-GitCommit: b6997a83e613bfde6250688d9ef3e458e5d55bbe
-arm64v8-GitFetch: refs/heads/aarch64/3.0-20220715
+GitFetch: refs/heads/x86_64/3.0-20220722
+GitCommit: ef3f87fe6ab7fc82a4e606e04dc043e7c1a59288
+arm64v8-GitCommit: b20b6edcecf1daea9f606b60400a1889c34742ae
+arm64v8-GitFetch: refs/heads/aarch64/3.0-20220722
 
-Tags: 4.0, 4.0-20220715, latest
+Tags: 4.0, 4.0-20220722, latest
 Architectures: amd64, arm64v8
-GitFetch: refs/heads/x86_64/4.0-20220715
-GitCommit: 59b146207e5dc669369639eb167cc3f8c1a16a8c
-arm64v8-GitCommit: ff0a543b3259c1518caffdd306f6976e37064f17
-arm64v8-GitFetch: refs/heads/aarch64/4.0-20220715
+GitFetch: refs/heads/x86_64/4.0-20220722
+GitCommit: bb96574bac2f310b2a4ce33395d65efa076ca802
+arm64v8-GitCommit: a92a25043108cde4cb18c45ad03f5d5bb62ae121
+arm64v8-GitFetch: refs/heads/aarch64/4.0-20220722
diff --git a/_bashbrew-list b/_bashbrew-list
index 722eb92..6a4a425 100644
--- a/_bashbrew-list
+++ b/_bashbrew-list
@@ -1,7 +1,7 @@
 photon:2.0
-photon:2.0-20220715
+photon:2.0-20220722
 photon:3.0
-photon:3.0-20220715
+photon:3.0-20220722
 photon:4.0
-photon:4.0-20220715
+photon:4.0-20220722
 photon:latest
diff --git a/photon_2.0-20220715/Dockerfile b/photon_2.0-20220722/Dockerfile
similarity index 58%
rename from photon_2.0-20220715/Dockerfile
rename to photon_2.0-20220722/Dockerfile
index 53de613..2c7459f 100644
--- a/photon_2.0-20220715/Dockerfile
+++ b/photon_2.0-20220722/Dockerfile
@@ -1,8 +1,8 @@
 FROM scratch
-ADD photon-rootfs-2.0-e11518ba8.tar.bz2 /
+ADD photon-rootfs-2.0-b57bdf652.tar.bz2 /
 
 LABEL name="Photon OS 2.0 Base Image" \
     vendor="VMware" \
-    build-date="20220715"
+    build-date="20220722"
 
 CMD ["/bin/bash"]
diff --git a/photon_2.0-20220715/photon-rootfs-2.0-e11518ba8.tar.bz2 b/photon_2.0-20220722/photon-rootfs-2.0-b57bdf652.tar.bz2
similarity index 61%
rename from photon_2.0-20220715/photon-rootfs-2.0-e11518ba8.tar.bz2
rename to photon_2.0-20220722/photon-rootfs-2.0-b57bdf652.tar.bz2
index 708a77c..f73c879 100644
Binary files a/photon_2.0-20220715/photon-rootfs-2.0-e11518ba8.tar.bz2 and b/photon_2.0-20220722/photon-rootfs-2.0-b57bdf652.tar.bz2 differ
diff --git a/photon_2.0-20220715/photon-rootfs-2.0-e11518ba8.tar.bz2  'tar -t' b/photon_2.0-20220722/photon-rootfs-2.0-b57bdf652.tar.bz2  'tar -t'
similarity index 100%
rename from photon_2.0-20220715/photon-rootfs-2.0-e11518ba8.tar.bz2  'tar -t'
rename to photon_2.0-20220722/photon-rootfs-2.0-b57bdf652.tar.bz2  'tar -t'
diff --git a/photon_3.0-20220715/Dockerfile b/photon_3.0-20220722/Dockerfile
similarity index 60%
rename from photon_3.0-20220715/Dockerfile
rename to photon_3.0-20220722/Dockerfile
index cb29955..a0ad761 100644
--- a/photon_3.0-20220715/Dockerfile
+++ b/photon_3.0-20220722/Dockerfile
@@ -1,8 +1,8 @@
 FROM scratch
-ADD photon-rootfs-3.0-8e54ea3e7.tar.gz /
+ADD photon-rootfs-3.0-46356ac79.tar.gz /
 
 LABEL name="Photon OS x86_64/3.0 Base Image" \
     vendor="VMware" \
-    build-date="20220715"
+    build-date="20220722"
 
 CMD ["/bin/bash"]
diff --git a/photon_3.0-20220715/photon-rootfs-3.0-8e54ea3e7.tar.gz b/photon_3.0-20220722/photon-rootfs-3.0-46356ac79.tar.gz
similarity index 64%
rename from photon_3.0-20220715/photon-rootfs-3.0-8e54ea3e7.tar.gz
rename to photon_3.0-20220722/photon-rootfs-3.0-46356ac79.tar.gz
index 7a993e6..045e29e 100644
Binary files a/photon_3.0-20220715/photon-rootfs-3.0-8e54ea3e7.tar.gz and b/photon_3.0-20220722/photon-rootfs-3.0-46356ac79.tar.gz differ
diff --git a/photon_3.0-20220715/photon-rootfs-3.0-8e54ea3e7.tar.gz  'tar -t' b/photon_3.0-20220722/photon-rootfs-3.0-46356ac79.tar.gz  'tar -t'
similarity index 100%
rename from photon_3.0-20220715/photon-rootfs-3.0-8e54ea3e7.tar.gz  'tar -t'
rename to photon_3.0-20220722/photon-rootfs-3.0-46356ac79.tar.gz  'tar -t'
diff --git a/photon_latest/Dockerfile b/photon_latest/Dockerfile
index bf7c090..9df5c07 100644
--- a/photon_latest/Dockerfile
+++ b/photon_latest/Dockerfile
@@ -1,8 +1,8 @@
 FROM scratch
-ADD photon-rootfs-4.0-fe8804ac9.tar.gz /
+ADD photon-rootfs-4.0-7accdbca4.tar.gz /
 
 LABEL name="Photon OS x86_64/4.0 Base Image" \
     vendor="VMware" \
-    build-date="20220715"
+    build-date="20220722"
 
 CMD ["/bin/bash"]
diff --git a/photon_latest/photon-rootfs-4.0-fe8804ac9.tar.gz b/photon_latest/photon-rootfs-4.0-7accdbca4.tar.gz
similarity index 64%
rename from photon_latest/photon-rootfs-4.0-fe8804ac9.tar.gz
rename to photon_latest/photon-rootfs-4.0-7accdbca4.tar.gz
index f60c704..995f535 100644
Binary files a/photon_latest/photon-rootfs-4.0-fe8804ac9.tar.gz and b/photon_latest/photon-rootfs-4.0-7accdbca4.tar.gz differ
diff --git a/photon_latest/photon-rootfs-4.0-fe8804ac9.tar.gz  'tar -t' b/photon_latest/photon-rootfs-4.0-7accdbca4.tar.gz  'tar -t'
similarity index 100%
rename from photon_latest/photon-rootfs-4.0-fe8804ac9.tar.gz  'tar -t'
rename to photon_latest/photon-rootfs-4.0-7accdbca4.tar.gz  'tar -t'

Relevant Maintainers:

@tianon tianon merged commit d5ab314 into docker-library:master Jul 22, 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.

2 participants