Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/alexandrecarlton/bazel-docker
Bazel in a docker image for easy use in CI
https://github.com/alexandrecarlton/bazel-docker
Last synced: 17 days ago
JSON representation
Bazel in a docker image for easy use in CI
- Host: GitHub
- URL: https://github.com/alexandrecarlton/bazel-docker
- Owner: AlexandreCarlton
- Created: 2019-02-27T11:36:19.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-03-01T10:07:27.000Z (almost 6 years ago)
- Last Synced: 2024-10-30T07:57:03.892Z (2 months ago)
- Language: Makefile
- Size: 1.95 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# bazel-docker
[![Build Status](https://travis-ci.com/AlexandreCarlton/bazel-docker.svg?branch=master)](https://travis-ci.com/AlexandreCarlton/bazel-docker)
A Docker image containing the [Bazel build system](https://bazel.build/).
To pull it:
```bash
docker pull alexandrecarlton/bazel:0.23.0
```