File tree 3 files changed +4
-9
lines changed
3 files changed +4
-9
lines changed Original file line number Diff line number Diff line change 20
20
name : Install tools
21
21
command : |
22
22
apk add bash build-base ca-certificates curl docker git openssh
23
- curl -SLO https://github.com/goreleaser/goreleaser/releases/download/v0.93.0 /goreleaser_Linux_x86_64.tar.gz
23
+ curl -SLO https://github.com/goreleaser/goreleaser/releases/download/v0.95.2 /goreleaser_Linux_x86_64.tar.gz
24
24
mkdir -p /usr/local/goreleaser
25
25
tar -xzf goreleaser_Linux_x86_64.tar.gz -C /usr/local/goreleaser
26
26
ln -s /usr/local/goreleaser/goreleaser /usr/local/bin/goreleaser
Original file line number Diff line number Diff line change @@ -41,7 +41,6 @@ dockers:
41
41
- quay.io/helmpack/chart-testing:{{ .Tag }}
42
42
- quay.io/helmpack/chart-testing:latest
43
43
build_flag_templates :
44
- - --build-arg=dist_dir=
45
44
- --label=org.label-schema.schema-version=1.0
46
45
- --label=org.label-schema.version={{ .Version }}
47
46
- --label=org.label-schema.name={{ .ProjectName }}
Original file line number Diff line number Diff line change @@ -32,10 +32,6 @@ RUN curl -LO "https://kubernetes-helm.storage.googleapis.com/helm-$HELM_VERSION-
32
32
ln -s "/usr/local/helm-$HELM_VERSION/linux-amd64/helm" /usr/local/bin/helm && \
33
33
rm -f "helm-$HELM_VERSION-linux-amd64.tar.gz"
34
34
35
- # Goreleaser needs to override this because it builds the
36
- # Dockerfile from a tmp dir with all files to be copied in the root
37
- ARG dist_dir=dist/linux_amd64
38
-
39
- COPY "$dist_dir/chart_schema.yaml" /etc/ct/chart_schema.yaml
40
- COPY "$dist_dir/lintconf.yaml" /etc/ct/lintconf.yaml
41
- COPY "$dist_dir/ct" /usr/local/bin/ct
35
+ COPY ./etc/chart_schema.yaml /etc/ct/chart_schema.yaml
36
+ COPY ./etc/lintconf.yaml /etc/ct/lintconf.yaml
37
+ COPY ct /usr/local/bin/ct
You can’t perform that action at this time.
0 commit comments