Add an option to OVERRIDE

Providing an OVERRIDE tarball allows any and everything about the image
to be customized *before* the initial commands are run. This will be
used in the gate and other CICD systems to change package sources as
well as configure options.

In infra specfically we will be disabling signature verification on the
packages and pointing the repos to use infra repos.

Regular building is 100% unaffected by this addition.

Change-Id: Ifd7f8f1724b842a396a791cf6af1b7d8848e5ff5
Depends-On: Ia664c54c2d726c03a20d8ca7f7512be3d6cfbbf9
This commit is contained in:
Sam Yaple 2017-04-02 19:12:25 +00:00
parent ea530e9324
commit 6d9a85c371
6 changed files with 9 additions and 0 deletions

View File

@ -8,6 +8,9 @@ ARG GIT_REPO=https://git.openstack.org/openstack/${PROJECT}
ARG GIT_REF
ARG GIT_REF_REPO=https://git.openstack.org/openstack/${PROJECT}
ARG SCRIPTS=https://github.com/yaodu/common/archive/0.1.2.tar.gz
ARG OVERRIDE=empty
ADD $OVERRIDE /
RUN set -x \
&& yum install --setopt=tsflags=nodocs -y python curl \

0
centos/empty/.gitkeep Normal file
View File

3
debian/Dockerfile vendored
View File

@ -8,6 +8,9 @@ ARG GIT_REPO=https://git.openstack.org/openstack/${PROJECT}
ARG GIT_REF
ARG GIT_REF_REPO=https://git.openstack.org/openstack/${PROJECT}
ARG SCRIPTS=https://github.com/yaodu/common/archive/0.1.2.tar.gz
ARG OVERRIDE=empty
ADD $OVERRIDE /
RUN set -x \
&& apt-get update \

0
debian/empty/.gitkeep vendored Normal file
View File

View File

@ -8,6 +8,9 @@ ARG GIT_REPO=https://git.openstack.org/openstack/${PROJECT}
ARG GIT_REF
ARG GIT_REF_REPO=https://git.openstack.org/openstack/${PROJECT}
ARG SCRIPTS=https://github.com/yaodu/common/archive/0.1.2.tar.gz
ARG OVERRIDE=empty
ADD $OVERRIDE /
RUN set -x \
&& apt-get update \

0
ubuntu/empty/.gitkeep Normal file
View File