GoogleCloudPlatform / GoogleCloudPlatform/cloud-builders

[FR] add zip support to bazel builder

Open
#872 0 comments 0 reactions 0 assignees View on GitHub
enhancement help wanted
Dominant language
Go
Stars
1.5k
Forks
616
PR merge metrics
No merged PRs in 30d

Description

## Detailed Feature Information

**Which builder is relevant to this request?**
gcr.io/cloud-builders/bazel

**Is your feature request related to a problem? Please describe.**
https://github.com/Arbo-Works/bazel_for_gcloud_python depends on the presence of `zip`, which doesn't exist in the environment.

**Describe the solution you'd like**
Add support for the `zip` binary.

**Describe alternatives you've considered**
- Create a custom image that contains Bazel and zip.
- Install `zip` during Cloud Build workflow.

**Additional context**
When invoking `zip` within this container, the following error can be observed:

```
zip: command not found
```

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.