Skip to content

Commit

Permalink
dockerfile changes
Browse files Browse the repository at this point in the history
  • Loading branch information
YashwantGohokar committed Oct 11, 2023
1 parent 26471da commit ab7472c
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
7 changes: 7 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,11 @@ RUN yum install -y util-linux \
&& yum install -y xfsprogs \
&& yum clean all

COPY scripts/encrypt-mount /sbin/encrypt-mount
COPY scripts/encrypt-umount /sbin/encrypt-umount
COPY scripts/rpm-host /sbin/rpm-host
RUN chmod 755 /sbin/encrypt-mount
RUN chmod 755 /sbin/encrypt-umount
RUN chmod 755 /sbin/rpm-host

COPY --from=0 /go/src/github.com/oracle/oci-cloud-controller-manager/dist/* /usr/local/bin/
7 changes: 7 additions & 0 deletions Dockerfile_arm_all
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,11 @@ RUN yum install -y util-linux \
&& yum clean all
\

COPY scripts/encrypt-mount /sbin/encrypt-mount
COPY scripts/encrypt-umount /sbin/encrypt-umount
COPY scripts/rpm-host /sbin/rpm-host
RUN chmod 755 /sbin/encrypt-mount
RUN chmod 755 /sbin/encrypt-umount
RUN chmod 755 /sbin/rpm-host

COPY --from=0 /go/src/github.com/oracle/oci-cloud-controller-manager/dist/arm/* /usr/local/bin/

0 comments on commit ab7472c

Please sign in to comment.