Files
loci/Dockerfile
Sam Yaple 3546f8f6a2 Switch requirements to new tagging scheme
We are not consuming the images we are pushing right now. Oops!

Change-Id: I72b3de6bb3c1601b0b3051486a14fb3f16040578
2017-10-19 22:45:30 -04:00

18 lines
374 B
Docker

ARG FROM=ubuntu:xenial
FROM ${FROM}
ENV PATH=/var/lib/openstack/bin:$PATH
ARG PROJECT
ARG WHEELS=openstackloci/requirements:master-ubuntu
ARG PROJECT_REPO=https://git.openstack.org/openstack/${PROJECT}
ARG PROJECT_REF=master
ARG DISTRO
ARG PROFILES
ARG PIP_PACKAGES
ARG PLUGIN=no
COPY scripts /opt/loci/scripts
COPY bindep.txt /opt/loci/
RUN /opt/loci/scripts/install.sh