Skip to content

Commit 5cbba90

Browse files
authored
Merge pull request #1538 from iltyty/csi-agent-image
Copy alinas-utils conf files to csi-agent /etc/aliyun-defaults
2 parents 53672a8 + b40d757 commit 5cbba90

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)