Import Makefile.dapper downloaded from Shipyard

Instead of redefining the dapper file here, download it from Shiyard
Also use the BASE_BRANCH env variable for the dapper file

Signed-off-by: Mike Kolesnik <mkolesni@redhat.com>
This commit is contained in:
Mike Kolesnik
2021-03-10 19:43:24 -05:00
committed by Daniel Farrell
parent 51975c6bc7
commit 50a2d3db29
4 changed files with 11 additions and 28 deletions
+2 -1
View File
@@ -1,4 +1,5 @@
FROM quay.io/submariner/shipyard-dapper-base:devel
ARG BASE_BRANCH
FROM quay.io/submariner/shipyard-dapper-base:${BASE_BRANCH}
ARG DAPPER_HOST_ARCH
ENV HOST_ARCH=${DAPPER_HOST_ARCH} ARCH=${DAPPER_HOST_ARCH} \