You are browsing a read-only backup copy of Wikitech. The live site can be found at wikitech.wikimedia.org
Blubber
Revision as of 16:33, 28 February 2019 by imported>Thcipriani (Fix redlink to deployment pipeline)
Blubber creates Dockerfiles from a higher level description expressed as YAML. Blubber is a highly opinionated abstraction for container build configurations and a command-line compiler which currently supports outputting multi-stage Dockerfiles.
It aims to provide a handful of declarative constructs that accomplish build configuration in a more secure and deterministic way than running ad-hoc commands.
Blubber is used by Wikimedia CI to test code and publish production-ready Docker images.
Documentation
Try a walkthrough that helps you create your first
Blubberfile
, create your first Docker images, and start using Blubber for your projectDownload the Blubber command line application
Wikimedia's Deployment pipeline pipeline project makes use of Blubber to run tests and publish images.
Blubber's background, philosophy, and implementation
Detailed Blubber User Guide
Developers
There is a short guide to contributing to Blubber for developers in the Blubber repository on Gerrit.