Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The hierarchy of these images is:

Bigtop/puppet-{OS} images

To build bigtop/puppet images, say, ubuntu-16.04-aarch64:

...

Code Block
languagebash
$ docker images
REPOSITORY            TAG                          IMAGE ID            CREATED             SIZE
bigtop/puppet         ubuntu-16.04-aarch64         d540810efa71        4 days ago          305.9 MB
aarch64/ubuntu        16.04                        a7d1ddc47ced        10 weeks ago        109.7 MB

Bigtop/slaves-{OS} images

Code Block
languagebash
cd <BIGTOP_SRC_TOP>
docker build -t bigtop/slaves:trunk-ubuntu-16.04-aarch64 -f docker/bigtop-slaves/ubuntu-16.04-aarch64/Dockerfile .

This will create bigtop/slaves:trunk-ubuntu-16.04-aarch64 image.

Code Block
languagebash
$ docker images
REPOSITORY            TAG                          IMAGE ID            CREATED             SIZE
bigtop/slaves         trunk-ubuntu-16.04-aarch64   70c55f9ffe8c5b4c77dc374f        32 dayshours ago          2.864861 GB
bigtop/puppet         ubuntu-16.04-aarch64         d540810efa71        4 days ago          305.9 MB
aarch64/ubuntu        16.04                        a7d1ddc47ced        10 weeks ago        109.7 MB

...