Sign inSign up

smizy/bazel

By smizy

Updated over 7 years ago

Bazel docker image based on alpine

Image
0

424

smizy/bazel repository overview

docker-bazel

Bazel docker image based on alpine

Use case

Docker multi stage build

FROM smizy/bazel:0.15.0-alpine as bazel

# ----------
FROM alpine:3.8

COPY --from=bazel /usr/local/bin/bazel  /usr/local/bin/

# Compile your code with bazel
RUN ...

Tag summary

Content type

Image

Digest

Size

163.5 MB

Last updated

over 7 years ago

docker pull smizy/bazel