Skip to content

Commit

Permalink
Update Dockerfile.dapper
Browse files Browse the repository at this point in the history
  • Loading branch information
superseb authored Mar 21, 2023
1 parent e08ee5a commit 29b488d
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions Dockerfile.dapper
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
FROM registry.suse.com/bci/golang:1.19 AS helm
RUN zypper -n install git
RUN git -C / clone --branch release-v3.9.0 --depth=1 https://github.com/rancher/helm
RUN make -C /helm

FROM registry.suse.com/bci/golang:1.19

ARG DAPPER_HOST_ARCH
Expand All @@ -11,6 +16,9 @@ ENV CATTLE_HELM_UNITTEST_VERSION v0.1.7-rancher4
ENV HELM_VERSION v3.9.0
ENV KUSTOMIZE_VERSION v4.5.7

ENV YQ_VERSION=v4.30.8
RUN wget https://github.com/mikefarah/yq/releases/download/${YQ_VERSION}/yq_linux_${ARCH} -O /usr/bin/yq && chmod +x /usr/bin/yq;

# kontainer-driver-metadata branch to be set for specific branch other than dev/master, logic at rancher/rancher/pkg/settings/setting.go
ENV CATTLE_KDM_BRANCH=dev-v2.7

Expand Down

0 comments on commit 29b488d

Please sign in to comment.