-
Notifications
You must be signed in to change notification settings - Fork 3k
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
Missing 'zip' command #27842
Comments
Thank you for opening this issue, we will look into it. |
We removed this package to reduce the docker image size in 2.54.0, See #27567 |
This broke lots of CI pipelines today. |
Today was a terrible day for our development department – CI fails all over the place. Also, the comment from @bebound is only half-useful. (“You need to install it manually.”) Just in case somone needs a quick solution:
|
Sorry for the inconvenient. The reason for removing it is not only to reduce the size but also to comply with Docker's best practices.
|
Curl has also been removed? Our CI/CD pipelines started to break and we had to revert to an older release 2.53.1. Thank you. |
Honestly I think this was a very poor decision. This image is used for azure-target CI, tools like |
Very poor decision. If you're going to remove necessary tools, then please provide alternative instructions that don't require reinstalling these same tools. |
Is it possible to maintain two images? One minimal (only include Personally I think it's better if Microsoft maintain two versions, instead having many community maintained images. |
Just got hammered by this issue myself. Microsoft strikes again!!! - what a phenomenally stupid decision. Congrats on breaking everybody's CI/CD pipelines. |
In Oct, 31 2024 apk command doesn't work.. I used tdnf command
|
Describe the bug
Having the following error in my gitlab pipeline starting from today.
/bin/bash: line 272: zip: command not found
I suspect the reason is moving out 'zip' package.
Related command
Errors
/bin/bash: line 272: zip: command not found
Issue script & Debug output
/bin/bash: line 272: zip: command not found
Expected behavior
Running without errors.
Environment Summary
the latest (2.54.0) docker image
Using docker image sha256:26e402082d83c7a0adfea18dc4b402f6c72c5dfcd607972190cbf7d69d9527a1 for mcr.microsoft.com/azure-cli with digest mcr.microsoft.com/azure-cli@sha256:81459f7ca76c41ad8582bca1ab7bfb332ad9f5be6382bf89b99911dd2616ab08
Additional context
No response
The text was updated successfully, but these errors were encountered: