dockcross/Dockerfile.in
Jean-Christophe Fillion-Robin 46cef1a33a
common: Introduce "common.debian"
This will facilitate the configuration of other images based on debian
but *NOT* depending on the dockcross/base image.
2016-11-25 15:51:42 -05:00

16 lines
433 B
Docker

FROM debian:jessie
MAINTAINER Matt McCormick "matt.mccormick@kitware.com"
#include "common.debian"
#include "common.docker"
# Build-time metadata as defined at http://label-schema.org
# Note: To avoid systematic rebuild of dependent images, only
# name and vcs-url are included.
ARG IMAGE
ARG VCS_URL
LABEL org.label-schema.name=$IMAGE \
org.label-schema.vcs-url=$VCS_URL \
org.label-schema.schema-version="1.0"