Skip to content

Commit b40d757

Browse files
committed
Copy alinas-utils default conf files to /etc/aliyun-defaults when building csi-agent image
1 parent 53672a8 commit b40d757

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

build/csi-agent/Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,8 @@ RUN set -ex; \
3535
fi; \
3636
yum clean all
3737

38+
RUN cp -r /etc/aliyun /etc/aliyun-defaults
39+
3840
COPY --link --from=builder /out/csi-mount-proxy-server /usr/local/bin/
3941
COPY --link --from=builder /out/csi-agent /usr/local/bin/
4042
ENTRYPOINT [ "tini", "--", "csi-mount-proxy-server", "--driver=alinas,ossfs,ossfs2" ]

0 commit comments

Comments
 (0)