mirror of https://github.com/k3s-io/k3s
Test arm64 with sonobuoy
parent
73bbf79942
commit
ff82adeb38
|
@ -142,6 +142,14 @@ steps:
|
||||||
event:
|
event:
|
||||||
- tag
|
- tag
|
||||||
|
|
||||||
|
- name: sonobuoy-e2e-tests
|
||||||
|
image: rancher/dapper:v0.4.2
|
||||||
|
commands:
|
||||||
|
- dapper -f Dockerfile.sonobuoy.dapper
|
||||||
|
volumes:
|
||||||
|
- name: docker
|
||||||
|
path: /var/run/docker.sock
|
||||||
|
|
||||||
volumes:
|
volumes:
|
||||||
- name: docker
|
- name: docker
|
||||||
host:
|
host:
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
FROM golang:1.12.9-alpine3.10
|
FROM golang:1.12.9-alpine3.10
|
||||||
|
|
||||||
RUN apk -U --no-cache add bash git docker curl jq coreutils
|
RUN apk -U --no-cache add bash git gcc musl-dev docker curl jq coreutils
|
||||||
RUN go get -d github.com/heptio/sonobuoy && \
|
RUN go get -d github.com/heptio/sonobuoy && \
|
||||||
git -C /go/src/github.com/heptio/sonobuoy checkout -b current v0.16.0 && \
|
git -C /go/src/github.com/heptio/sonobuoy checkout -b current v0.16.0 && \
|
||||||
go install github.com/heptio/sonobuoy
|
go install github.com/heptio/sonobuoy
|
||||||
|
|
Loading…
Reference in New Issue