#529: changing QEMU_VERSION from ENV to ARG so that it won't be in the environment of the running container

This commit is contained in:
Aaron Simmons 2021-07-20 18:42:58 +00:00
parent 94745ff927
commit 8873943b53
4 changed files with 4 additions and 4 deletions

View File

@ -6,7 +6,7 @@ MAINTAINER Matt McCormick "matt.mccormick@kitware.com"
# crosstool-ng master 2021-07-07
ENV CT_VERSION 62e9db247be34f8a4fa3bc116e60a1b15db62a97
ENV QEMU_VERSION 6.0.0
ARG QEMU_VERSION=6.0.0
#include "common.crosstool"

View File

@ -6,7 +6,7 @@ MAINTAINER Matt McCormick "matt.mccormick@kitware.com"
# crosstool-ng master 2021-07-07
ENV CT_VERSION 62e9db247be34f8a4fa3bc116e60a1b15db62a97
ENV QEMU_VERSION 6.0.0
ARG QEMU_VERSION=6.0.0
#include "common.crosstool"

View File

@ -6,7 +6,7 @@ MAINTAINER Matt McCormick "matt.mccormick@kitware.com"
# crosstool-ng master 2021-07-07
ENV CT_VERSION 62e9db247be34f8a4fa3bc116e60a1b15db62a97
ENV QEMU_VERSION 6.0.0
ARG QEMU_VERSION=6.0.0
#include "common.crosstool"

View File

@ -6,7 +6,7 @@ MAINTAINER Matt McCormick "matt.mccormick@kitware.com"
# crosstool-ng master 2021-07-07
ENV CT_VERSION 62e9db247be34f8a4fa3bc116e60a1b15db62a97
ENV QEMU_VERSION 6.0.0
ARG QEMU_VERSION=6.0.0
#include "common.crosstool"