From af5405d71019555c0fd10efccb6e3de67c1d4d6b Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Sat, 23 May 2026 00:15:44 +0000 Subject: [PATCH 1/5] Initial plan From cb29af6b8755de0ba64c366607fa2430caec9ffd Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Sat, 23 May 2026 00:19:11 +0000 Subject: [PATCH 2/5] Update tools.Dockerfile base image tag to 20260518 release Agent-Logs-Url: https://github.com/Azure/CloudShell/sessions/eefbda9b-192c-4c2a-8c2d-5ccb7b422e71 Co-authored-by: priyaananthasankar <10415876+priyaananthasankar@users.noreply.github.com> --- linux/tools.Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/linux/tools.Dockerfile b/linux/tools.Dockerfile index e1aa9c14..fe90979b 100644 --- a/linux/tools.Dockerfile +++ b/linux/tools.Dockerfile @@ -4,7 +4,7 @@ # To build yourself locally, override this location with a local image tag. See README.md for more detail -ARG IMAGE_LOCATION=cloudconregprd.azurecr.io/public/azure-cloudshell:base.master.78b9a056.20260421.1 +ARG IMAGE_LOCATION=cloudconregprd.azurecr.io/public/azure-cloudshell:base.master.894ed5cf.20260518.1 # Copy from base build FROM ${IMAGE_LOCATION} From 25eac8ce248fd58e6e7eb5597bb384ac75ab6662 Mon Sep 17 00:00:00 2001 From: Priya Ananthasankar Date: Wed, 27 May 2026 09:58:00 -0700 Subject: [PATCH 3/5] Removed gozip dependencies for Azure Functions --- linux/tools.Dockerfile | 2 -- tests/command_list | 1 - 2 files changed, 3 deletions(-) diff --git a/linux/tools.Dockerfile b/linux/tools.Dockerfile index e1aa9c14..3ea204de 100644 --- a/linux/tools.Dockerfile +++ b/linux/tools.Dockerfile @@ -35,10 +35,8 @@ RUN az aks install-cli \ RUN wget -nv -O Azure.Functions.Cli.zip `curl -fSsL https://api.github.com/repos/Azure/azure-functions-core-tools/releases/latest | grep "url.*linux-x64" | grep -v "sha2" | cut -d '"' -f4` \ && unzip -d azure-functions-cli Azure.Functions.Cli.zip \ && chmod +x azure-functions-cli/func \ - && chmod +x azure-functions-cli/gozip \ && mv -v azure-functions-cli /opt \ && ln -sf /opt/azure-functions-cli/func /usr/bin/func \ - && ln -sf /opt/azure-functions-cli/gozip /usr/bin/gozip \ && rm -r Azure.Functions.Cli.zip RUN mkdir -p /usr/cloudshell diff --git a/tests/command_list b/tests/command_list index 0548f519..1d1cad89 100644 --- a/tests/command_list +++ b/tests/command_list @@ -459,7 +459,6 @@ gnutls-cli-debug gnutls-serv go gofmt -gozip gp-archive gpasswd gp-collect-app From 0b6099ca76ee1c04c2959391082674c87638c4fc Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Sat, 23 May 2026 00:15:44 +0000 Subject: [PATCH 4/5] Initial plan From 052ffd38e6e3283e32767add0c9131b9f2c80b47 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Sat, 23 May 2026 00:19:11 +0000 Subject: [PATCH 5/5] Update tools.Dockerfile base image tag to 20260518 release Agent-Logs-Url: https://github.com/Azure/CloudShell/sessions/eefbda9b-192c-4c2a-8c2d-5ccb7b422e71 Co-authored-by: priyaananthasankar <10415876+priyaananthasankar@users.noreply.github.com> --- linux/tools.Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/linux/tools.Dockerfile b/linux/tools.Dockerfile index 3ea204de..8d47b1c1 100644 --- a/linux/tools.Dockerfile +++ b/linux/tools.Dockerfile @@ -4,7 +4,7 @@ # To build yourself locally, override this location with a local image tag. See README.md for more detail -ARG IMAGE_LOCATION=cloudconregprd.azurecr.io/public/azure-cloudshell:base.master.78b9a056.20260421.1 +ARG IMAGE_LOCATION=cloudconregprd.azurecr.io/public/azure-cloudshell:base.master.894ed5cf.20260518.1 # Copy from base build FROM ${IMAGE_LOCATION}