Align Dockerfile defaults with best practises

Do not use bash style assignment for docker ARGs

Change-Id: I19f9f1474cc608ff1328bf0cb576c2c1606213ae
This commit is contained in:
Vasyl Saienko 2024-11-26 15:22:28 +02:00
parent d0a8108744
commit 933d92a431

View File

@ -37,10 +37,10 @@ ARG NOVA_TSS_USER=tss
ARG NOVA_TSS_UID=42434
ARG NOVA_TSS_GID=42434
ARG NOVNC_REPO=${NOVNC_REPO:-https://github.com/novnc/novnc}
ARG NOVNC_REF=${NOVNC_REF:-v1.0.0}
ARG SPICE_REPO=${SPICE_REPO:-https://gitlab.freedesktop.org/spice/spice-html5.git}
ARG SPICE_REF=${SPICE_REF:-spice-html5-0.1.6}
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
# End Nova arguments