shipyard/tools/gate/playbooks
Jerome Brette 4b8e0220b0 Update Dockerfile to allow override of FROM variable
l 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 and still use the same Dockerfile.
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: Ife7e1be53c7c139bdc42dee42f0798e83f4fd271
2018-07-17 16:35:42 -05:00
..
airship-shipyard-check.yaml fix(gate): fix airship-shipyard-ubuntu job 2018-07-06 04:17:13 +00:00
osh-infra-build.yaml Add docker image publishing 2018-06-07 14:39:38 -05:00
osh-infra-collect-logs.yaml Add tox tests to .zuul.yaml 2018-05-25 10:59:40 +08:00
osh-infra-deploy-docker.yaml Job fix: update osh-infra-deploy-docker.yaml to align with osh 2018-07-02 22:18:16 -04:00
osh-infra-deploy-k8s.yaml fix(gate): fix airship-shipyard-ubuntu job 2018-07-06 04:17:13 +00:00
osh-infra-upgrade-host.yaml Zuul: Initial Airship-Shipyard checks 2018-05-17 20:48:29 +01:00
roles Add tox tests to .zuul.yaml 2018-05-25 10:59:40 +08:00
run-image.yaml Update Dockerfile to allow override of FROM variable 2018-07-17 16:35:42 -05:00
run-tests.yaml Add tox tests to .zuul.yaml 2018-05-25 10:59:40 +08:00
security-bandit.yaml (zuul) Add a bandit scanning gate 2018-05-31 16:21:20 -05:00
vars.yaml Update Dockerfile to allow override of FROM variable 2018-07-17 16:35:42 -05:00
zuul-linter.yaml Zuul: Initial Airship-Shipyard checks 2018-05-17 20:48:29 +01:00