Skip to content

Install 'zip' in Docker image to fix packaging steps#9

Merged
quic-mtharu merged 1 commit intomainfrom
docker-install-zip
Jan 21, 2026
Merged

Install 'zip' in Docker image to fix packaging steps#9
quic-mtharu merged 1 commit intomainfrom
docker-install-zip

Conversation

@quic-mtharu
Copy link
Contributor

@quic-mtharu quic-mtharu commented Jan 21, 2026

Summary

Add zip to the Docker image so CI steps that generate .zip artifacts no longer fail with zip: command not found.

Why

  • Our base image ships unzip, not zip.
  • Several jobs create release/test artifacts in .zip format.
  • Without zip, packaging fails, breaking workflows.

What changed

  • Dockerfile: install zip via apt (Ubuntu/Debian images).

Impact

  • Deterministic packaging in CI and local containers.
  • No behavior change outside of enabling .zip creation.
  • Negligible image size increase.

Follow-ups

  • None.

Kernel Nightly build and upload workflow packaging steps
 create .zip archives, which fail with 'zip: command not found'.
Installing 'zip' ensures consistent packaging across CI and local builds.

Signed-off-by: Tharun Kumar Merugu <mtharu@qti.qualcomm.com>
@quic-mtharu quic-mtharu changed the title ci(docker): install 'zip' to fix 'zip: command not found' in CI steps Install 'zip' in Docker image to fix packaging steps Jan 21, 2026
@quic-mtharu quic-mtharu merged commit b464275 into main Jan 21, 2026
6 checks passed
@quic-mtharu quic-mtharu deleted the docker-install-zip branch January 29, 2026 06:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants