Skip to main content

Build Amazon EC2 AMI image using a Dockerfile

Project description

docker-build-ami

Build Amazon EC2 AMI image using a Dockerfile

Beware this is a work in progress, it work’s but it’s in need of a rewrite.

Restrictions

  • Only support operations RUN, COPY at the moment

  • Doesn’t correctly quote Bash $var at moment

Configuration

Requires a ~/.boto config file for Credentials:

[Credentials]
aws_access_key_id = <access key>
aws_secret_access_key = <secret key>

There is a separate config file for the script in either “/etc/docker-build-ami.conf” or “~/.docker-build-ami.conf”.

# Temporary directory
tmp_dir = /tmp

# Name tag for host building AMI image
# host_tag = 'docker-build-ami'

# Region
# region = eu-west-1

# Instance type
# instance_type = m3.medium

# Subnet ID
# subnet_id = subnet-123abc45

Usage

usage: docker-build-ami [-h] [-c CONFIG] [-d] [-r] [-t] [-s] [-n] [-i] [-u]

optional arguments:
  -h, --help            show this help message and exit
  -c CONFIG, --config CONFIG
                    Configuration file
  -d, --debug           Print debug info
  -r, --region          AWS region
  -t, --instance-type   EC2 instance type
  -s, --subnet-id       AWS subnet id
  -n, --image-name      AMI image name
  -i, --image-id        AMI image ID
  -u, --image-user      AMI image user

Roadmap

  • Move credentials to config file

  • Rewrite and cleanup

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

docker-build-ami-0.1.2.tar.gz (5.2 kB view details)

Uploaded Source

File details

Details for the file docker-build-ami-0.1.2.tar.gz.

File metadata

File hashes

Hashes for docker-build-ami-0.1.2.tar.gz
Algorithm Hash digest
SHA256 7d18c2f4ebd21c6c9f9c579239f93d3780bb2fde9f96505d4c817c67cb107d07
MD5 874cadc8f545d21fe75dcdc98449ec24
BLAKE2b-256 1ea229df65609fb4f869a222ea3f3a8b6844ffa51ea62f10f3b10ae4cf650cbc

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page