mirror of
https://github.com/bensuperpc/dockcross.git
synced 2024-11-09 20:57:26 +01:00
Merge pull request #530 from paleozogt/qemu_version
#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:
commit
94732183a1
@ -6,7 +6,7 @@ MAINTAINER Matt McCormick "matt.mccormick@kitware.com"
|
|||||||
# crosstool-ng master 2021-07-07
|
# crosstool-ng master 2021-07-07
|
||||||
ENV CT_VERSION 62e9db247be34f8a4fa3bc116e60a1b15db62a97
|
ENV CT_VERSION 62e9db247be34f8a4fa3bc116e60a1b15db62a97
|
||||||
|
|
||||||
ENV QEMU_VERSION 6.0.0
|
ARG QEMU_VERSION=6.0.0
|
||||||
|
|
||||||
#include "common.crosstool"
|
#include "common.crosstool"
|
||||||
|
|
||||||
|
@ -6,7 +6,7 @@ MAINTAINER Matt McCormick "matt.mccormick@kitware.com"
|
|||||||
# crosstool-ng master 2021-07-07
|
# crosstool-ng master 2021-07-07
|
||||||
ENV CT_VERSION 62e9db247be34f8a4fa3bc116e60a1b15db62a97
|
ENV CT_VERSION 62e9db247be34f8a4fa3bc116e60a1b15db62a97
|
||||||
|
|
||||||
ENV QEMU_VERSION 6.0.0
|
ARG QEMU_VERSION=6.0.0
|
||||||
|
|
||||||
#include "common.crosstool"
|
#include "common.crosstool"
|
||||||
|
|
||||||
|
@ -6,7 +6,7 @@ MAINTAINER Matt McCormick "matt.mccormick@kitware.com"
|
|||||||
# crosstool-ng master 2021-07-07
|
# crosstool-ng master 2021-07-07
|
||||||
ENV CT_VERSION 62e9db247be34f8a4fa3bc116e60a1b15db62a97
|
ENV CT_VERSION 62e9db247be34f8a4fa3bc116e60a1b15db62a97
|
||||||
|
|
||||||
ENV QEMU_VERSION 6.0.0
|
ARG QEMU_VERSION=6.0.0
|
||||||
|
|
||||||
#include "common.crosstool"
|
#include "common.crosstool"
|
||||||
|
|
||||||
|
@ -6,7 +6,7 @@ MAINTAINER Matt McCormick "matt.mccormick@kitware.com"
|
|||||||
# crosstool-ng master 2021-07-07
|
# crosstool-ng master 2021-07-07
|
||||||
ENV CT_VERSION 62e9db247be34f8a4fa3bc116e60a1b15db62a97
|
ENV CT_VERSION 62e9db247be34f8a4fa3bc116e60a1b15db62a97
|
||||||
|
|
||||||
ENV QEMU_VERSION 6.0.0
|
ARG QEMU_VERSION=6.0.0
|
||||||
|
|
||||||
#include "common.crosstool"
|
#include "common.crosstool"
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user