-
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 #9143
Merged
Merged
Update photon image #9143
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
Diff for da5a061:diff --git a/_bashbrew-cat b/_bashbrew-cat
index ea4932a..593aa83 100644
--- a/_bashbrew-cat
+++ b/_bashbrew-cat
@@ -2,17 +2,17 @@ Maintainers: Fabio Rapposelli <fabio@vmware.com> (@frapposelli), Alexey Makhalov
GitRepo: https://github.com/vmware/photon-docker-image.git
Directory: docker
-Tags: 1.0, 1.0-20201009
-GitFetch: refs/heads/1.0-20201009
-GitCommit: c07e29f271797dc4e05f5e2a25771237d75789e4
+Tags: 1.0, 1.0-20201120
+GitFetch: refs/heads/1.0-20201120
+GitCommit: 0d2825366faafebd949ae906f4e39eaa66e3409a
-Tags: 2.0, 2.0-20201113
-GitFetch: refs/heads/2.0-20201113
-GitCommit: 8e44b68dc246f08fe44a0ba5856e24c00d8c7caa
+Tags: 2.0, 2.0-20201120
+GitFetch: refs/heads/2.0-20201120
+GitCommit: b51096273e549aae4d3d1e08b35f8484494dc778
-Tags: 3.0, 3.0-20201030, latest
+Tags: 3.0, 3.0-20201120, latest
Architectures: amd64, arm64v8
-GitFetch: refs/heads/x86_64/3.0-20201030
-GitCommit: 4bff946b815f6683c36f6b896866b4dfc9ed8776
-arm64v8-GitCommit: dc6861971ba10a86bb7b7fecb0ac461163988acb
-arm64v8-GitFetch: refs/heads/aarch64/3.0-20201030
+GitFetch: refs/heads/x86_64/3.0-20201120
+GitCommit: 4f244ee4fbe90bf4d2ff80e551aa2246b85d206b
+arm64v8-GitCommit: 14aa66d9fd17065b813275072a2e4e8e367de82e
+arm64v8-GitFetch: refs/heads/aarch64/3.0-20201120
diff --git a/_bashbrew-list b/_bashbrew-list
index 85ef7dc..26a3353 100644
--- a/_bashbrew-list
+++ b/_bashbrew-list
@@ -1,7 +1,7 @@
photon:1.0
-photon:1.0-20201009
+photon:1.0-20201120
photon:2.0
-photon:2.0-20201113
+photon:2.0-20201120
photon:3.0
-photon:3.0-20201030
+photon:3.0-20201120
photon:latest
diff --git a/photon_1.0-20201009/Dockerfile b/photon_1.0-20201120/Dockerfile
similarity index 59%
rename from photon_1.0-20201009/Dockerfile
rename to photon_1.0-20201120/Dockerfile
index ed55d53..92a06af 100644
--- a/photon_1.0-20201009/Dockerfile
+++ b/photon_1.0-20201120/Dockerfile
@@ -1,8 +1,8 @@
FROM scratch
-ADD photon-rootfs-1.0-ffb916f.tar.bz2 /
+ADD photon-rootfs-1.0-72c6cf7.tar.bz2 /
LABEL name="Photon OS 1.0 Base Image" \
vendor="VMware" \
- build-date="20201009"
+ build-date="20201120"
CMD ["/bin/bash"]
diff --git a/photon_1.0-20201009/photon-rootfs-1.0-ffb916f.tar.bz2 b/photon_1.0-20201120/photon-rootfs-1.0-72c6cf7.tar.bz2
similarity index 78%
rename from photon_1.0-20201009/photon-rootfs-1.0-ffb916f.tar.bz2
rename to photon_1.0-20201120/photon-rootfs-1.0-72c6cf7.tar.bz2
index 1a00024..50544cb 100644
Binary files a/photon_1.0-20201009/photon-rootfs-1.0-ffb916f.tar.bz2 and b/photon_1.0-20201120/photon-rootfs-1.0-72c6cf7.tar.bz2 differ
diff --git a/photon_1.0-20201009/photon-rootfs-1.0-ffb916f.tar.bz2 'tar -t' b/photon_1.0-20201120/photon-rootfs-1.0-72c6cf7.tar.bz2 'tar -t'
similarity index 100%
rename from photon_1.0-20201009/photon-rootfs-1.0-ffb916f.tar.bz2 'tar -t'
rename to photon_1.0-20201120/photon-rootfs-1.0-72c6cf7.tar.bz2 'tar -t'
diff --git a/photon_2.0-20201113/Dockerfile b/photon_2.0-20201120/Dockerfile
similarity index 59%
rename from photon_2.0-20201113/Dockerfile
rename to photon_2.0-20201120/Dockerfile
index fe88c97..6c7574c 100644
--- a/photon_2.0-20201113/Dockerfile
+++ b/photon_2.0-20201120/Dockerfile
@@ -1,8 +1,8 @@
FROM scratch
-ADD photon-rootfs-2.0-e95ed31.tar.bz2 /
+ADD photon-rootfs-2.0-5bcda4b.tar.bz2 /
LABEL name="Photon OS 2.0 Base Image" \
vendor="VMware" \
- build-date="20201113"
+ build-date="20201120"
CMD ["/bin/bash"]
diff --git a/photon_2.0-20201113/photon-rootfs-2.0-e95ed31.tar.bz2 b/photon_2.0-20201120/photon-rootfs-2.0-5bcda4b.tar.bz2
similarity index 61%
rename from photon_2.0-20201113/photon-rootfs-2.0-e95ed31.tar.bz2
rename to photon_2.0-20201120/photon-rootfs-2.0-5bcda4b.tar.bz2
index 3834217..1ff3f39 100644
Binary files a/photon_2.0-20201113/photon-rootfs-2.0-e95ed31.tar.bz2 and b/photon_2.0-20201120/photon-rootfs-2.0-5bcda4b.tar.bz2 differ
diff --git a/photon_2.0-20201113/photon-rootfs-2.0-e95ed31.tar.bz2 'tar -t' b/photon_2.0-20201120/photon-rootfs-2.0-5bcda4b.tar.bz2 'tar -t'
similarity index 100%
rename from photon_2.0-20201113/photon-rootfs-2.0-e95ed31.tar.bz2 'tar -t'
rename to photon_2.0-20201120/photon-rootfs-2.0-5bcda4b.tar.bz2 'tar -t'
diff --git a/photon_latest/Dockerfile b/photon_latest/Dockerfile
index 80bb1f4..a93d1e1 100644
--- a/photon_latest/Dockerfile
+++ b/photon_latest/Dockerfile
@@ -1,8 +1,8 @@
FROM scratch
-ADD photon-rootfs-3.0-5428a45.tar.gz /
+ADD photon-rootfs-3.0-c547a1e.tar.gz /
LABEL name="Photon OS x86_64/3.0 Base Image" \
vendor="VMware" \
- build-date="20201030"
+ build-date="20201120"
CMD ["/bin/bash"]
diff --git a/photon_latest/photon-rootfs-3.0-5428a45.tar.gz b/photon_latest/photon-rootfs-3.0-c547a1e.tar.gz
similarity index 63%
rename from photon_latest/photon-rootfs-3.0-5428a45.tar.gz
rename to photon_latest/photon-rootfs-3.0-c547a1e.tar.gz
index 2738278..38ed7a5 100644
Binary files a/photon_latest/photon-rootfs-3.0-5428a45.tar.gz and b/photon_latest/photon-rootfs-3.0-c547a1e.tar.gz differ
diff --git a/photon_latest/photon-rootfs-3.0-5428a45.tar.gz 'tar -t' b/photon_latest/photon-rootfs-3.0-c547a1e.tar.gz 'tar -t'
similarity index 100%
rename from photon_latest/photon-rootfs-3.0-5428a45.tar.gz 'tar -t'
rename to photon_latest/photon-rootfs-3.0-c547a1e.tar.gz 'tar -t'
|
Closed
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