mirror of
https://github.com/bensuperpc/dockcross.git
synced 2025-01-03 13:44:27 +01:00
[windows_x64_posix] Added windows-x64-posix/Dockerfile.in
This commit is contained in:
parent
9928d75771
commit
1be55c41f5
21
windows-x64-posix/Dockerfile.in
Normal file
21
windows-x64-posix/Dockerfile.in
Normal file
@ -0,0 +1,21 @@
|
|||||||
|
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
|
||||||
|
|
||||||
|
#include "common.windows"
|
||||||
|
|
||||||
|
ENV DEFAULT_DOCKCROSS_IMAGE dockcross/windows-x64-posix
|
||||||
|
|
||||||
|
# Build-time metadata as defined at http://label-schema.org
|
||||||
|
ARG BUILD_DATE
|
||||||
|
ARG IMAGE
|
||||||
|
ARG VCS_REF
|
||||||
|
ARG VCS_URL
|
||||||
|
LABEL org.label-schema.build-date=$BUILD_DATE \
|
||||||
|
org.label-schema.name=$IMAGE \
|
||||||
|
org.label-schema.vcs-ref=$VCS_REF \
|
||||||
|
org.label-schema.vcs-url=$VCS_URL \
|
||||||
|
org.label-schema.schema-version="1.0"
|
Loading…
Reference in New Issue
Block a user