-
Notifications
You must be signed in to change notification settings - Fork 252
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove dapper from testing, update DBs tested (#232)
* Remove dapper from testing * Bump default k3s used for testing * Update mysql and postgres versions to test Signed-off-by: Derek Nola <[email protected]>
- Loading branch information
Showing
7 changed files
with
32 additions
and
33 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
FROM golang:1.21-alpine3.17 | ||
|
||
ARG ARCH=amd64 | ||
|
||
RUN apk -U add bash ca-certificates coreutils curl docker-cli file findutils gcc git less musl-dev vim wget | ||
RUN apk -U add py3-pip && pip install kubernetes termplotlib==v0.3.4 | ||
|
||
ENV KINE_SOURCE /go/src/github.com/k3s-io/kine/ | ||
ENV HOME ${KINE_SOURCE} | ||
WORKDIR ${KINE_SOURCE} | ||
|
||
|
||
COPY . ${KINE_SOURCE} | ||
|
||
ENTRYPOINT ["./scripts/entry"] | ||
CMD ["test"] |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters