promenade/tools
Jerome Brette 5232d17a2a 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: Ie5ae836221dc3cb9bdafc6e5e6670f914d3d1bb4
2018-07-24 21:11:35 +00:00
..
dev Update examples to use new image/repo locations 2018-06-27 13:57:12 -05:00
g2 Merge "Update examples to use new image/repo locations" 2018-07-03 00:16:49 +00:00
gate Remove unused image references 2018-07-23 11:17:41 -05:00
registry Update examples to use new image/repo locations 2018-06-27 13:57:12 -05:00
zuul/playbooks Update Dockerfile to allow override of FROM variable 2018-07-24 21:11:35 +00:00
cleanup.sh Only prune docker when specified 2018-06-21 15:19:05 -05:00
dev-build.sh Update examples to use new image/repo locations 2018-06-27 13:57:12 -05:00
gate.sh Make gate scripts more robust 2018-02-14 14:27:26 -06:00
helm_install.sh (zuul) Add basic gating 2018-06-01 08:48:42 -05:00
helm_tk.sh (zuul) Add basic gating 2018-06-01 08:48:42 -05:00
image_tags.py Add docker image publishing 2018-05-24 08:59:21 -05:00
lint_gate.sh Add a basic cleanup script 2017-11-16 11:08:43 -06:00
setup_gate.sh Update gate for Ubuntu 18.04 and proxy 2018-04-24 14:11:14 -05:00
simple-deployment.sh Update examples to use new image/repo locations 2018-06-27 13:57:12 -05:00
stop_gate.sh Add join-scripts endpoint 2017-11-15 15:03:53 -06:00