Skip to content

Commit 29b488d

Browse files
authored
Update Dockerfile.dapper
1 parent e08ee5a commit 29b488d

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

Dockerfile.dapper

+8
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
FROM registry.suse.com/bci/golang:1.19 AS helm
2+
RUN zypper -n install git
3+
RUN git -C / clone --branch release-v3.9.0 --depth=1 https://github.com/rancher/helm
4+
RUN make -C /helm
5+
16
FROM registry.suse.com/bci/golang:1.19
27

38
ARG DAPPER_HOST_ARCH
@@ -11,6 +16,9 @@ ENV CATTLE_HELM_UNITTEST_VERSION v0.1.7-rancher4
1116
ENV HELM_VERSION v3.9.0
1217
ENV KUSTOMIZE_VERSION v4.5.7
1318

19+
ENV YQ_VERSION=v4.30.8
20+
RUN wget https://github.com/mikefarah/yq/releases/download/${YQ_VERSION}/yq_linux_${ARCH} -O /usr/bin/yq && chmod +x /usr/bin/yq;
21+
1422
# kontainer-driver-metadata branch to be set for specific branch other than dev/master, logic at rancher/rancher/pkg/settings/setting.go
1523
ENV CATTLE_KDM_BRANCH=dev-v2.7
1624

0 commit comments

Comments
 (0)