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 f0ca749 commit 6c567cbCopy full SHA for 6c567cb
images/installer/Dockerfile
@@ -10,7 +10,8 @@ COPY . .
10
RUN CGO_ENABLED=0 go build -o rcm-node-installer ./cmd/node-installer
11
RUN /app/rcm-node-installer -h
12
13
-FROM scratch
+# Using busybox instead of scratch so that the nsenter utility is present, as used in restarter logic
14
+FROM busybox
15
COPY --from=builder /app/rcm-node-installer /rcm-node-installer
16
17
ENTRYPOINT ["/rcm-node-installer"]
0 commit comments