https://github.com/pcj/docker-boulder-meetup-2018
https://github.com/pcj/docker-boulder-meetup-2018
Last synced: 9 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/pcj/docker-boulder-meetup-2018
- Owner: pcj
- License: other
- Created: 2018-02-17T02:55:07.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-02-25T23:43:18.000Z (over 8 years ago)
- Last Synced: 2025-02-01T07:41:23.075Z (over 1 year ago)
- Language: JavaScript
- Size: 42 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README

Bazel
Docker
Kubernetes
# Building Fast, Reproducible Docker Images with Bazel
[Bazel](https://bazel.build) is the open-source version of Google's
internal multi-language build tool called "Blaze". Bazel has some
attractive features that make builds fast and scalable.
One of bazel's "secret" (relatively unknown) superpowers is building
docker images, written by the same team that developed the Google
Container Registry .
In this talk I'll introduce Bazel and show how you can use it in your
docker/kubernetes workflow to enable fast and reproducible
builds/deployments.
# Bio
Paul Johnston is a software developer at Windward Solutions in
Boulder, CO. He is an active member of the Bazel open source
community and an advocate for less sucky DevOps experiences.