Switch to single var for WHEELS

Change-Id: I5e0c346eb2c9edf8d6ad17a4d172fc3d951a8d50
Depends-On: I0d3b033dc5517622513b9028980edda8109baadc
This commit is contained in:
Sam Yaple 2017-04-15 17:20:35 +00:00
parent 51b65aaec7
commit b3ec896a64
3 changed files with 3 additions and 9 deletions

View File

@ -1,9 +1,7 @@
FROM centos:7
ENV PROJECT=cinder
ARG DOCKER_REPO=openstackloci/requirements
ARG DOCKER_TAG=centos
ARG WHEELS
ARG WHEELS=openstackloci/requirements:centos
ARG PROJECT_REPO=https://git.openstack.org/openstack/${PROJECT}
ARG PROJECT_REF=master
ARG SCRIPTS_REPO=https://github.com/openstack/loci

4
debian/Dockerfile vendored
View File

@ -1,9 +1,7 @@
FROM debian:jessie-slim
ENV PROJECT=cinder
ARG DOCKER_REPO=openstackloci/requirements
ARG DOCKER_TAG=debian
ARG WHEELS
ARG WHEELS=openstackloci/requirements:debian
ARG PROJECT_REPO=https://git.openstack.org/openstack/${PROJECT}
ARG PROJECT_REF=master
ARG SCRIPTS_REPO=https://github.com/openstack/loci

View File

@ -1,9 +1,7 @@
FROM ubuntu:xenial
ENV PROJECT=cinder
ARG DOCKER_REPO=openstackloci/requirements
ARG DOCKER_TAG=ubuntu
ARG WHEELS
ARG WHEELS=openstackloci/requirements:ubuntu
ARG PROJECT_REPO=https://git.openstack.org/openstack/${PROJECT}
ARG PROJECT_REF=master
ARG SCRIPTS_REPO=https://github.com/openstack/loci