In past I disabled those images on non-x86 because had lot of other
things to do. Now it is time to get it running on aarch64 too.
Had to revert rename done in 5a530be776c4897523e3419e69d798de0dc1755c
so backward compatibility is broken ;(
Change-Id: I44160dfb1d151e97d473e6c13194e043657094a8
Partially-Implements: blueprint multiarch-and-arm64-containers
centos based images have wrong label info,
these changes fix own image's name and build-date.
Change-Id: I1d13f8f386c8db12b5fbe5f8ecbbf9e3fbb4ba1c
Closes-Bug: #1680341
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
Debian support is not maintained in Kolla so it got a bit behind Ubuntu
one. This changeset enables Debian for all images. Jessie (even with
backports) may be too old for some images though.
Also unify distro check to ['debian', 'ubuntu'] to keep alphabetical order
like it is done for RPM distributions.
Partially-Implements: blueprint multiarch-and-arm64-containers
Change-Id: I056233fbfa277e0e2360c07c3f80d9558c554357
Those images are hardcoded to use amd64 binaries.
Partially-Implements: blueprint multiarch-and-arm64-containers
Depends-On: I71ddb7ef57c64d2505cac96724b1ab6772a57d6a
Change-Id: I477b62e32a940cb93c3747f593504d861ac137bc
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
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
These images are intended to be used with standard Kubernetes deployment
tooling. They are included with Kolla to allow operators to chose the OS
Base image that is used in their environments, and provides Ceph PV support.
Implements: blueprint add-kubernetes-images
Change-Id: Ifb84a2b9458d071679e1e55679653d702624d702