forked from kubernetes/node-problem-detector
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Code review enhancements (kubernetes#3)
* refactor: multiple code review suggestions * test: increase coverage by covering added lines * docs: update readme
- Loading branch information
1 parent
57bd57b
commit c87bbbb
Showing
12 changed files
with
416 additions
and
124 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 |
---|---|---|
|
@@ -39,6 +39,8 @@ RUN GOARCH=${TARGETARCH} make bin/node-problem-detector bin/health-checker bin/l | |
ARG BASEIMAGE | ||
FROM --platform=${TARGETPLATFORM} ${BASEIMAGE} | ||
|
||
RUN echo foo | ||
|
||
LABEL maintainer="Random Liu <[email protected]>" | ||
|
||
RUN clean-install util-linux bash libsystemd-dev | ||
|
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
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.