openstack-helm/tools/images/kubernetes-entrypoint/README.rst
Sean Eagan db0903c77f Containerize kubernetes-entrypoint image build
Containerizes the kubernetes-entrypoint image build so that go tooling
does not need to be pre-installed on the host.

Change-Id: I47766ef81f70170683e61c634411e259806932c5
2018-04-30 15:48:52 -05:00

26 lines
694 B
ReStructuredText

Kubernetes-Entrypoint Image Build
=================================
Builds an image with kubernetes-entrypoint for use with OpenStack-Helm.
Prerequisites
-------------
git, docker
Instructions
------------
Build the Kubernetes-Entrypoint Image
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
A known good image is published to docker hub on a fairly regular basis, but if
you wish to build your own image, from the directory containing this README run:
.. code:: bash
# Example configuration overrides, see Makefile for all available options:
# export IMAGE_REGISTRY=quay.io
# export GIT_REPO=https://github.com/someuser/kubernetes-entrypoint.git
# export GIT_REF=someref
make