-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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 #17183
Merged
Merged
Update photon image #17183
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This comment has been minimized.
This comment has been minimized.
gerrit-photon
force-pushed
the
master
branch
2 times, most recently
from
July 16, 2024 05:41
3ec6fa0
to
01498f0
Compare
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
gerrit-photon
force-pushed
the
master
branch
2 times, most recently
from
July 16, 2024 05:50
76bd114
to
18f685b
Compare
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
Diff for 75556f0:diff --git a/_bashbrew-cat b/_bashbrew-cat
index b046d52..1d638fd 100644
--- a/_bashbrew-cat
+++ b/_bashbrew-cat
@@ -2,23 +2,23 @@ Maintainers: Fabio Rapposelli <[email protected]> (@frapposelli), Michelle Wang <
GitRepo: https://github.com/vmware/photon-docker-image.git
Directory: docker
-Tags: 3.0, 3.0-20240707
+Tags: 3.0, 3.0-20240716
Architectures: amd64, arm64v8
-GitFetch: refs/heads/x86_64/3.0-20240707
-GitCommit: ca04c70bf78c387e49445ac0588c075b4a921ede
-arm64v8-GitCommit: cc35a290e1eac9bd223ed7d6b978418f168f2e3f
-arm64v8-GitFetch: refs/heads/aarch64/3.0-20240707
+GitFetch: refs/heads/x86_64/3.0-20240716
+GitCommit: 5fb486a53f31e32f876c6c1928d23350b7e2aa61
+arm64v8-GitCommit: a2835f08b488e18ab5f43a1f4b094c8a76f87e33
+arm64v8-GitFetch: refs/heads/aarch64/3.0-20240716
-Tags: 4.0, 4.0-20240707
+Tags: 4.0, 4.0-20240716
Architectures: amd64, arm64v8
-GitFetch: refs/heads/x86_64/4.0-20240707
-GitCommit: d91326c2fb64831070e02c88d62e32f89bbecda1
-arm64v8-GitCommit: 9274d9cd20f683abeaa1af92a1cabaae6b11915d
-arm64v8-GitFetch: refs/heads/aarch64/4.0-20240707
+GitFetch: refs/heads/x86_64/4.0-20240716
+GitCommit: 8e9fb50e381fe48ce9830250c5759f1baca3a0e7
+arm64v8-GitCommit: be4f4fafcc2d4b39d2a3929b0455917299f53c01
+arm64v8-GitFetch: refs/heads/aarch64/4.0-20240716
-Tags: 5.0, 5.0-20240707, latest
+Tags: 5.0, 5.0-20240716, latest
Architectures: amd64, arm64v8
-GitFetch: refs/heads/x86_64/5.0-20240707
-GitCommit: d36c2c0d5474eaa4c49119f550bb7d370dd590c8
-arm64v8-GitCommit: 475a2fd1db542214515f0aec86d141ae48bc1c0b
-arm64v8-GitFetch: refs/heads/aarch64/5.0-20240707
+GitFetch: refs/heads/x86_64/5.0-20240716
+GitCommit: b9d4da7f69fe97b281915d7bd5d31d4de1634d68
+arm64v8-GitCommit: e54e89bfbc0bb6e78a94f08b9b10da7f2f9a6d7d
+arm64v8-GitFetch: refs/heads/aarch64/5.0-20240716
diff --git a/_bashbrew-list b/_bashbrew-list
index 2514cb4..0cdc869 100644
--- a/_bashbrew-list
+++ b/_bashbrew-list
@@ -1,7 +1,7 @@
photon:3.0
-photon:3.0-20240707
+photon:3.0-20240716
photon:4.0
-photon:4.0-20240707
+photon:4.0-20240716
photon:5.0
-photon:5.0-20240707
+photon:5.0-20240716
photon:latest
diff --git a/_bashbrew-list-build-order b/_bashbrew-list-build-order
index c516f3b..33f3e6f 100644
--- a/_bashbrew-list-build-order
+++ b/_bashbrew-list-build-order
@@ -1,3 +1,3 @@
-photon:3.0-20240707
-photon:4.0-20240707
+photon:3.0-20240716
+photon:4.0-20240716
photon:latest
diff --git a/photon_3.0-20240707/Dockerfile b/photon_3.0-20240716/Dockerfile
similarity index 60%
rename from photon_3.0-20240707/Dockerfile
rename to photon_3.0-20240716/Dockerfile
index c97b0ae..a98cbcc 100644
--- a/photon_3.0-20240707/Dockerfile
+++ b/photon_3.0-20240716/Dockerfile
@@ -1,8 +1,8 @@
FROM scratch
-ADD photon-rootfs-3.0-95a6e8d72.tar.gz /
+ADD photon-rootfs-3.0-64245f4f2.tar.gz /
LABEL name="Photon OS x86_64/3.0 Base Image" \
vendor="VMware" \
- build-date="20240707"
+ build-date="20240716"
CMD ["/bin/bash"]
diff --git a/photon_3.0-20240707/photon-rootfs-3.0-95a6e8d72.tar.gz b/photon_3.0-20240716/photon-rootfs-3.0-64245f4f2.tar.gz
similarity index 63%
rename from photon_3.0-20240707/photon-rootfs-3.0-95a6e8d72.tar.gz
rename to photon_3.0-20240716/photon-rootfs-3.0-64245f4f2.tar.gz
index c3ce671..e638250 100644
Binary files a/photon_3.0-20240707/photon-rootfs-3.0-95a6e8d72.tar.gz and b/photon_3.0-20240716/photon-rootfs-3.0-64245f4f2.tar.gz differ
diff --git a/photon_3.0-20240707/photon-rootfs-3.0-95a6e8d72.tar.gz 'tar -t' b/photon_3.0-20240716/photon-rootfs-3.0-64245f4f2.tar.gz 'tar -t'
similarity index 100%
rename from photon_3.0-20240707/photon-rootfs-3.0-95a6e8d72.tar.gz 'tar -t'
rename to photon_3.0-20240716/photon-rootfs-3.0-64245f4f2.tar.gz 'tar -t'
diff --git a/photon_4.0-20240707/Dockerfile b/photon_4.0-20240716/Dockerfile
similarity index 60%
rename from photon_4.0-20240707/Dockerfile
rename to photon_4.0-20240716/Dockerfile
index a3a2a12..cf6b817 100644
--- a/photon_4.0-20240707/Dockerfile
+++ b/photon_4.0-20240716/Dockerfile
@@ -1,8 +1,8 @@
FROM scratch
-ADD photon-rootfs-4.0-56c8eb728.tar.gz /
+ADD photon-rootfs-4.0-9284cf94e.tar.gz /
LABEL name="Photon OS x86_64/4.0 Base Image" \
vendor="VMware" \
- build-date="20240707"
+ build-date="20240716"
CMD ["/bin/bash"]
diff --git a/photon_4.0-20240707/photon-rootfs-4.0-56c8eb728.tar.gz b/photon_4.0-20240716/photon-rootfs-4.0-9284cf94e.tar.gz
similarity index 65%
rename from photon_4.0-20240707/photon-rootfs-4.0-56c8eb728.tar.gz
rename to photon_4.0-20240716/photon-rootfs-4.0-9284cf94e.tar.gz
index cc81233..118223e 100644
Binary files a/photon_4.0-20240707/photon-rootfs-4.0-56c8eb728.tar.gz and b/photon_4.0-20240716/photon-rootfs-4.0-9284cf94e.tar.gz differ
diff --git a/photon_4.0-20240707/photon-rootfs-4.0-56c8eb728.tar.gz 'tar -t' b/photon_4.0-20240716/photon-rootfs-4.0-9284cf94e.tar.gz 'tar -t'
similarity index 100%
rename from photon_4.0-20240707/photon-rootfs-4.0-56c8eb728.tar.gz 'tar -t'
rename to photon_4.0-20240716/photon-rootfs-4.0-9284cf94e.tar.gz 'tar -t'
diff --git a/photon_latest/Dockerfile b/photon_latest/Dockerfile
index 05ac0c0..cd8dee0 100644
--- a/photon_latest/Dockerfile
+++ b/photon_latest/Dockerfile
@@ -1,8 +1,8 @@
FROM scratch
-ADD photon-rootfs-5.0-f93590c18.x86_64.tar.gz /
+ADD photon-rootfs-5.0-33c815200.x86_64.tar.gz /
LABEL name="Photon OS x86_64/5.0 Base Image" \
vendor="VMware" \
- build-date="20240707"
+ build-date="20240716"
CMD ["/bin/bash"]
diff --git a/photon_latest/photon-rootfs-5.0-f93590c18.x86_64.tar.gz b/photon_latest/photon-rootfs-5.0-33c815200.x86_64.tar.gz
similarity index 65%
rename from photon_latest/photon-rootfs-5.0-f93590c18.x86_64.tar.gz
rename to photon_latest/photon-rootfs-5.0-33c815200.x86_64.tar.gz
index f4dbe6c..4ef15a6 100644
Binary files a/photon_latest/photon-rootfs-5.0-f93590c18.x86_64.tar.gz and b/photon_latest/photon-rootfs-5.0-33c815200.x86_64.tar.gz differ
diff --git a/photon_latest/photon-rootfs-5.0-f93590c18.x86_64.tar.gz 'tar -t' b/photon_latest/photon-rootfs-5.0-33c815200.x86_64.tar.gz 'tar -t'
similarity index 100%
rename from photon_latest/photon-rootfs-5.0-f93590c18.x86_64.tar.gz 'tar -t'
rename to photon_latest/photon-rootfs-5.0-33c815200.x86_64.tar.gz 'tar -t' Relevant Maintainers:
|
yosifkit
approved these changes
Jul 16, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Update photon image