boatswain 0.4.0
pip install boatswain==0.4.0
Released:
Yaml based way to build Docker images.
Navigation
Unverified details
These details have not been verified by PyPIProject links
Meta
- License: Apache Software License (Apache Software License)
- Author: Berend Weel
Classifiers
- Development Status
- Intended Audience
- License
- Natural Language
- Operating System
- Programming Language
- Topic
Project description
Boatswain
Boatswain is a simple build system for docker images.
It is especially usefull when you have multiple docker images that depend on each other.
Installation
Boatswain is a simple python script you can install with pip
$ pip install boatswain
Usage
Create a file called boatswain.yml for your project with the following syntax, which is heavily based on docker-compose.
version: 1.0 # The version of the boatswain yaml
organisation: boatswain # Your dockerhub organisation
images:
image1:pytest: # the key will be used to tag the image
context: docker/image1 # The path of the dockerfile
image2:pytest:
context: docker/image2
from: image1:pytest # This image depends on the other image
image3:pytest:
context: docker/image3
from: image2:pytest
image4:pytest:
context: docker/image4
tag: image12:pytest # This image will be tagged with this
- 2017-02-09:
Progress timer now increases every second Improved error reporting (No longer uses an exception)
- 2017-02-08:
Added a whole bunch of tests Added the clean command Changed file layout from recursive to using from
Project details
Unverified details
These details have not been verified by PyPIProject links
Meta
- License: Apache Software License (Apache Software License)
- Author: Berend Weel
Classifiers
- Development Status
- Intended Audience
- License
- Natural Language
- Operating System
- Programming Language
- Topic
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters https://pypi.org/project/boatswain/0.4.0/#files
Showing 1 of 1 file.
File details
Details for the file boatswain-0.4.0.tar.gz.
File metadata
- Download URL: boatswain-0.4.0.tar.gz
- Upload date:
- Size: 8.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f58bde80eea31f7a21dbee428df5269f8e362fd8bc8a8b200b24f746c91e97ab
|
|
| MD5 |
8b47a56dfc4224da507ad2c96e4fb24d
|
|
| BLAKE2b-256 |
1a54c419b0f86fdd4124cf75fbdca31a8903233a77a41c01968ba78dac610707
|
File details
Details for the file boatswain-0.4.0-py2.py3-none-any.whl.
File metadata
- Download URL: boatswain-0.4.0-py2.py3-none-any.whl
- Upload date:
- Size: 10.3 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3504f208cfb347a88341f2f18b8ba92b4c9d37630169e140d7fd5882f36fead9
|
|
| MD5 |
4a8c8b4c61833aa9caa09449e1270be9
|
|
| BLAKE2b-256 |
5c5d6cb6a80f82a84a07587e0516fcab54ac8aa76d3431dd2c1aabde2123ab3e
|