Support for building images locally

This commit is contained in:
Paolo Bosetti
2022-12-16 16:07:56 +01:00
parent fd49c088eb
commit 0d31400b97
45 changed files with 107 additions and 43 deletions

View File

@ -127,7 +127,8 @@ Then you must create a file named `Dockerfile.in` in the image folder (`linux-ar
Copy text to `Dockerfile.in` file:
```docker
FROM dockcross/base:latest
ARG ORG=dockcross
FROM ${ORG}/base:latest
LABEL maintainer="Matt McCormick matt.mccormick@kitware.com"