Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 771 Bytes

README.md

File metadata and controls

21 lines (16 loc) · 771 Bytes

docker-zip

A docker image with the zip and unzip commands

CI/CD

Usage

Use like any other docker image. It's URL is joshkeegan/zip:latest. See Docker Hub for specific version tags.

Supported Architectures

The image is supported for the following architectures:

  • AMD64
  • ARMv7
  • ARM64

Contributing

  • Install dependencies: make, docker, docker buildx (included with docker desktop)
  • Create a buildx builder instance for cross-platform builds with docker buildx create --use
  • Run make build

License

MIT