-
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 #18185
Merged
Merged
Update photon image #18185
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.
This comment has been minimized.
This comment has been minimized.
This comment was marked as outdated.
This comment was marked as outdated.
Diff for ab0950b:diff --git a/_bashbrew-cat b/_bashbrew-cat
index 159a5f3..185d6c3 100644
--- a/_bashbrew-cat
+++ b/_bashbrew-cat
@@ -9,16 +9,16 @@ GitCommit: 8ae627dc9c6e074b0bc9b14dff7b97c2946e6a66
arm64v8-GitCommit: 241b9cedbc3ee99b17a5f65cc679df81df2145a4
arm64v8-GitFetch: refs/heads/aarch64/3.0-20241209
-Tags: 4.0, 4.0-20241201
+Tags: 4.0, 4.0-20250105
Architectures: amd64, arm64v8
-GitFetch: refs/heads/x86_64/4.0-20241201
-GitCommit: ba586ebf86a3f7acbe388d6c5bc2a5b9f972cbb8
-arm64v8-GitCommit: 00f286a4ac9eb251f832caf1d65be28bed244846
-arm64v8-GitFetch: refs/heads/aarch64/4.0-20241201
+GitFetch: refs/heads/x86_64/4.0-20250105
+GitCommit: 3a3c4bb23d219cd7048c99870b7d372931c7c784
+arm64v8-GitCommit: fadb387c03931da31c2ad678636a15329a865583
+arm64v8-GitFetch: refs/heads/aarch64/4.0-20250105
-Tags: 5.0, 5.0-20241222, latest
+Tags: 5.0, 5.0-20250105, latest
Architectures: amd64, arm64v8
-GitFetch: refs/heads/x86_64/5.0-20241222
-GitCommit: cb090fc938f5eacf965b7fb3ad81ebcc958c5bc3
-arm64v8-GitCommit: e12ad17307631ba4b479b7c5dce1fed2d8605638
-arm64v8-GitFetch: refs/heads/aarch64/5.0-20241222
+GitFetch: refs/heads/x86_64/5.0-20250105
+GitCommit: 8cf662232434dbda4abc7a715f6049cb64c0d645
+arm64v8-GitCommit: 0bda48de7c43729600e98770e41124605ee88e3d
+arm64v8-GitFetch: refs/heads/aarch64/5.0-20250105
diff --git a/_bashbrew-list b/_bashbrew-list
index 3034ba1..938174d 100644
--- a/_bashbrew-list
+++ b/_bashbrew-list
@@ -1,7 +1,7 @@
photon:3.0
photon:3.0-20241209
photon:4.0
-photon:4.0-20241201
+photon:4.0-20250105
photon:5.0
-photon:5.0-20241222
+photon:5.0-20250105
photon:latest
diff --git a/_bashbrew-list-build-order b/_bashbrew-list-build-order
index 717ad43..95e0f8a 100644
--- a/_bashbrew-list-build-order
+++ b/_bashbrew-list-build-order
@@ -1,3 +1,3 @@
photon:3.0-20241209
-photon:4.0-20241201
+photon:4.0-20250105
photon:latest
diff --git a/photon_4.0-20241201/Dockerfile b/photon_4.0-20250105/Dockerfile
similarity index 60%
rename from photon_4.0-20241201/Dockerfile
rename to photon_4.0-20250105/Dockerfile
index 0b802b6..e72832f 100644
--- a/photon_4.0-20241201/Dockerfile
+++ b/photon_4.0-20250105/Dockerfile
@@ -1,8 +1,8 @@
FROM scratch
-ADD photon-rootfs-4.0-9724c6526.tar.gz /
+ADD photon-rootfs-4.0-561b63cdd.tar.gz /
LABEL name="Photon OS x86_64/4.0 Base Image" \
vendor="VMware" \
- build-date="20241201"
+ build-date="20250105"
CMD ["/bin/bash"]
diff --git a/photon_4.0-20241201/photon-rootfs-4.0-9724c6526.tar.gz b/photon_4.0-20250105/photon-rootfs-4.0-561b63cdd.tar.gz
similarity index 65%
rename from photon_4.0-20241201/photon-rootfs-4.0-9724c6526.tar.gz
rename to photon_4.0-20250105/photon-rootfs-4.0-561b63cdd.tar.gz
index 134afd8..11c3db1 100644
Binary files a/photon_4.0-20241201/photon-rootfs-4.0-9724c6526.tar.gz and b/photon_4.0-20250105/photon-rootfs-4.0-561b63cdd.tar.gz differ
diff --git a/photon_4.0-20241201/photon-rootfs-4.0-9724c6526.tar.gz 'tar -t' b/photon_4.0-20250105/photon-rootfs-4.0-561b63cdd.tar.gz 'tar -t'
similarity index 100%
rename from photon_4.0-20241201/photon-rootfs-4.0-9724c6526.tar.gz 'tar -t'
rename to photon_4.0-20250105/photon-rootfs-4.0-561b63cdd.tar.gz 'tar -t'
diff --git a/photon_latest/Dockerfile b/photon_latest/Dockerfile
index 03bf719..b59f31b 100644
--- a/photon_latest/Dockerfile
+++ b/photon_latest/Dockerfile
@@ -1,8 +1,8 @@
FROM scratch
-ADD photon-rootfs-5.0-2d08a95ab.x86_64.tar.gz /
+ADD photon-rootfs-5.0-10a3de930.x86_64.tar.gz /
LABEL name="Photon OS x86_64/5.0 Base Image" \
vendor="VMware" \
- build-date="20241222"
+ build-date="20250105"
CMD ["/bin/bash"]
diff --git a/photon_latest/photon-rootfs-5.0-2d08a95ab.x86_64.tar.gz b/photon_latest/photon-rootfs-5.0-10a3de930.x86_64.tar.gz
similarity index 64%
rename from photon_latest/photon-rootfs-5.0-2d08a95ab.x86_64.tar.gz
rename to photon_latest/photon-rootfs-5.0-10a3de930.x86_64.tar.gz
index 10243b8..3848794 100644
Binary files a/photon_latest/photon-rootfs-5.0-2d08a95ab.x86_64.tar.gz and b/photon_latest/photon-rootfs-5.0-10a3de930.x86_64.tar.gz differ
diff --git a/photon_latest/photon-rootfs-5.0-2d08a95ab.x86_64.tar.gz 'tar -t' b/photon_latest/photon-rootfs-5.0-10a3de930.x86_64.tar.gz 'tar -t'
similarity index 100%
rename from photon_latest/photon-rootfs-5.0-2d08a95ab.x86_64.tar.gz 'tar -t'
rename to photon_latest/photon-rootfs-5.0-10a3de930.x86_64.tar.gz 'tar -t' Relevant Maintainers:
|
Please hold on merging it. We have a update for 4.0 aarch64 docker image. Thanks, |
Please help to review it and publish it. |
yosifkit
approved these changes
Jan 7, 2025
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