Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
K
k3s
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Jacklull
k3s
Commits
ff82adeb
Commit
ff82adeb
authored
Sep 23, 2019
by
Erik Wilson
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Test arm64 with sonobuoy
parent
73bbf799
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
1 deletion
+9
-1
.drone.yml
.drone.yml
+8
-0
Dockerfile.sonobuoy.dapper
Dockerfile.sonobuoy.dapper
+1
-1
No files found.
.drone.yml
View file @
ff82adeb
...
...
@@ -142,6 +142,14 @@ steps:
event
:
-
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
:
-
name
:
docker
host
:
...
...
Dockerfile.sonobuoy.dapper
View file @
ff82adeb
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 && \
git -C /go/src/github.com/heptio/sonobuoy checkout -b current v0.16.0 && \
go install github.com/heptio/sonobuoy
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment