Skip to content

Commit 643e0eb

Browse files
ENABLE_JOURNALD=1
1 parent a2d5675 commit 643e0eb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

builder/Dockerfile.dind

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,8 +69,8 @@ RUN # LOG_LEVEL="{{.LOG_LEVEL}}"
6969
# RUN ls /src/github.com/AliyunContainerService/node-problem-detector/
7070
# RUN cd /src/github.com/AliyunContainerService/node-problem-detector/
7171

72-
RUN make build-binaries LINUX_PLATFORMS=linux_$TARGETARCH
73-
RUN make build-tar LINUX_PLATFORMS=linux_$TARGETARCH
72+
RUN make build-binaries LINUX_PLATFORMS=linux_$TARGETARCH ENABLE_JOURNALD=1
73+
RUN make build-tar LINUX_PLATFORMS=linux_$TARGETARCH ENABLE_JOURNALD=1
7474

7575
RUN ls -lR /src/github.com/AliyunContainerService/node-problem-detector/config
7676

0 commit comments

Comments
 (0)