5 Commits

Author SHA1 Message Date
Jawon Choo
31259fa595 Override image's meta info.
centos based images have wrong label info,
these changes fix own image's name and build-date.

Change-Id: I1d13f8f386c8db12b5fbe5f8ecbbf9e3fbb4ba1c
Closes-Bug: #1680341
2017-05-03 11:08:17 +09:00
Chen
8c463a47a9 Use LABEL instead of MAINTAINER (deprecated) in all Dockerfile.j2
Use LABEL instruction instead of MAINTAINER (deprecated) instruc-
tion as suggested by Docker's official dockerfile guide.
docs.docker.com/engine/reference/builder/#maintainer-deprecated

Closes-Bug: #1683652

Change-Id: Ie87a1ddf31aefcd0b623fd2837d78de420e76898
2017-04-20 16:50:05 +09:00
Paul Bourke
d0f84b491c Allow full customisation of kube image binaries
The location of the binaries in these images can be overridden by
setting ENV in the header blocks, but if an operator wants to use a
different install method all together (e.g. rpm), these blocks will
allow that.

Also import the macros in kube-base to allow their use in overrides.

Change-Id: I3e52e315f0103d8a1c95d4489fa3841900fdff75
2017-02-22 12:23:39 +00:00
Paul Bourke
0133fd1b1a Add header/footer blocks to the kube images
Allow operators to customise these using the usual Kolla mechanisms.

Change-Id: I59d5eae43fb12f8301b26f5b693c104fca635762
2017-02-21 15:43:24 +00:00
Pete Birley
5a530be776 Kubernetes: Rename Images to allow use with native deployment tools
Standard Kubernetes deployment tooling expects images to include the
platorm they are built for as a suffix. As kolla does not yet support
any arch other than amd64, we are renaming these to make them easier
to consume.

Change-Id: I8e961db5706d968ee9a66b0c2d2bbcc684d32329
2017-01-21 14:17:01 +00:00