mirror of
https://github.com/bensuperpc/dockcross.git
synced 2024-11-09 20:57:26 +01:00
68b4549a50
This will simply the removal of deprecated "org.label-schema" annotation [1] and the introduction of open containers ones [2] [1] http://label-schema.org/rc1/ [2] https://github.com/opencontainers/image-spec/blob/master/annotations.md
12 lines
245 B
Docker
12 lines
245 B
Docker
FROM dockcross/base:latest
|
|
MAINTAINER Matt McCormick "matt.mccormick@kitware.com"
|
|
|
|
ENV WINEARCH win64
|
|
ARG MXE_TARGET_ARCH=x86_64
|
|
ARG MXE_TARGET_THREAD=.posix
|
|
ARG MXE_TARGET_LINK=static
|
|
|
|
#include "common.windows"
|
|
|
|
#include "common.label-and-env"
|