-
Notifications
You must be signed in to change notification settings - Fork 44
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
update k8s client version to 0.24.2 (#607)
* update k8s client version to 0.24.2
- Loading branch information
Showing
43 changed files
with
1,352 additions
and
879 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
FROM golang:1.18.3-stretch as devel | ||
FROM golang:1.21.3 as devel | ||
COPY / /go/src/ | ||
RUN cd /go/src/ && make build | ||
|
||
FROM busybox | ||
FROM busybox:1.36.1 | ||
COPY /scripts/native/templates /etc/templates | ||
COPY --from=devel /go/src/output/baetyl-cloud /bin/ | ||
ENTRYPOINT ["baetyl-cloud"] |
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
Oops, something went wrong.