Skip to content

bazel: install zip in builder image#1104

Open
Haihan-Jiang wants to merge 1 commit into
GoogleCloudPlatform:masterfrom
Haihan-Jiang:codex/cloud-builders-bazel-zip
Open

bazel: install zip in builder image#1104
Haihan-Jiang wants to merge 1 commit into
GoogleCloudPlatform:masterfrom
Haihan-Jiang:codex/cloud-builders-bazel-zip

Conversation

@Haihan-Jiang
Copy link
Copy Markdown

Summary

  • install zip in the Bazel builder image alongside the existing unzip package
  • make zip available to Bazel rules and build steps that rely on it

Fixes #872.

Verification

  • git diff --check
  • docker run --rm gcr.io/gcp-runtimes/ubuntu_20_0_4 sh -lc 'apt-get update >/tmp/apt-update.log && apt-get install -y zip >/tmp/apt-zip.log && zip -v | head -1'

@Haihan-Jiang Haihan-Jiang marked this pull request as ready for review May 24, 2026 15:54
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.

[FR] add zip support to bazel builder

1 participant