This is the Bazel 0.15.2 as a Alpine Linux package.
The current installation method for these packages is to pull them in using wget or curl and install the local file with apk:
apk --no-cache add ca-certificates wget
wget -q -O /etc/apk/keys/[email protected] https://raw.githubusercontent.com/davido/bazel-alpine-package/master/[email protected]
wget https://github.com/dnk8n/bazel-alpine-package/releases/download/0.15.2/bazel-0.15.2-r0.apk
apk add bazel-0.15.2-r0.apk
Content type
Image
Digest
Size
172.6 MB
Last updated
about 8 years ago
docker pull dnk8n/bazel:0.15.2-alpine3.8