From: Alexandru Avadanii Date: Wed, 29 Jan 2020 19:07:58 +0000 (+0100) Subject: Dockerfile: Fix ARG variable representation X-Git-Url: https://gerrit.akraino.org/r/gitweb?p=ta%2Fremote-installer.git;a=commitdiff_plain;h=ef60e677d618879ad7850d3527abaa33004006cd Dockerfile: Fix ARG variable representation Docker expects $VAR instead of "${VAR}", adjust accordingly. Signed-off-by: Alexandru Avadanii Change-Id: I7a8ba563155dee343c4fbf44af78468ee9d92d0e --- diff --git a/docker-build/remote-installer/Dockerfile b/docker-build/remote-installer/Dockerfile index e5ff569..fa11396 100644 --- a/docker-build/remote-installer/Dockerfile +++ b/docker-build/remote-installer/Dockerfile @@ -14,7 +14,7 @@ ARG BASEIMAGE_TAG -FROM "${BASEIMAGE_TAG}" +FROM $BASEIMAGE_TAG MAINTAINER Ralf Mueller ENV \ diff --git a/remote-installer.spec b/remote-installer.spec index f921026..9806392 100644 --- a/remote-installer.spec +++ b/remote-installer.spec @@ -14,7 +14,7 @@ Name: remote-installer Version: %{_version} -Release: 2%{?dist} +Release: 3%{?dist} Summary: Contains components for the remote-installer Group: %{_platform_group} License: %{_platform_licence}