-
Notifications
You must be signed in to change notification settings - Fork 3.4k
curl missing in docker images after mcr.microsoft.com/azure-cli:2.53.x #28193
Copy link
Copy link
Closed
Labels
Auto-ResolveAuto resolve by botAuto resolve by botAzure CLI TeamThe command of the issue is owned by Azure CLI teamThe command of the issue is owned by Azure CLI teamSimilar-Issuecustomer-reportedIssues that are reported by GitHub users external to the Azure organization.Issues that are reported by GitHub users external to the Azure organization.questionThe issue doesn't require a change to the product in order to be resolved. Most issues start as thatThe issue doesn't require a change to the product in order to be resolved. Most issues start as that
Milestone
Metadata
Metadata
Assignees
Labels
Auto-ResolveAuto resolve by botAuto resolve by botAzure CLI TeamThe command of the issue is owned by Azure CLI teamThe command of the issue is owned by Azure CLI teamSimilar-Issuecustomer-reportedIssues that are reported by GitHub users external to the Azure organization.Issues that are reported by GitHub users external to the Azure organization.questionThe issue doesn't require a change to the product in order to be resolved. Most issues start as thatThe issue doesn't require a change to the product in order to be resolved. Most issues start as that
Describe the bug
We use curl to trigger pipelines and this is not working anymore since mcr.microsoft.com/azure-cli:2.54.0.
Please provide a docker image including curl
Related command
curl
Errors
bda26e5ed2e1:/# curl
bash: curl: command not found
Issue script & Debug output
curl
Expected behavior
3b70cdb23479:/# curl
curl: try 'curl --help' or 'curl --manual' for more information
Environment Summary
1f0e01096282:/# az --version
azure-cli 2.56.0
core 2.56.0
telemetry 1.1.0
Dependencies:
msal 1.24.0b2
azure-mgmt-resource 23.1.0b2
Python location '/usr/local/bin/python'
Extensions directory '/root/.azure/cliextensions'
Python (Linux) 3.11.7 (main, Dec 9 2023, 01:24:05) [GCC 13.2.1 20231014]
Legal docs and information: aka.ms/AzureCliLegal
Unable to check if your CLI is up-to-date. Check your internet connection.
Additional context
No response