armada/tools/gate/playbooks
Jerome Brette da408ff145 Update Dockerfile to allow override of FROM variable
1. The first goal is to let user customize the base image of the component
by passing FROM=myimage during the build process. This would let any
project leveraging Airship ensure that the base image is matching the
security requirements for that project. This will also ease the control of
the /etc/apt/source.list and thereby the result of apt-get update/upgrade
procedure.
2. The above goal is achievable by using docker-ce feature such as:
ARG FROM="defaultbaseimage:xx"
FROM ${FROM}
For this reason, the installation of docker.io in the Zuul gating is beeing
replaced by docker-ce.
3. Third Goal is to bring consistency with the other compoenents leveraging
Helm such as the openstack-helm and potentially use bindep the same way
the LOCI images are to ensure
4. The new syntax in the Dockerfile is still commented out until the associated
image builder have been updated to use docker-ce as they have been for the LOCI
images.

Change-Id: Id91284433d6e4c3560ce5b261f29cc5f2e8e6048
2018-07-17 13:07:12 -05:00
..
files Update Dockerfile to allow override of FROM variable 2018-07-17 13:07:12 -05:00
airship-armada-check.yaml Zuul: Initial Airship-Armada checks 2018-05-17 12:41:41 -05:00
docker-image-build.yaml Update Dockerfile to allow override of FROM variable 2018-07-17 13:07:12 -05:00
osh-infra-build.yaml Zuul: Initial Airship-Armada checks 2018-05-17 12:41:41 -05:00
osh-infra-collect-logs.yaml Zuul: Initial Airship-Armada checks 2018-05-17 12:41:41 -05:00
osh-infra-deploy-docker.yaml Job fix: update osh-infra-deploy-docker.yaml to align with osh 2018-07-02 22:14:20 -04:00
osh-infra-deploy-k8s.yaml Zuul: Initial Airship-Armada checks 2018-05-17 12:41:41 -05:00
osh-infra-upgrade-host.yaml Zuul: Initial Airship-Armada checks 2018-05-17 12:41:41 -05:00
pep8-linter.yaml (gate) Add pep8, bandit and unit testing 2018-05-31 08:59:06 -05:00
readthedocs.yaml refactor(gate): refactor rtd trigger 2018-06-28 19:05:49 +00:00
vars.yaml Update Dockerfile to allow override of FROM variable 2018-07-17 13:07:12 -05:00
zuul-linter.yaml Zuul: Initial Airship-Armada checks 2018-05-17 12:41:41 -05:00