Skip to content

Commit 2509b06

Browse files
buildx use ENTRYPOINT
1 parent c913fa0 commit 2509b06

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

builder/Dockerfile.dind

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,4 +94,4 @@ COPY --from=builder /src/github.com/AliyunContainerService/node-problem-detector
9494

9595
COPY --from=builder /src/github.com/AliyunContainerService/node-problem-detector/config /config
9696
RUN chmod +x /config/plugin/*.sh
97-
CMD "/node-problem-detector", "--config.system-log-monitor=/config/kernel-monitor.json"
97+
ENTRYPOINT ["/node-problem-detector", "--config.system-log-monitor=/config/kernel-monitor.json"]

0 commit comments

Comments
 (0)