A Buildout recipe to generate a Dockerfile for Birdhouse applications.
Project description
Introduction
birdhousebuilder.recipe.docker is a Buildout recipe to generate a Dockerfile for Birdhouse applications.
Birdhousebuilder recipes are used to build Web Processing Service components of the Birdhouse project. All Birdhousebuilder recipes need an existing Anaconda installation.
Usage
The recipe requires that Anaconda is already installed. It assumes that Anaconda is installed at the default location in your home directory ~/anaconda. Otherwise you need to set the Buildout option anaconda-home.
The recipe will generate a Dockerfile for your application. You can find the Dockerfile in the root folder of the application.
The recipe depends on birdhousebuilder.recipe.conda.
Supported options
This recipe supports the following options:
- anaconda-home
Buildout option with the root folder of the Anaconda installation. Default: $HOME/anaconda.
- image-name
The docker image name. Default is ubuntu.
- image-version
The docker image version. Default is latest.
- maintainer
The name of the maintainer.
Example usage
The following example buildout.cfg generates a Dockerfile for Ubuntu 14.04:
[buildout] parts = docker anaconda-home = /home/myself/anaconda [docker] recipe = birdhousebuilder.recipe.docker image-name = ubuntu image-version = 14:04 maintainer = Generated by MyApp
Changes
0.1.0 (2014-11-05)
Initial Release.
Project details
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
File details
Details for the file birdhousebuilder.recipe.docker-0.1.0.tar.gz
.
File metadata
- Download URL: birdhousebuilder.recipe.docker-0.1.0.tar.gz
- Upload date:
- Size: 7.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | b6903bb84682d74d1d7b3e14fc08acc1f6ea16b39aa2680e1008f3d1cf05ed24 |
|
MD5 | 962d50cf0b273e88dfd86adeccc54ee0 |
|
BLAKE2b-256 | 24ce914a0663036cdfd4e967c4a3d299ec64c6fe102a9b2ecdf4221fa81e65db |