Skip to content

Commit f6019e0

Browse files
Update base image tag to 20251210.2 and add mssql-tools18 accept-eula.sh to command list (#582)
- Update the base image tag to base.master.7d19c8d2.20251210.2 - Add `accept-eula.sh` to the list of allowed commands, as this is now exposed by mssql-tools18
1 parent f59e01d commit f6019e0

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

linux/tools.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
# To build yourself locally, override this location with a local image tag. See README.md for more detail
66

7-
ARG IMAGE_LOCATION=cloudconregprd.azurecr.io/public/azure-cloudshell:base.master.6850ceb0.20250930.1
7+
ARG IMAGE_LOCATION=cloudconregprd.azurecr.io/public/azure-cloudshell:base.master.7d19c8d2.20251210.2
88

99
# Copy from base build
1010
FROM ${IMAGE_LOCATION}

tests/command_list

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
]]
77
{
88
}
9+
accept-eula.sh
910
accessdb
1011
aclocal
1112
aclocal-1.16

0 commit comments

Comments
 (0)