doc: update Matt McCormick email

This commit is contained in:
Matt McCormick 2024-11-08 17:11:12 -05:00
parent 86a1cca977
commit 54ee1fddbc
46 changed files with 47 additions and 47 deletions

View File

@ -130,7 +130,7 @@ Copy text to `Dockerfile.in` file:
ARG ORG=dockcross
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
@ -185,7 +185,7 @@ ENV CROSS_TRIPLE aarch64-unknown-linux-gnu
These lines also need to be changed:
```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 ARCH arm64
```

View File

@ -1,7 +1,7 @@
ARG DOCKER_IMAGE=debian:bookworm-slim
FROM $DOCKER_IMAGE
LABEL maintainer="Matt McCormick matt.mccormick@kitware.com"
LABEL maintainer="Matt McCormick matt@mmmccormick.com"
#include "common.debian"

View File

@ -1,6 +1,6 @@
ARG ORG=dockcross
FROM ${ORG}/base:latest
MAINTAINER Matt McCormick "matt.mccormick@kitware.com"
MAINTAINER Matt McCormick "matt@mmmccormick.com"
# The cross-compiling emulator
RUN apt-get update && apt-get install -y \

View File

@ -1,6 +1,6 @@
ARG ORG=dockcross
FROM ${ORG}/base:latest
MAINTAINER Matt McCormick "matt.mccormick@kitware.com"
MAINTAINER Matt McCormick "matt@mmmccormick.com"
RUN \
echo Enabled: no >> /etc/apt/sources.list.d/debian.sources && \
dpkg --add-architecture arm64 && \

View File

@ -1,7 +1,7 @@
ARG ORG=dockcross
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

View File

@ -1,7 +1,7 @@
ARG ORG=dockcross
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

View File

@ -1,7 +1,7 @@
ARG ORG=dockcross
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
# VFP instructions (armhf).

View File

@ -1,7 +1,7 @@
ARG ORG=dockcross
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
ENV CT_VERSION crosstool-ng-1.25.0

View File

@ -1,7 +1,7 @@
ARG ORG=dockcross
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
# VFP instructions (armhf).

View File

@ -1,7 +1,7 @@
ARG ORG=dockcross
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
ENV CT_VERSION crosstool-ng-1.25.0

View File

@ -1,7 +1,7 @@
ARG ORG=dockcross
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
ENV CT_VERSION crosstool-ng-1.25.0

View File

@ -1,7 +1,7 @@
ARG ORG=dockcross
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
ENV CT_VERSION crosstool-ng-1.25.0

View File

@ -1,7 +1,7 @@
ARG ORG=dockcross
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
ENV CT_VERSION crosstool-ng-1.25.0

View File

@ -1,7 +1,7 @@
ARG ORG=dockcross
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

View File

@ -1,7 +1,7 @@
ARG ORG=dockcross
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

View File

@ -1,7 +1,7 @@
ARG ORG=dockcross
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
ENV CT_VERSION crosstool-ng-1.25.0

View File

@ -1,7 +1,7 @@
ARG ORG=dockcross
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

View File

@ -1,7 +1,7 @@
ARG ORG=dockcross
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

View File

@ -1,7 +1,7 @@
ARG ORG=dockcross
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
ENV CT_VERSION crosstool-ng-1.25.0

View File

@ -1,7 +1,7 @@
ARG ORG=dockcross
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
ENV CT_VERSION crosstool-ng-1.26.0

View File

@ -1,7 +1,7 @@
ARG ORG=dockcross
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
ENV CT_VERSION crosstool-ng-1.25.0

View File

@ -1,7 +1,7 @@
ARG ORG=dockcross
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
ENV CT_VERSION crosstool-ng-1.26.0

View File

@ -1,7 +1,7 @@
ARG ORG=dockcross
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
ENV CT_VERSION crosstool-ng-1.25.0

View File

@ -1,7 +1,7 @@
ARG ORG=dockcross
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
ENV CT_VERSION crosstool-ng-1.25.0

View File

@ -1,7 +1,7 @@
ARG ORG=dockcross
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

View File

@ -1,7 +1,7 @@
ARG ORG=dockcross
FROM ${ORG}/base:latest
LABEL maintainer="Matt McCormick matt.mccormick@kitware.com"
LABEL maintainer="Matt McCormick matt@mmmccormick.com"
ARG CLANG_VERSION=15
ENV CLANG_VERSION=${CLANG_VERSION}

View File

@ -1,7 +1,7 @@
ARG ORG=dockcross
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

View File

@ -1,7 +1,7 @@
ARG ORG=dockcross
FROM ${ORG}/base:latest
LABEL maintainer="Matt McCormick matt.mccormick@kitware.com"
LABEL maintainer="Matt McCormick matt@mmmccormick.com"
RUN apt-get update && \
apt-get -y install \

View File

@ -1,7 +1,7 @@
ARG ORG=dockcross
FROM ${ORG}/base:latest
LABEL maintainer="Matt McCormick matt.mccormick@kitware.com"
LABEL maintainer="Matt McCormick matt@mmmccormick.com"
RUN dpkg --add-architecture i386 && \
apt-get update && apt-get -y install \

View File

@ -1,7 +1,7 @@
ARG ORG=dockcross
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

View File

@ -1,7 +1,7 @@
ARG ORG=dockcross
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
ENV CT_VERSION crosstool-ng-1.25.0

View File

@ -5,7 +5,7 @@
ARG ORG=dockcross
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

View File

@ -1,7 +1,7 @@
# Recent versions address yum functionality
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

View File

@ -1,7 +1,7 @@
# Recent versions address yum functionality
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

View File

@ -1,7 +1,7 @@
# Recent versions address yum functionality
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

View File

@ -1,7 +1,7 @@
ARG ORG=dockcross
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

View File

@ -1,7 +1,7 @@
ARG ORG=dockcross
FROM ${ORG}/base:latest
LABEL maintainer="Matt McCormick matt.mccormick@kitware.com"
LABEL maintainer="Matt McCormick matt@mmmccormick.com"
ENV LLVM_VERSION 18

View File

@ -1,7 +1,7 @@
ARG DOCKER_IMAGE_VERSION=3.1.64
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
# See https://github.com/asRIA/emscripten-docker/blob/master/Dockerfile.in#L4

View File

@ -1,7 +1,7 @@
ARG ORG=dockcross
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 CROSS_TRIPLE aarch64-w64-mingw32

View File

@ -1,7 +1,7 @@
ARG ORG=dockcross
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 CROSS_TRIPLE armv7-w64-mingw32

View File

@ -1,7 +1,7 @@
ARG ORG=dockcross
FROM ${ORG}/base:latest
LABEL maintainer="Matt McCormick matt.mccormick@kitware.com"
LABEL maintainer="Matt McCormick matt@mmmccormick.com"
ENV WINEARCH win64
ARG MXE_TARGET_ARCH=x86_64

View File

@ -1,7 +1,7 @@
ARG ORG=dockcross
FROM ${ORG}/base:latest
LABEL maintainer="Matt McCormick matt.mccormick@kitware.com"
LABEL maintainer="Matt McCormick matt@mmmccormick.com"
ENV WINEARCH win64
ARG MXE_TARGET_ARCH=x86_64

View File

@ -1,7 +1,7 @@
ARG ORG=dockcross
FROM ${ORG}/base:latest
LABEL maintainer="Matt McCormick matt.mccormick@kitware.com"
LABEL maintainer="Matt McCormick matt@mmmccormick.com"
ENV WINEARCH win32
ARG MXE_TARGET_ARCH=i686

View File

@ -1,7 +1,7 @@
ARG ORG=dockcross
FROM ${ORG}/base:latest
LABEL maintainer="Matt McCormick matt.mccormick@kitware.com"
LABEL maintainer="Matt McCormick matt@mmmccormick.com"
ENV WINEARCH win64
ARG MXE_TARGET_ARCH=x86_64

View File

@ -1,7 +1,7 @@
ARG ORG=dockcross
FROM ${ORG}/base:latest
LABEL maintainer="Matt McCormick matt.mccormick@kitware.com"
LABEL maintainer="Matt McCormick matt@mmmccormick.com"
ENV WINEARCH win64
ARG MXE_TARGET_ARCH=x86_64

View File

@ -1,7 +1,7 @@
ARG ORG=dockcross
FROM ${ORG}/base:latest
LABEL maintainer="Matt McCormick matt.mccormick@kitware.com"
LABEL maintainer="Matt McCormick matt@mmmccormick.com"
ENV WINEARCH win32
ARG MXE_TARGET_ARCH=i686