Files
loci/Dockerfile
wangqi 5c82a796f9 Updated spice-html5 git repository URL
Change-Id: Ie84dc5f598067d5f6a80e55e3167bc21bcb0a7b6
2018-06-07 09:41:14 +00:00

29 lines
627 B
Docker

ARG FROM=ubuntu:xenial
FROM ${FROM}
ENV PATH=/var/lib/openstack/bin:$PATH
ARG PROJECT
ARG WHEELS=loci/requirements:master-ubuntu
ARG PROJECT_REPO=https://git.openstack.org/openstack/${PROJECT}
ARG PROJECT_REF=master
ARG DISTRO
ARG PROFILES
ARG PIP_PACKAGES=""
ARG PIP_ARGS=""
ARG DIST_PACKAGES=""
ARG PLUGIN=no
ARG PYTHON3=no
ARG UID=42424
ARG GID=42424
ARG NOVNC_REPO=https://github.com/novnc/novnc
ARG NOVNC_REF=v1.0.0
ARG SPICE_REPO=https://gitlab.freedesktop.org/spice/spice-html5.git
ARG SPICE_REF=spice-html5-0.1.6
COPY scripts /opt/loci/scripts
COPY bindep.txt pydep.txt /opt/loci/
RUN /opt/loci/scripts/install.sh