-
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 docker #16976
Merged
Merged
Update docker #16976
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
Changes: - docker-library/docker@5cfa200: Merge pull request docker-library/docker#500 from jnoordsij/add-27-rc - docker-library/docker@822e301: Add v27.0.0-rc1 pre-release
Diff for 50a74de:diff --git a/_bashbrew-cat b/_bashbrew-cat
index 6ad230a..80e137e 100644
--- a/_bashbrew-cat
+++ b/_bashbrew-cat
@@ -94,3 +94,34 @@ GitCommit: accd00cf98e6d1ad936fc245b9440b4d0c18e1c1
Directory: 26/windows/windowsservercore-ltsc2022
Builder: classic
Constraints: windowsservercore-ltsc2022
+
+Tags: 27.0.0-rc.1-cli, 27-rc-cli, rc-cli, 27.0.0-rc.1-cli-alpine3.20
+Architectures: amd64, arm32v6, arm32v7, arm64v8
+GitCommit: 822e301251f16c6096ce4bf60949cc92a8ad273b
+Directory: 27-rc/cli
+
+Tags: 27.0.0-rc.1-dind, 27-rc-dind, rc-dind, 27.0.0-rc.1-dind-alpine3.20, 27.0.0-rc.1, 27-rc, rc, 27.0.0-rc.1-alpine3.20
+Architectures: amd64, arm32v6, arm32v7, arm64v8
+GitCommit: 822e301251f16c6096ce4bf60949cc92a8ad273b
+Directory: 27-rc/dind
+
+Tags: 27.0.0-rc.1-dind-rootless, 27-rc-dind-rootless, rc-dind-rootless
+Architectures: amd64, arm64v8
+GitCommit: 822e301251f16c6096ce4bf60949cc92a8ad273b
+Directory: 27-rc/dind-rootless
+
+Tags: 27.0.0-rc.1-windowsservercore-1809, 27-rc-windowsservercore-1809, rc-windowsservercore-1809
+SharedTags: 27.0.0-rc.1-windowsservercore, 27-rc-windowsservercore, rc-windowsservercore
+Architectures: windows-amd64
+GitCommit: 822e301251f16c6096ce4bf60949cc92a8ad273b
+Directory: 27-rc/windows/windowsservercore-1809
+Builder: classic
+Constraints: windowsservercore-1809
+
+Tags: 27.0.0-rc.1-windowsservercore-ltsc2022, 27-rc-windowsservercore-ltsc2022, rc-windowsservercore-ltsc2022
+SharedTags: 27.0.0-rc.1-windowsservercore, 27-rc-windowsservercore, rc-windowsservercore
+Architectures: windows-amd64
+GitCommit: 822e301251f16c6096ce4bf60949cc92a8ad273b
+Directory: 27-rc/windows/windowsservercore-ltsc2022
+Builder: classic
+Constraints: windowsservercore-ltsc2022
diff --git a/_bashbrew-list b/_bashbrew-list
index 3227712..671511b 100644
--- a/_bashbrew-list
+++ b/_bashbrew-list
@@ -76,10 +76,34 @@ docker:26.1.4-dind-rootless
docker:26.1.4-windowsservercore
docker:26.1.4-windowsservercore-1809
docker:26.1.4-windowsservercore-ltsc2022
+docker:27-rc
+docker:27-rc-cli
+docker:27-rc-dind
+docker:27-rc-dind-rootless
+docker:27-rc-windowsservercore
+docker:27-rc-windowsservercore-1809
+docker:27-rc-windowsservercore-ltsc2022
+docker:27.0.0-rc.1
+docker:27.0.0-rc.1-alpine3.20
+docker:27.0.0-rc.1-cli
+docker:27.0.0-rc.1-cli-alpine3.20
+docker:27.0.0-rc.1-dind
+docker:27.0.0-rc.1-dind-alpine3.20
+docker:27.0.0-rc.1-dind-rootless
+docker:27.0.0-rc.1-windowsservercore
+docker:27.0.0-rc.1-windowsservercore-1809
+docker:27.0.0-rc.1-windowsservercore-ltsc2022
docker:cli
docker:dind
docker:dind-rootless
docker:latest
+docker:rc
+docker:rc-cli
+docker:rc-dind
+docker:rc-dind-rootless
+docker:rc-windowsservercore
+docker:rc-windowsservercore-1809
+docker:rc-windowsservercore-ltsc2022
docker:windowsservercore
docker:windowsservercore-1809
docker:windowsservercore-ltsc2022
diff --git a/docker_26.1.4-alpine3.20/Dockerfile b/docker_27.0.0-rc.1-alpine3.20/Dockerfile
similarity index 85%
copy from docker_26.1.4-alpine3.20/Dockerfile
copy to docker_27.0.0-rc.1-alpine3.20/Dockerfile
index 7698d1e..bde0901 100644
--- a/docker_26.1.4-alpine3.20/Dockerfile
+++ b/docker_27.0.0-rc.1-alpine3.20/Dockerfile
@@ -4,7 +4,7 @@
# PLEASE DO NOT EDIT IT DIRECTLY.
#
-FROM docker:26-cli
+FROM docker:27-rc-cli
# https://github.com/moby/moby/blob/0eecd59153c03ced5f5ddd79cc98f29e4d86daec/project/PACKAGERS.md#runtime-dependencies
# https://github.com/docker/docker-ce-packaging/blob/963aa02666035d4e268f33c63d7868d6cdd1d34c/deb/common/control#L28-L41
@@ -61,16 +61,16 @@ RUN set -eux; \
apkArch="$(apk --print-arch)"; \
case "$apkArch" in \
'x86_64') \
- url='https://download.docker.com/linux/static/stable/x86_64/docker-26.1.4.tgz'; \
+ url='https://download.docker.com/linux/static/test/x86_64/docker-27.0.0-rc.1.tgz'; \
;; \
'armhf') \
- url='https://download.docker.com/linux/static/stable/armel/docker-26.1.4.tgz'; \
+ url='https://download.docker.com/linux/static/test/armel/docker-27.0.0-rc.1.tgz'; \
;; \
'armv7') \
- url='https://download.docker.com/linux/static/stable/armhf/docker-26.1.4.tgz'; \
+ url='https://download.docker.com/linux/static/test/armhf/docker-27.0.0-rc.1.tgz'; \
;; \
'aarch64') \
- url='https://download.docker.com/linux/static/stable/aarch64/docker-26.1.4.tgz'; \
+ url='https://download.docker.com/linux/static/test/aarch64/docker-27.0.0-rc.1.tgz'; \
;; \
*) echo >&2 "error: unsupported 'docker.tgz' architecture ($apkArch)"; exit 1 ;; \
esac; \
@@ -82,7 +82,7 @@ RUN set -eux; \
--strip-components 1 \
--directory /usr/local/bin/ \
--no-same-owner \
-# we exclude the CLI binary because we already extracted that over in the "docker:26-cli" image that we're FROM and we don't want to duplicate those bytes again in this layer
+# we exclude the CLI binary because we already extracted that over in the "docker:27-rc-cli" image that we're FROM and we don't want to duplicate those bytes again in this layer
--exclude 'docker/docker' \
; \
rm docker.tgz; \
diff --git a/docker_24.0.9-alpine3.20/dockerd-entrypoint.sh b/docker_27.0.0-rc.1-alpine3.20/dockerd-entrypoint.sh
similarity index 100%
copy from docker_24.0.9-alpine3.20/dockerd-entrypoint.sh
copy to docker_27.0.0-rc.1-alpine3.20/dockerd-entrypoint.sh
diff --git a/docker_26.1.4-cli-alpine3.20/Dockerfile b/docker_27.0.0-rc.1-cli-alpine3.20/Dockerfile
similarity index 94%
copy from docker_26.1.4-cli-alpine3.20/Dockerfile
copy to docker_27.0.0-rc.1-cli-alpine3.20/Dockerfile
index 73f4622..56a8844 100644
--- a/docker_26.1.4-cli-alpine3.20/Dockerfile
+++ b/docker_27.0.0-rc.1-cli-alpine3.20/Dockerfile
@@ -21,23 +21,23 @@ RUN [ -e /etc/nsswitch.conf ] && grep '^hosts: files dns' /etc/nsswitch.conf
RUN set -eux; \
addgroup -g 2375 -S docker
-ENV DOCKER_VERSION 26.1.4
+ENV DOCKER_VERSION 27.0.0-rc.1
RUN set -eux; \
\
apkArch="$(apk --print-arch)"; \
case "$apkArch" in \
'x86_64') \
- url='https://download.docker.com/linux/static/stable/x86_64/docker-26.1.4.tgz'; \
+ url='https://download.docker.com/linux/static/test/x86_64/docker-27.0.0-rc.1.tgz'; \
;; \
'armhf') \
- url='https://download.docker.com/linux/static/stable/armel/docker-26.1.4.tgz'; \
+ url='https://download.docker.com/linux/static/test/armel/docker-27.0.0-rc.1.tgz'; \
;; \
'armv7') \
- url='https://download.docker.com/linux/static/stable/armhf/docker-26.1.4.tgz'; \
+ url='https://download.docker.com/linux/static/test/armhf/docker-27.0.0-rc.1.tgz'; \
;; \
'aarch64') \
- url='https://download.docker.com/linux/static/stable/aarch64/docker-26.1.4.tgz'; \
+ url='https://download.docker.com/linux/static/test/aarch64/docker-27.0.0-rc.1.tgz'; \
;; \
*) echo >&2 "error: unsupported 'docker.tgz' architecture ($apkArch)"; exit 1 ;; \
esac; \
diff --git a/docker_24.0.9-cli-alpine3.20/docker-entrypoint.sh b/docker_27.0.0-rc.1-cli-alpine3.20/docker-entrypoint.sh
similarity index 100%
copy from docker_24.0.9-cli-alpine3.20/docker-entrypoint.sh
copy to docker_27.0.0-rc.1-cli-alpine3.20/docker-entrypoint.sh
diff --git a/docker_24.0.9-cli-alpine3.20/modprobe.sh b/docker_27.0.0-rc.1-cli-alpine3.20/modprobe.sh
similarity index 100%
copy from docker_24.0.9-cli-alpine3.20/modprobe.sh
copy to docker_27.0.0-rc.1-cli-alpine3.20/modprobe.sh
diff --git a/docker_24-dind-rootless/Dockerfile b/docker_rc-dind-rootless/Dockerfile
similarity index 86%
copy from docker_24-dind-rootless/Dockerfile
copy to docker_rc-dind-rootless/Dockerfile
index e105f64..a23bfb0 100644
--- a/docker_24-dind-rootless/Dockerfile
+++ b/docker_rc-dind-rootless/Dockerfile
@@ -4,7 +4,7 @@
# PLEASE DO NOT EDIT IT DIRECTLY.
#
-FROM docker:24-dind
+FROM docker:27-rc-dind
# busybox "ip" is insufficient:
# [rootlesskit:child ] error: executing [[ip tuntap add name tap0 mode tap] [ip link set tap0 address 02:50:00:00:00:01]]: exit status 1
@@ -24,10 +24,10 @@ RUN set -eux; \
apkArch="$(apk --print-arch)"; \
case "$apkArch" in \
'x86_64') \
- url='https://download.docker.com/linux/static/stable/x86_64/docker-rootless-extras-24.0.9.tgz'; \
+ url='https://download.docker.com/linux/static/test/x86_64/docker-rootless-extras-27.0.0-rc.1.tgz'; \
;; \
'aarch64') \
- url='https://download.docker.com/linux/static/stable/aarch64/docker-rootless-extras-24.0.9.tgz'; \
+ url='https://download.docker.com/linux/static/test/aarch64/docker-rootless-extras-27.0.0-rc.1.tgz'; \
;; \
*) echo >&2 "error: unsupported 'rootless.tgz' architecture ($apkArch)"; exit 1 ;; \
esac; \
diff --git a/docker_windowsservercore-1809/Dockerfile b/docker_rc-windowsservercore-1809/Dockerfile
similarity index 96%
copy from docker_windowsservercore-1809/Dockerfile
copy to docker_rc-windowsservercore-1809/Dockerfile
index 8582cb3..8292103 100644
--- a/docker_windowsservercore-1809/Dockerfile
+++ b/docker_rc-windowsservercore-1809/Dockerfile
@@ -15,8 +15,8 @@ RUN $newPath = ('{0}\docker;{1}' -f $env:ProgramFiles, $env:PATH); \
[Environment]::SetEnvironmentVariable('PATH', $newPath, [EnvironmentVariableTarget]::Machine);
# doing this first to share cache across versions more aggressively
-ENV DOCKER_VERSION 26.1.4
-ENV DOCKER_URL https://download.docker.com/win/static/stable/x86_64/docker-26.1.4.zip
+ENV DOCKER_VERSION 27.0.0-rc.1
+ENV DOCKER_URL https://download.docker.com/win/static/test/x86_64/docker-27.0.0-rc.1.zip
# TODO ENV DOCKER_SHA256
# https://github.com/docker/docker-ce/blob/5b073ee2cf564edee5adca05eee574142f7627bb/components/packaging/static/hash_files !!
# (no SHA file artifacts on download.docker.com yet as of 2017-06-07 though)
diff --git a/docker_25-windowsservercore-ltsc2022/Dockerfile b/docker_rc-windowsservercore-ltsc2022/Dockerfile
similarity index 96%
copy from docker_25-windowsservercore-ltsc2022/Dockerfile
copy to docker_rc-windowsservercore-ltsc2022/Dockerfile
index 9487ded..0fcb385 100644
--- a/docker_25-windowsservercore-ltsc2022/Dockerfile
+++ b/docker_rc-windowsservercore-ltsc2022/Dockerfile
@@ -15,8 +15,8 @@ RUN $newPath = ('{0}\docker;{1}' -f $env:ProgramFiles, $env:PATH); \
[Environment]::SetEnvironmentVariable('PATH', $newPath, [EnvironmentVariableTarget]::Machine);
# doing this first to share cache across versions more aggressively
-ENV DOCKER_VERSION 25.0.5
-ENV DOCKER_URL https://download.docker.com/win/static/stable/x86_64/docker-25.0.5.zip
+ENV DOCKER_VERSION 27.0.0-rc.1
+ENV DOCKER_URL https://download.docker.com/win/static/test/x86_64/docker-27.0.0-rc.1.zip
# TODO ENV DOCKER_SHA256
# https://github.com/docker/docker-ce/blob/5b073ee2cf564edee5adca05eee574142f7627bb/components/packaging/static/hash_files !!
# (no SHA file artifacts on download.docker.com yet as of 2017-06-07 though) Relevant Maintainers: |
yosifkit
approved these changes
Jun 12, 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.
Changes: