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

Merged
merged 1 commit into from
Mar 13, 2023
Merged

Update photon image #14239

merged 1 commit into from
Mar 13, 2023

Conversation

gerrit-photon
Copy link
Contributor

Update photon image

@github-actions

This comment has been minimized.

@github-actions

This comment has been minimized.

@github-actions
Copy link

Diff for 1659ed7:
diff --git a/_bashbrew-cat b/_bashbrew-cat
index f8e98f9..303dae0 100644
--- a/_bashbrew-cat
+++ b/_bashbrew-cat
@@ -2,23 +2,19 @@ Maintainers: Fabio Rapposelli <fabio@vmware.com> (@frapposelli), Michelle Wang <
 GitRepo: https://github.com/vmware/photon-docker-image.git
 Directory: docker
 
-Tags: 2.0, 2.0-20221224
-GitFetch: refs/heads/2.0-20221224
-GitCommit: d420ffbab4ff9e1045217855073736775472694a
-
-Tags: 3.0, 3.0-20230304
+Tags: 3.0, 3.0-20230311
 Architectures: amd64, arm64v8
-GitFetch: refs/heads/x86_64/3.0-20230304
-GitCommit: 4ddbddd0033c4916333166327f676fd4046e643e
-arm64v8-GitCommit: 95ebaaebab76962363935b3f2ee44695521532c1
-arm64v8-GitFetch: refs/heads/aarch64/3.0-20230304
+GitFetch: refs/heads/x86_64/3.0-20230311
+GitCommit: 7bbd25f6776ff099b678c9af8f3349e0431b7657
+arm64v8-GitCommit: e2547633fde20674483a423513f95fa9a16a8ea6
+arm64v8-GitFetch: refs/heads/aarch64/3.0-20230311
 
-Tags: 4.0, 4.0-20230304, latest
+Tags: 4.0, 4.0-20230312, latest
 Architectures: amd64, arm64v8
-GitFetch: refs/heads/x86_64/4.0-20230304
-GitCommit: a766f83657601b7567494baa84dc0c4ad6db12d3
-arm64v8-GitCommit: 7e1c8ee2d11d36dc6c98c27bf245f79873596169
-arm64v8-GitFetch: refs/heads/aarch64/4.0-20230304
+GitFetch: refs/heads/x86_64/4.0-20230312
+GitCommit: 42dc4ab2660baaee004f2ff4fc7ecae6405418ff
+arm64v8-GitCommit: 7483f03aebce0d28cfdc8a3bf10d3d1d9962dba7
+arm64v8-GitFetch: refs/heads/aarch64/4.0-20230312
 
 Tags: 5.0, 5.0-20230128, 5.0-beta
 Architectures: amd64, arm64v8
diff --git a/_bashbrew-list b/_bashbrew-list
index 23a2065..80bf33b 100644
--- a/_bashbrew-list
+++ b/_bashbrew-list
@@ -1,9 +1,7 @@
-photon:2.0
-photon:2.0-20221224
 photon:3.0
-photon:3.0-20230304
+photon:3.0-20230311
 photon:4.0
-photon:4.0-20230304
+photon:4.0-20230312
 photon:5.0
 photon:5.0-20230128
 photon:5.0-beta
diff --git a/_bashbrew-list-build-order b/_bashbrew-list-build-order
index 94b2c17..6fe74a2 100644
--- a/_bashbrew-list-build-order
+++ b/_bashbrew-list-build-order
@@ -1,4 +1,3 @@
-photon:2.0-20221224
-photon:3.0-20230304
+photon:3.0-20230311
 photon:latest
 photon:5.0-beta
diff --git a/photon_2.0-20221224/Dockerfile b/photon_2.0-20221224/Dockerfile
deleted file mode 100644
index 0bdae08..0000000
diff --git a/photon_2.0-20221224/photon-rootfs-2.0-6d27e65a6.tar.bz2 b/photon_2.0-20221224/photon-rootfs-2.0-6d27e65a6.tar.bz2
deleted file mode 100644
index 0fcccd4..0000000
diff --git a/photon_2.0-20221224/photon-rootfs-2.0-6d27e65a6.tar.bz2  'tar -t' b/photon_2.0-20221224/photon-rootfs-2.0-6d27e65a6.tar.bz2  'tar -t'
deleted file mode 100644
index 0dd132b..0000000
diff --git a/photon_3.0-20230304/Dockerfile b/photon_3.0-20230311/Dockerfile
similarity index 60%
rename from photon_3.0-20230304/Dockerfile
rename to photon_3.0-20230311/Dockerfile
index 7cf5ad0..06bb759 100644
--- a/photon_3.0-20230304/Dockerfile
+++ b/photon_3.0-20230311/Dockerfile
@@ -1,8 +1,8 @@
 FROM scratch
-ADD photon-rootfs-3.0-0327a7404.tar.gz /
+ADD photon-rootfs-3.0-068d6e653.tar.gz /
 
 LABEL name="Photon OS x86_64/3.0 Base Image" \
     vendor="VMware" \
-    build-date="20230304"
+    build-date="20230311"
 
 CMD ["/bin/bash"]
diff --git a/photon_3.0-20230304/photon-rootfs-3.0-0327a7404.tar.gz b/photon_3.0-20230311/photon-rootfs-3.0-068d6e653.tar.gz
similarity index 63%
rename from photon_3.0-20230304/photon-rootfs-3.0-0327a7404.tar.gz
rename to photon_3.0-20230311/photon-rootfs-3.0-068d6e653.tar.gz
index ba72eec..001cd07 100644
Binary files a/photon_3.0-20230304/photon-rootfs-3.0-0327a7404.tar.gz and b/photon_3.0-20230311/photon-rootfs-3.0-068d6e653.tar.gz differ
diff --git a/photon_3.0-20230304/photon-rootfs-3.0-0327a7404.tar.gz  'tar -t' b/photon_3.0-20230311/photon-rootfs-3.0-068d6e653.tar.gz  'tar -t'
similarity index 100%
rename from photon_3.0-20230304/photon-rootfs-3.0-0327a7404.tar.gz  'tar -t'
rename to photon_3.0-20230311/photon-rootfs-3.0-068d6e653.tar.gz  'tar -t'
diff --git a/photon_latest/Dockerfile b/photon_latest/Dockerfile
index 05e6364..c3c2161 100644
--- a/photon_latest/Dockerfile
+++ b/photon_latest/Dockerfile
@@ -1,8 +1,8 @@
 FROM scratch
-ADD photon-rootfs-4.0-c1292d3dd.tar.gz /
+ADD photon-rootfs-4.0-2bfe6098f.tar.gz /
 
 LABEL name="Photon OS x86_64/4.0 Base Image" \
     vendor="VMware" \
-    build-date="20230304"
+    build-date="20230312"
 
 CMD ["/bin/bash"]
diff --git a/photon_latest/photon-rootfs-4.0-c1292d3dd.tar.gz b/photon_latest/photon-rootfs-4.0-2bfe6098f.tar.gz
similarity index 63%
rename from photon_latest/photon-rootfs-4.0-c1292d3dd.tar.gz
rename to photon_latest/photon-rootfs-4.0-2bfe6098f.tar.gz
index ebc466d..2a426df 100644
Binary files a/photon_latest/photon-rootfs-4.0-c1292d3dd.tar.gz and b/photon_latest/photon-rootfs-4.0-2bfe6098f.tar.gz differ
diff --git a/photon_latest/photon-rootfs-4.0-c1292d3dd.tar.gz  'tar -t' b/photon_latest/photon-rootfs-4.0-2bfe6098f.tar.gz  'tar -t'
similarity index 100%
rename from photon_latest/photon-rootfs-4.0-c1292d3dd.tar.gz  'tar -t'
rename to photon_latest/photon-rootfs-4.0-2bfe6098f.tar.gz  'tar -t'

Relevant Maintainers:

@tianon tianon merged commit cd617f8 into docker-library:master Mar 13, 2023
@michellew-vmware
Copy link

No update for 3.0 and 4.0. And we just release 5.0 RC images. Please help to publish 5.0-RC docker for Photon OS.

Thanks,
Michelle

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