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

@ -1,4 +1,5 @@
FROM dockcross/base:latest
ARG ORG=dockcross
FROM ${ORG}/base:latest
LABEL maintainer="Matt McCormick matt.mccormick@kitware.com"