Skip to content

Commit

Permalink
Use base branch for the dapper Dockerfile (submariner-io#497)
Browse files Browse the repository at this point in the history
As in Shipyard, use an argument, so that stable branches consume the
correct Shipyard version.

Signed-off-by: Mike Kolesnik <[email protected]>
(cherry picked from commit 69b039b)
  • Loading branch information
mkolesnik committed Dec 11, 2022
1 parent f2e7ebf commit b807412
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile.dapper
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
FROM quay.io/submariner/shipyard-dapper-base:devel
ARG BASE_BRANCH
FROM quay.io/submariner/shipyard-dapper-base:${BASE_BRANCH}

ENV DAPPER_SOURCE=/releases PATH=/releases/scripts:$PATH DAPPER_DOCKER_SOCKET=true \
DAPPER_ENV="GIT_EMAIL GIT_NAME GITHUB_ACTOR GITHUB_REPOSITORY_OWNER GITHUB_TOKEN MAKEFLAGS QUAY_USERNAME QUAY_PASSWORD RELEASE_TOKEN"
Expand Down

0 comments on commit b807412

Please sign in to comment.