From d29172211051d49e4e141ad822955c6f2c11818a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82=20Gronowski?= Date: Wed, 11 Sep 2024 10:07:27 +0200 Subject: [PATCH 1/3] Dockerfile: update docker CLI to v27.2.1 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Update the Docker CLI used in the dev-container full diff: https://github.com/docker/cli/compare/v27.0.2...v27.2.1 Signed-off-by: Paweł Gronowski --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index e082a8690112e..d4fbc23657264 100644 --- a/Dockerfile +++ b/Dockerfile @@ -8,7 +8,7 @@ ARG XX_VERSION=1.5.0 ARG VPNKIT_VERSION=0.5.0 ARG DOCKERCLI_REPOSITORY="https://github.com/docker/cli.git" -ARG DOCKERCLI_VERSION=v27.0.2 +ARG DOCKERCLI_VERSION=v27.2.1 # cli version used for integration-cli tests ARG DOCKERCLI_INTEGRATION_REPOSITORY="https://github.com/docker/cli.git" ARG DOCKERCLI_INTEGRATION_VERSION=v17.06.2-ce From e5e8addeee54d4159a73c1d5ec649388e88df325 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82=20Gronowski?= Date: Wed, 11 Sep 2024 10:13:22 +0200 Subject: [PATCH 2/3] Dockerfile: update buildx to 0.17.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Update the buildx cli plugin used in the dev-container full diff: https://github.com/docker/buildx/compare/0.16.1...0.17.0 Signed-off-by: Paweł Gronowski --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index d4fbc23657264..b118a3d899b82 100644 --- a/Dockerfile +++ b/Dockerfile @@ -12,7 +12,7 @@ ARG DOCKERCLI_VERSION=v27.2.1 # cli version used for integration-cli tests ARG DOCKERCLI_INTEGRATION_REPOSITORY="https://github.com/docker/cli.git" ARG DOCKERCLI_INTEGRATION_VERSION=v17.06.2-ce -ARG BUILDX_VERSION=0.16.1 +ARG BUILDX_VERSION=0.17.0 ARG COMPOSE_VERSION=v2.29.0 ARG SYSTEMD="false" From 962da27cdf4b5214b6793da8b2f472bb5a51db8d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82=20Gronowski?= Date: Wed, 11 Sep 2024 10:34:03 +0200 Subject: [PATCH 3/3] Dockerfile: update compose to v2.29.2 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Update the compose cli plugin used in the dev-container full diff: https://github.com/docker/cli/compare/v2.29.0...v2.29.2 Signed-off-by: Paweł Gronowski --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index b118a3d899b82..8eecbac5af715 100644 --- a/Dockerfile +++ b/Dockerfile @@ -13,7 +13,7 @@ ARG DOCKERCLI_VERSION=v27.2.1 ARG DOCKERCLI_INTEGRATION_REPOSITORY="https://github.com/docker/cli.git" ARG DOCKERCLI_INTEGRATION_VERSION=v17.06.2-ce ARG BUILDX_VERSION=0.17.0 -ARG COMPOSE_VERSION=v2.29.0 +ARG COMPOSE_VERSION=v2.29.2 ARG SYSTEMD="false" ARG DOCKER_STATIC=1