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
e391bf48
Commit
e391bf48
authored
May 09, 2022
by
Brad Davidson
Committed by
Brad Davidson
May 11, 2022
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Bump sonobuoy version and fix deprecated arg
Signed-off-by:
Brad Davidson
<
brad.davidson@rancher.com
>
parent
9e4b801a
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
Dockerfile.test.dapper
Dockerfile.test.dapper
+1
-1
Dockerfile
conformance/Dockerfile
+1
-1
test-helpers
scripts/test-helpers
+1
-1
No files found.
Dockerfile.test.dapper
View file @
e391bf48
...
...
@@ -3,7 +3,7 @@ FROM ${GOLANG}
RUN apk -U --no-cache add bash git gcc musl-dev docker curl jq coreutils python3 openssl py3-pip procps
ENV SONOBUOY_VERSION 0.56.
4
ENV SONOBUOY_VERSION 0.56.
5
RUN OS=linux; \
ARCH=$(go env GOARCH); \
...
...
conformance/Dockerfile
View file @
e391bf48
FROM
alpine:3.15
ENV
SONOBUOY_VERSION 0.56.
4
ENV
SONOBUOY_VERSION 0.56.
5
RUN
apk add curl
tar gzip
RUN
curl
-sfL
https://github.com/vmware-tanzu/sonobuoy/releases/download/v
${
SONOBUOY_VERSION
}
/sonobuoy_
${
SONOBUOY_VERSION
}
_linux_amd64.tar.gz |
tar
xvzf -
-C
/usr/bin
COPY
run-test.sh /usr/bin
...
...
scripts/test-helpers
View file @
e391bf48
...
...
@@ -242,7 +242,7 @@ sonobuoy-test() {
sonobuoy run
\
--config
=
scripts/sonobuoy-config.json
\
--plugin-env
=
e2e.E2E_USE_GO_RUNNER
=
true
\
--kube
-conformance-image
-version
=
${
VERSION_K8S
}
\
--kube
rnetes
-version
=
${
VERSION_K8S
}
\
--wait
=
90
\
$@
&
...
...
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