Merge pull request #857 from thewtex/email-update

doc: update Matt McCormick email
This commit is contained in:
Matt McCormick 2024-11-10 09:46:19 -05:00 committed by GitHub
commit 43b2dd1550
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
46 changed files with 47 additions and 47 deletions

View File

@ -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
``` ```

View File

@ -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"

View File

@ -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 \

View File

@ -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 && \

View File

@ -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

View File

@ -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

View File

@ -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).

View File

@ -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

View File

@ -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).

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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}

View File

@ -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

View File

@ -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 \

View File

@ -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 \

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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