mirror of
https://github.com/submariner-io/submariner-charts.git
synced 2026-09-21 16:10:34 +00:00
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:
committed by
Daniel Farrell
parent
51975c6bc7
commit
50a2d3db29
+2
-1
@@ -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} \
|
||||
|
||||
Reference in New Issue
Block a user