-
Notifications
You must be signed in to change notification settings - Fork 687
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Alice Wasko <[email protected]>
- Loading branch information
1 parent
8b343d5
commit 1c96a9d
Showing
16 changed files
with
305 additions
and
146 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
# The `test-http` image gets built by `pkg/kubeapply` for use by | ||
# various kubeapply-templated YAML files. | ||
|
||
FROM golang:1.21 | ||
FROM golang:1.22 | ||
COPY httptest.go /usr/local/bin/httptest.go | ||
RUN go build -o /usr/local/bin/httptest /usr/local/bin/httptest.go | ||
ENTRYPOINT ["/usr/local/bin/httptest"] |
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.