Skip to content
This repository was archived by the owner on Apr 8, 2025. It is now read-only.

Commit c587d53

Browse files
author
Eoghan Russell
committed
remove whitespace
Signed-off-by: Eoghan Russell <[email protected]>
1 parent 773f04d commit c587d53

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docker/userspacecni/Dockerfile

+3-3
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ RUN go mod download \
1313
&& go mod tidy \
1414
&& make generate-bin
1515

16-
# Copy build userspace cni bin to a small deployer container
17-
FROM alpine:3.18@sha256:eece025e432126ce23f223450a0326fbebde39cdf496a85d8c016293fc851978
18-
RUN mkdir -p /root/userspace-cni-network-plugin/userspace
16+
# Copy build userspace cni bin to a small deployer container
17+
FROM alpine:3.18@sha256:eece025e432126ce23f223450a0326fbebde39cdf496a85d8c016293fc851978
18+
RUN mkdir -p /root/userspace-cni-network-plugin/userspace
1919
COPY --from=builder /root/userspace-cni-network-plugin/userspace/userspace /root/userspace-cni-network-plugin/userspace/userspace
2020
CMD ["cp", "-rf", "/root/userspace-cni-network-plugin/userspace/userspace", "/opt/cni/bin"]

0 commit comments

Comments
 (0)