Skip to content

Commit

Permalink
correct name
Browse files Browse the repository at this point in the history
correct name
  • Loading branch information
cuericlee committed Sep 17, 2018
1 parent 6f5e2bb commit da721d3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM centos:7.4.1708
LABEL maintainers="AliCloud Authors"
LABEL description="AliCloud CSI DiskPlugin"
LABEL maintainers="Alibaba Cloud Authors"
LABEL description="Alibaba Cloud CSI DiskPlugin"

RUN yum install -y e4fsprogs

Expand All @@ -9,4 +9,4 @@ COPY csi-diskplugin /bin/csi-diskplugin
RUN chmod +x /bin/csi-diskplugin
RUN chmod 755 /nsenter

ENTRYPOINT ["/bin/csi-diskplugin"]
ENTRYPOINT ["/bin/csi-diskplugin"]

0 comments on commit da721d3

Please sign in to comment.