We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a2d5675 commit 643e0ebCopy full SHA for 643e0eb
builder/Dockerfile.dind
@@ -69,8 +69,8 @@ RUN # LOG_LEVEL="{{.LOG_LEVEL}}"
69
# RUN ls /src/github.com/AliyunContainerService/node-problem-detector/
70
# RUN cd /src/github.com/AliyunContainerService/node-problem-detector/
71
72
-RUN make build-binaries LINUX_PLATFORMS=linux_$TARGETARCH
73
-RUN make build-tar LINUX_PLATFORMS=linux_$TARGETARCH
+RUN make build-binaries LINUX_PLATFORMS=linux_$TARGETARCH ENABLE_JOURNALD=1
+RUN make build-tar LINUX_PLATFORMS=linux_$TARGETARCH ENABLE_JOURNALD=1
74
75
RUN ls -lR /src/github.com/AliyunContainerService/node-problem-detector/config
76
0 commit comments