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
1e99a462
Unverified
Commit
1e99a462
authored
Nov 01, 2023
by
github-actions[bot]
Committed by
GitHub
Nov 01, 2023
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
chore: Update sonobuoy image versions (#8710)
Made with
❤
️️ by updatecli Co-authored-by:
github-actions[bot]
<
41898282+github-actions[bot]@users.noreply.github.com
>
parent
9377accd
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
Dockerfile.test
Dockerfile.test
+1
-1
Dockerfile
conformance/Dockerfile
+1
-1
No files found.
Dockerfile.test
View file @
1e99a462
...
...
@@ -18,7 +18,7 @@ RUN apk -U --no-cache add git gcc musl-dev docker curl coreutils python3 openssl
RUN
python3
-
m
pip
install
awscli
ENV
SONOBUOY_VERSION
0.5
6
.
16
ENV
SONOBUOY_VERSION
0.5
7
.
0
RUN
OS
=
linux
;
\
ARCH
=
$
(
go
env
GOARCH
);
\
...
...
conformance/Dockerfile
View file @
1e99a462
FROM
alpine:3.18
ENV
SONOBUOY_VERSION 0.5
6.16
ENV
SONOBUOY_VERSION 0.5
7.0
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
...
...
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