Skip to content

Missing 'zip' command #27842

@konstantinmalich

Description

@konstantinmalich

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

  script:
  - zip -r ${ARTIFACTS_ZIP_RELATIVE} .

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

Metadata

Metadata

Assignees

Labels

Azure CLI TeamThe command of the issue is owned by Azure CLI teamcustomer-reportedIssues 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 that

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions