mirror of
https://github.com/bensuperpc/dockcross.git
synced 2025-02-11 03:54:22 +01:00
Merge pull request #857 from thewtex/email-update
doc: update Matt McCormick email
This commit is contained in:
commit
43b2dd1550
@ -130,7 +130,7 @@ Copy text to `Dockerfile.in` file:
|
|||||||
ARG ORG=dockcross
|
ARG ORG=dockcross
|
||||||
FROM ${ORG}/base:latest
|
FROM ${ORG}/base:latest
|
||||||
|
|
||||||
LABEL maintainer="Matt McCormick matt.mccormick@kitware.com"
|
LABEL maintainer="Matt McCormick matt@mmmccormick.com"
|
||||||
|
|
||||||
# This is for 64-bit ARM Linux machine
|
# This is for 64-bit ARM Linux machine
|
||||||
|
|
||||||
@ -185,7 +185,7 @@ ENV CROSS_TRIPLE aarch64-unknown-linux-gnu
|
|||||||
These lines also need to be changed:
|
These lines also need to be changed:
|
||||||
|
|
||||||
```docker
|
```docker
|
||||||
LABEL maintainer="Matt McCormick matt.mccormick@kitware.com"
|
LABEL maintainer="Matt McCormick matt@mmmccormick.com"
|
||||||
ENV PKG_CONFIG_PATH /usr/lib/aarch64-linux-gnu/pkgconfig
|
ENV PKG_CONFIG_PATH /usr/lib/aarch64-linux-gnu/pkgconfig
|
||||||
ENV ARCH arm64
|
ENV ARCH arm64
|
||||||
```
|
```
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
ARG DOCKER_IMAGE=debian:bookworm-slim
|
ARG DOCKER_IMAGE=debian:bookworm-slim
|
||||||
FROM $DOCKER_IMAGE
|
FROM $DOCKER_IMAGE
|
||||||
|
|
||||||
LABEL maintainer="Matt McCormick matt.mccormick@kitware.com"
|
LABEL maintainer="Matt McCormick matt@mmmccormick.com"
|
||||||
|
|
||||||
#include "common.debian"
|
#include "common.debian"
|
||||||
|
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
ARG ORG=dockcross
|
ARG ORG=dockcross
|
||||||
FROM ${ORG}/base:latest
|
FROM ${ORG}/base:latest
|
||||||
MAINTAINER Matt McCormick "matt.mccormick@kitware.com"
|
MAINTAINER Matt McCormick "matt@mmmccormick.com"
|
||||||
|
|
||||||
# The cross-compiling emulator
|
# The cross-compiling emulator
|
||||||
RUN apt-get update && apt-get install -y \
|
RUN apt-get update && apt-get install -y \
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
ARG ORG=dockcross
|
ARG ORG=dockcross
|
||||||
FROM ${ORG}/base:latest
|
FROM ${ORG}/base:latest
|
||||||
MAINTAINER Matt McCormick "matt.mccormick@kitware.com"
|
MAINTAINER Matt McCormick "matt@mmmccormick.com"
|
||||||
RUN \
|
RUN \
|
||||||
echo Enabled: no >> /etc/apt/sources.list.d/debian.sources && \
|
echo Enabled: no >> /etc/apt/sources.list.d/debian.sources && \
|
||||||
dpkg --add-architecture arm64 && \
|
dpkg --add-architecture arm64 && \
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
ARG ORG=dockcross
|
ARG ORG=dockcross
|
||||||
FROM ${ORG}/base:latest
|
FROM ${ORG}/base:latest
|
||||||
|
|
||||||
LABEL maintainer="Matt McCormick matt.mccormick@kitware.com"
|
LABEL maintainer="Matt McCormick matt@mmmccormick.com"
|
||||||
|
|
||||||
# This is for 64-bit ARM Linux machine
|
# This is for 64-bit ARM Linux machine
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
ARG ORG=dockcross
|
ARG ORG=dockcross
|
||||||
FROM ${ORG}/base:latest
|
FROM ${ORG}/base:latest
|
||||||
|
|
||||||
LABEL maintainer="Matt McCormick matt.mccormick@kitware.com"
|
LABEL maintainer="Matt McCormick matt@mmmccormick.com"
|
||||||
|
|
||||||
# This is for 64-bit ARM Linux machine
|
# This is for 64-bit ARM Linux machine
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
ARG ORG=dockcross
|
ARG ORG=dockcross
|
||||||
FROM ${ORG}/base:latest
|
FROM ${ORG}/base:latest
|
||||||
|
|
||||||
LABEL maintainer="Matt McCormick matt.mccormick@kitware.com"
|
LABEL maintainer="Matt McCormick matt@mmmccormick.com"
|
||||||
|
|
||||||
# This is for ARMv5 "legacy" (armel) devices which do NOT support hard float
|
# This is for ARMv5 "legacy" (armel) devices which do NOT support hard float
|
||||||
# VFP instructions (armhf).
|
# VFP instructions (armhf).
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
ARG ORG=dockcross
|
ARG ORG=dockcross
|
||||||
FROM ${ORG}/base:latest
|
FROM ${ORG}/base:latest
|
||||||
|
|
||||||
LABEL maintainer="Matt McCormick matt.mccormick@kitware.com"
|
LABEL maintainer="Matt McCormick matt@mmmccormick.com"
|
||||||
|
|
||||||
# Crosstool-ng version 2022-05-19
|
# Crosstool-ng version 2022-05-19
|
||||||
ENV CT_VERSION crosstool-ng-1.25.0
|
ENV CT_VERSION crosstool-ng-1.25.0
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
ARG ORG=dockcross
|
ARG ORG=dockcross
|
||||||
FROM ${ORG}/base:latest
|
FROM ${ORG}/base:latest
|
||||||
|
|
||||||
LABEL maintainer="Matt McCormick matt.mccormick@kitware.com"
|
LABEL maintainer="Matt McCormick matt@mmmccormick.com"
|
||||||
|
|
||||||
# This is for ARMv5 "legacy" (armel) devices which do NOT support hard float
|
# This is for ARMv5 "legacy" (armel) devices which do NOT support hard float
|
||||||
# VFP instructions (armhf).
|
# VFP instructions (armhf).
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
ARG ORG=dockcross
|
ARG ORG=dockcross
|
||||||
FROM ${ORG}/base:latest
|
FROM ${ORG}/base:latest
|
||||||
|
|
||||||
LABEL maintainer="Matt McCormick matt.mccormick@kitware.com"
|
LABEL maintainer="Matt McCormick matt@mmmccormick.com"
|
||||||
|
|
||||||
# Crosstool-ng version 2022-05-19
|
# Crosstool-ng version 2022-05-19
|
||||||
ENV CT_VERSION crosstool-ng-1.25.0
|
ENV CT_VERSION crosstool-ng-1.25.0
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
ARG ORG=dockcross
|
ARG ORG=dockcross
|
||||||
FROM ${ORG}/base:latest
|
FROM ${ORG}/base:latest
|
||||||
|
|
||||||
LABEL maintainer="Matt McCormick matt.mccormick@kitware.com"
|
LABEL maintainer="Matt McCormick matt@mmmccormick.com"
|
||||||
|
|
||||||
# Crosstool-ng version 2022-05-19
|
# Crosstool-ng version 2022-05-19
|
||||||
ENV CT_VERSION crosstool-ng-1.25.0
|
ENV CT_VERSION crosstool-ng-1.25.0
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
ARG ORG=dockcross
|
ARG ORG=dockcross
|
||||||
FROM ${ORG}/base:latest
|
FROM ${ORG}/base:latest
|
||||||
|
|
||||||
LABEL maintainer="Matt McCormick matt.mccormick@kitware.com"
|
LABEL maintainer="Matt McCormick matt@mmmccormick.com"
|
||||||
|
|
||||||
# Crosstool-ng version 2022-05-19
|
# Crosstool-ng version 2022-05-19
|
||||||
ENV CT_VERSION crosstool-ng-1.25.0
|
ENV CT_VERSION crosstool-ng-1.25.0
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
ARG ORG=dockcross
|
ARG ORG=dockcross
|
||||||
FROM ${ORG}/base:latest
|
FROM ${ORG}/base:latest
|
||||||
|
|
||||||
LABEL maintainer="Matt McCormick matt.mccormick@kitware.com"
|
LABEL maintainer="Matt McCormick matt@mmmccormick.com"
|
||||||
|
|
||||||
# Crosstool-ng version 2022-05-19
|
# Crosstool-ng version 2022-05-19
|
||||||
ENV CT_VERSION crosstool-ng-1.25.0
|
ENV CT_VERSION crosstool-ng-1.25.0
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
ARG ORG=dockcross
|
ARG ORG=dockcross
|
||||||
FROM ${ORG}/base:latest
|
FROM ${ORG}/base:latest
|
||||||
|
|
||||||
LABEL maintainer="Matt McCormick matt.mccormick@kitware.com"
|
LABEL maintainer="Matt McCormick matt@mmmccormick.com"
|
||||||
|
|
||||||
# This is for 32-bit ARMv7a Linux
|
# This is for 32-bit ARMv7a Linux
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
ARG ORG=dockcross
|
ARG ORG=dockcross
|
||||||
FROM ${ORG}/base:latest
|
FROM ${ORG}/base:latest
|
||||||
|
|
||||||
LABEL maintainer="Matt McCormick matt.mccormick@kitware.com"
|
LABEL maintainer="Matt McCormick matt@mmmccormick.com"
|
||||||
|
|
||||||
# This is for 32-bit ARMv7 Linux
|
# This is for 32-bit ARMv7 Linux
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
ARG ORG=dockcross
|
ARG ORG=dockcross
|
||||||
FROM ${ORG}/base:latest
|
FROM ${ORG}/base:latest
|
||||||
|
|
||||||
LABEL maintainer="Matt McCormick matt.mccormick@kitware.com"
|
LABEL maintainer="Matt McCormick matt@mmmccormick.com"
|
||||||
|
|
||||||
# Crosstool-ng version 2022-05-19
|
# Crosstool-ng version 2022-05-19
|
||||||
ENV CT_VERSION crosstool-ng-1.25.0
|
ENV CT_VERSION crosstool-ng-1.25.0
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
ARG ORG=dockcross
|
ARG ORG=dockcross
|
||||||
FROM ${ORG}/base:latest
|
FROM ${ORG}/base:latest
|
||||||
|
|
||||||
LABEL maintainer="Matt McCormick matt.mccormick@kitware.com"
|
LABEL maintainer="Matt McCormick matt@mmmccormick.com"
|
||||||
|
|
||||||
# This is for 32-bit Big-Endian MIPS devices with hard floating point enabled
|
# This is for 32-bit Big-Endian MIPS devices with hard floating point enabled
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
ARG ORG=dockcross
|
ARG ORG=dockcross
|
||||||
FROM ${ORG}/base:latest
|
FROM ${ORG}/base:latest
|
||||||
|
|
||||||
LABEL maintainer="Matt McCormick matt.mccormick@kitware.com"
|
LABEL maintainer="Matt McCormick matt@mmmccormick.com"
|
||||||
|
|
||||||
# This is for 32-bit Big-Endian MIPS devices with hard floating point enabled
|
# This is for 32-bit Big-Endian MIPS devices with hard floating point enabled
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
ARG ORG=dockcross
|
ARG ORG=dockcross
|
||||||
FROM ${ORG}/base:latest
|
FROM ${ORG}/base:latest
|
||||||
|
|
||||||
LABEL maintainer="Matt McCormick matt.mccormick@kitware.com"
|
LABEL maintainer="Matt McCormick matt@mmmccormick.com"
|
||||||
|
|
||||||
# Crosstool-ng version 2022-05-19
|
# Crosstool-ng version 2022-05-19
|
||||||
ENV CT_VERSION crosstool-ng-1.25.0
|
ENV CT_VERSION crosstool-ng-1.25.0
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
ARG ORG=dockcross
|
ARG ORG=dockcross
|
||||||
FROM ${ORG}/base:latest
|
FROM ${ORG}/base:latest
|
||||||
|
|
||||||
LABEL maintainer="Matt McCormick matt.mccormick@kitware.com and Fancy2209"
|
LABEL maintainer="Matt McCormick matt@mmmccormick.com and Fancy2209"
|
||||||
|
|
||||||
# Crosstool-ng version 2024-08-04
|
# Crosstool-ng version 2024-08-04
|
||||||
ENV CT_VERSION crosstool-ng-1.26.0
|
ENV CT_VERSION crosstool-ng-1.26.0
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
ARG ORG=dockcross
|
ARG ORG=dockcross
|
||||||
FROM ${ORG}/base:latest
|
FROM ${ORG}/base:latest
|
||||||
|
|
||||||
LABEL maintainer="Matt McCormick matt.mccormick@kitware.com"
|
LABEL maintainer="Matt McCormick matt@mmmccormick.com"
|
||||||
|
|
||||||
# Crosstool-ng version 2023-09-21
|
# Crosstool-ng version 2023-09-21
|
||||||
ENV CT_VERSION crosstool-ng-1.25.0
|
ENV CT_VERSION crosstool-ng-1.25.0
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
ARG ORG=dockcross
|
ARG ORG=dockcross
|
||||||
FROM ${ORG}/base:latest
|
FROM ${ORG}/base:latest
|
||||||
|
|
||||||
LABEL maintainer="Matt McCormick matt.mccormick@kitware.com"
|
LABEL maintainer="Matt McCormick matt@mmmccormick.com"
|
||||||
|
|
||||||
# Crosstool-ng version 2024-08-04
|
# Crosstool-ng version 2024-08-04
|
||||||
ENV CT_VERSION crosstool-ng-1.26.0
|
ENV CT_VERSION crosstool-ng-1.26.0
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
ARG ORG=dockcross
|
ARG ORG=dockcross
|
||||||
FROM ${ORG}/base:latest
|
FROM ${ORG}/base:latest
|
||||||
|
|
||||||
LABEL maintainer="Matt McCormick matt.mccormick@kitware.com"
|
LABEL maintainer="Matt McCormick matt@mmmccormick.com"
|
||||||
|
|
||||||
# Crosstool-ng version 2022-05-19
|
# Crosstool-ng version 2022-05-19
|
||||||
ENV CT_VERSION crosstool-ng-1.25.0
|
ENV CT_VERSION crosstool-ng-1.25.0
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
ARG ORG=dockcross
|
ARG ORG=dockcross
|
||||||
FROM ${ORG}/base:latest
|
FROM ${ORG}/base:latest
|
||||||
|
|
||||||
LABEL maintainer="Matt McCormick matt.mccormick@kitware.com"
|
LABEL maintainer="Matt McCormick matt@mmmccormick.com"
|
||||||
|
|
||||||
# Crosstool-ng version 2022-05-19
|
# Crosstool-ng version 2022-05-19
|
||||||
ENV CT_VERSION crosstool-ng-1.25.0
|
ENV CT_VERSION crosstool-ng-1.25.0
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
ARG ORG=dockcross
|
ARG ORG=dockcross
|
||||||
FROM ${ORG}/base:latest
|
FROM ${ORG}/base:latest
|
||||||
|
|
||||||
LABEL maintainer="Matt McCormick matt.mccormick@kitware.com"
|
LABEL maintainer="Matt McCormick matt@mmmccormick.com"
|
||||||
|
|
||||||
# This is for 64-bit S390X Linux machine
|
# This is for 64-bit S390X Linux machine
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
ARG ORG=dockcross
|
ARG ORG=dockcross
|
||||||
FROM ${ORG}/base:latest
|
FROM ${ORG}/base:latest
|
||||||
|
|
||||||
LABEL maintainer="Matt McCormick matt.mccormick@kitware.com"
|
LABEL maintainer="Matt McCormick matt@mmmccormick.com"
|
||||||
|
|
||||||
ARG CLANG_VERSION=15
|
ARG CLANG_VERSION=15
|
||||||
ENV CLANG_VERSION=${CLANG_VERSION}
|
ENV CLANG_VERSION=${CLANG_VERSION}
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
ARG ORG=dockcross
|
ARG ORG=dockcross
|
||||||
FROM ${ORG}/base:latest
|
FROM ${ORG}/base:latest
|
||||||
|
|
||||||
LABEL maintainer="Matt McCormick matt.mccormick@kitware.com"
|
LABEL maintainer="Matt McCormick matt@mmmccormick.com"
|
||||||
|
|
||||||
# This image use Tinycc as C compiler and GCC as C++ compiler
|
# This image use Tinycc as C compiler and GCC as C++ compiler
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
ARG ORG=dockcross
|
ARG ORG=dockcross
|
||||||
FROM ${ORG}/base:latest
|
FROM ${ORG}/base:latest
|
||||||
|
|
||||||
LABEL maintainer="Matt McCormick matt.mccormick@kitware.com"
|
LABEL maintainer="Matt McCormick matt@mmmccormick.com"
|
||||||
|
|
||||||
RUN apt-get update && \
|
RUN apt-get update && \
|
||||||
apt-get -y install \
|
apt-get -y install \
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
ARG ORG=dockcross
|
ARG ORG=dockcross
|
||||||
FROM ${ORG}/base:latest
|
FROM ${ORG}/base:latest
|
||||||
|
|
||||||
LABEL maintainer="Matt McCormick matt.mccormick@kitware.com"
|
LABEL maintainer="Matt McCormick matt@mmmccormick.com"
|
||||||
|
|
||||||
RUN dpkg --add-architecture i386 && \
|
RUN dpkg --add-architecture i386 && \
|
||||||
apt-get update && apt-get -y install \
|
apt-get update && apt-get -y install \
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
ARG ORG=dockcross
|
ARG ORG=dockcross
|
||||||
FROM ${ORG}/base:latest
|
FROM ${ORG}/base:latest
|
||||||
|
|
||||||
LABEL maintainer="Matt McCormick matt.mccormick@kitware.com"
|
LABEL maintainer="Matt McCormick matt@mmmccormick.com"
|
||||||
|
|
||||||
# This is for 64-bit x86 Linux machine
|
# This is for 64-bit x86 Linux machine
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
ARG ORG=dockcross
|
ARG ORG=dockcross
|
||||||
FROM ${ORG}/base:latest
|
FROM ${ORG}/base:latest
|
||||||
|
|
||||||
LABEL maintainer="Matt McCormick matt.mccormick@kitware.com"
|
LABEL maintainer="Matt McCormick matt@mmmccormick.com"
|
||||||
|
|
||||||
# Crosstool-ng version 2022-05-19
|
# Crosstool-ng version 2022-05-19
|
||||||
ENV CT_VERSION crosstool-ng-1.25.0
|
ENV CT_VERSION crosstool-ng-1.25.0
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
ARG ORG=dockcross
|
ARG ORG=dockcross
|
||||||
FROM ${ORG}/manylinux2014-x64:latest
|
FROM ${ORG}/manylinux2014-x64:latest
|
||||||
|
|
||||||
LABEL maintainer="Matt McCormick matt.mccormick@kitware.com"
|
LABEL maintainer="Matt McCormick matt@mmmccormick.com"
|
||||||
|
|
||||||
# This is for 64-bit ARM Manylinux machine
|
# This is for 64-bit ARM Manylinux machine
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
# Recent versions address yum functionality
|
# Recent versions address yum functionality
|
||||||
FROM quay.io/pypa/manylinux2014_x86_64:2024-07-20-e0def9a
|
FROM quay.io/pypa/manylinux2014_x86_64:2024-07-20-e0def9a
|
||||||
|
|
||||||
LABEL maintainer="Matt McCormick matt.mccormick@kitware.com"
|
LABEL maintainer="Matt McCormick matt@mmmccormick.com"
|
||||||
|
|
||||||
ENV DEFAULT_DOCKCROSS_IMAGE dockcross/manylinux2014-x64
|
ENV DEFAULT_DOCKCROSS_IMAGE dockcross/manylinux2014-x64
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
# Recent versions address yum functionality
|
# Recent versions address yum functionality
|
||||||
FROM quay.io/pypa/manylinux2014_i686:2024-07-20-e0def9a
|
FROM quay.io/pypa/manylinux2014_i686:2024-07-20-e0def9a
|
||||||
|
|
||||||
LABEL maintainer="Matt McCormick matt.mccormick@kitware.com"
|
LABEL maintainer="Matt McCormick matt@mmmccormick.com"
|
||||||
|
|
||||||
ENV DEFAULT_DOCKCROSS_IMAGE dockcross/manylinux2014-x86
|
ENV DEFAULT_DOCKCROSS_IMAGE dockcross/manylinux2014-x86
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
# Recent versions address yum functionality
|
# Recent versions address yum functionality
|
||||||
FROM quay.io/pypa/manylinux_2_28_x86_64:2024-07-20-e0def9a
|
FROM quay.io/pypa/manylinux_2_28_x86_64:2024-07-20-e0def9a
|
||||||
|
|
||||||
LABEL maintainer="Matt McCormick matt.mccormick@kitware.com"
|
LABEL maintainer="Matt McCormick matt@mmmccormick.com"
|
||||||
|
|
||||||
ENV DEFAULT_DOCKCROSS_IMAGE dockcross/manylinux_2_28-x64
|
ENV DEFAULT_DOCKCROSS_IMAGE dockcross/manylinux_2_28-x64
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
ARG ORG=dockcross
|
ARG ORG=dockcross
|
||||||
FROM ${ORG}/web-wasi:latest
|
FROM ${ORG}/web-wasi:latest
|
||||||
|
|
||||||
LABEL maintainer="Matt McCormick matt.mccormick@kitware.com"
|
LABEL maintainer="Matt McCormick matt@mmmccormick.com"
|
||||||
|
|
||||||
ENV CROSS_TRIPLE=wasm32-wasi-threads
|
ENV CROSS_TRIPLE=wasm32-wasi-threads
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
ARG ORG=dockcross
|
ARG ORG=dockcross
|
||||||
FROM ${ORG}/base:latest
|
FROM ${ORG}/base:latest
|
||||||
|
|
||||||
LABEL maintainer="Matt McCormick matt.mccormick@kitware.com"
|
LABEL maintainer="Matt McCormick matt@mmmccormick.com"
|
||||||
|
|
||||||
ENV LLVM_VERSION 18
|
ENV LLVM_VERSION 18
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
ARG DOCKER_IMAGE_VERSION=3.1.64
|
ARG DOCKER_IMAGE_VERSION=3.1.64
|
||||||
FROM emscripten/emsdk:$DOCKER_IMAGE_VERSION
|
FROM emscripten/emsdk:$DOCKER_IMAGE_VERSION
|
||||||
|
|
||||||
LABEL maintainer="Matt McCormick matt.mccormick@kitware.com"
|
LABEL maintainer="Matt McCormick matt@mmmccormick.com"
|
||||||
|
|
||||||
# Revert back to "/bin/sh" as default shell
|
# Revert back to "/bin/sh" as default shell
|
||||||
# See https://github.com/asRIA/emscripten-docker/blob/master/Dockerfile.in#L4
|
# See https://github.com/asRIA/emscripten-docker/blob/master/Dockerfile.in#L4
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
ARG ORG=dockcross
|
ARG ORG=dockcross
|
||||||
FROM ${ORG}/base:latest
|
FROM ${ORG}/base:latest
|
||||||
|
|
||||||
LABEL maintainer="Matt McCormick matt.mccormick@kitware.com"
|
LABEL maintainer="Matt McCormick matt@mmmccormick.com"
|
||||||
|
|
||||||
ENV XCC_PREFIX /usr/xcc
|
ENV XCC_PREFIX /usr/xcc
|
||||||
ENV CROSS_TRIPLE aarch64-w64-mingw32
|
ENV CROSS_TRIPLE aarch64-w64-mingw32
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
ARG ORG=dockcross
|
ARG ORG=dockcross
|
||||||
FROM ${ORG}/base:latest
|
FROM ${ORG}/base:latest
|
||||||
|
|
||||||
LABEL maintainer="Matt McCormick matt.mccormick@kitware.com"
|
LABEL maintainer="Matt McCormick matt@mmmccormick.com"
|
||||||
|
|
||||||
ENV XCC_PREFIX /usr/xcc
|
ENV XCC_PREFIX /usr/xcc
|
||||||
ENV CROSS_TRIPLE armv7-w64-mingw32
|
ENV CROSS_TRIPLE armv7-w64-mingw32
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
ARG ORG=dockcross
|
ARG ORG=dockcross
|
||||||
FROM ${ORG}/base:latest
|
FROM ${ORG}/base:latest
|
||||||
|
|
||||||
LABEL maintainer="Matt McCormick matt.mccormick@kitware.com"
|
LABEL maintainer="Matt McCormick matt@mmmccormick.com"
|
||||||
|
|
||||||
ENV WINEARCH win64
|
ENV WINEARCH win64
|
||||||
ARG MXE_TARGET_ARCH=x86_64
|
ARG MXE_TARGET_ARCH=x86_64
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
ARG ORG=dockcross
|
ARG ORG=dockcross
|
||||||
FROM ${ORG}/base:latest
|
FROM ${ORG}/base:latest
|
||||||
|
|
||||||
LABEL maintainer="Matt McCormick matt.mccormick@kitware.com"
|
LABEL maintainer="Matt McCormick matt@mmmccormick.com"
|
||||||
|
|
||||||
ENV WINEARCH win64
|
ENV WINEARCH win64
|
||||||
ARG MXE_TARGET_ARCH=x86_64
|
ARG MXE_TARGET_ARCH=x86_64
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
ARG ORG=dockcross
|
ARG ORG=dockcross
|
||||||
FROM ${ORG}/base:latest
|
FROM ${ORG}/base:latest
|
||||||
|
|
||||||
LABEL maintainer="Matt McCormick matt.mccormick@kitware.com"
|
LABEL maintainer="Matt McCormick matt@mmmccormick.com"
|
||||||
|
|
||||||
ENV WINEARCH win32
|
ENV WINEARCH win32
|
||||||
ARG MXE_TARGET_ARCH=i686
|
ARG MXE_TARGET_ARCH=i686
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
ARG ORG=dockcross
|
ARG ORG=dockcross
|
||||||
FROM ${ORG}/base:latest
|
FROM ${ORG}/base:latest
|
||||||
|
|
||||||
LABEL maintainer="Matt McCormick matt.mccormick@kitware.com"
|
LABEL maintainer="Matt McCormick matt@mmmccormick.com"
|
||||||
|
|
||||||
ENV WINEARCH win64
|
ENV WINEARCH win64
|
||||||
ARG MXE_TARGET_ARCH=x86_64
|
ARG MXE_TARGET_ARCH=x86_64
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
ARG ORG=dockcross
|
ARG ORG=dockcross
|
||||||
FROM ${ORG}/base:latest
|
FROM ${ORG}/base:latest
|
||||||
|
|
||||||
LABEL maintainer="Matt McCormick matt.mccormick@kitware.com"
|
LABEL maintainer="Matt McCormick matt@mmmccormick.com"
|
||||||
|
|
||||||
ENV WINEARCH win64
|
ENV WINEARCH win64
|
||||||
ARG MXE_TARGET_ARCH=x86_64
|
ARG MXE_TARGET_ARCH=x86_64
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
ARG ORG=dockcross
|
ARG ORG=dockcross
|
||||||
FROM ${ORG}/base:latest
|
FROM ${ORG}/base:latest
|
||||||
|
|
||||||
LABEL maintainer="Matt McCormick matt.mccormick@kitware.com"
|
LABEL maintainer="Matt McCormick matt@mmmccormick.com"
|
||||||
|
|
||||||
ENV WINEARCH win32
|
ENV WINEARCH win32
|
||||||
ARG MXE_TARGET_ARCH=i686
|
ARG MXE_TARGET_ARCH=i686
|
||||||
|
Loading…
x
Reference in New Issue
Block a user