Add a build argument for distro
This is to be picked up in install.sh (and potentially other scripts if needed). The scripts will attempt to determine this automatically using /etc/*release in the case this is not specified (default behaviour). Change-Id: Id8a36c73217a13f91e9df0c0cbed5fa7b7b2d5c2
This commit is contained in:
parent
a5fd7a8ca2
commit
a6b56b201d
@ -9,6 +9,7 @@ ARG PROJECT_REF=master
|
||||
ARG SCRIPTS_REPO=https://github.com/openstack/loci
|
||||
ARG SCRIPTS_REF=master
|
||||
ARG OVERRIDE=override
|
||||
ARG DISTRO
|
||||
|
||||
ADD $OVERRIDE /
|
||||
|
||||
|
1
debian/Dockerfile
vendored
1
debian/Dockerfile
vendored
@ -9,6 +9,7 @@ ARG PROJECT_REF=master
|
||||
ARG SCRIPTS_REPO=https://github.com/openstack/loci
|
||||
ARG SCRIPTS_REF=master
|
||||
ARG OVERRIDE=override
|
||||
ARG DISTRO
|
||||
|
||||
ADD $OVERRIDE /
|
||||
|
||||
|
@ -9,6 +9,7 @@ ARG PROJECT_REF=master
|
||||
ARG SCRIPTS_REPO=https://github.com/openstack/loci
|
||||
ARG SCRIPTS_REF=master
|
||||
ARG OVERRIDE=override
|
||||
ARG DISTRO
|
||||
|
||||
ADD $OVERRIDE /
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user