Skip to content

Commit

Permalink
Updating manifests, E2E Readme.md, compatibility matrix, third party …
Browse files Browse the repository at this point in the history
…licenses file, minor fixes and other doc updates
  • Loading branch information
l-technicore committed Feb 14, 2024
1 parent 768391c commit 6d5fa4e
Show file tree
Hide file tree
Showing 14 changed files with 130 additions and 77 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,10 @@ RUN yum install -y util-linux \
COPY scripts/encrypt-mount /sbin/encrypt-mount
COPY scripts/encrypt-umount /sbin/encrypt-umount
COPY scripts/rpm-host /sbin/rpm-host
COPY scripts/chroot-bash /sbin/chroot-bash
RUN chmod 755 /sbin/encrypt-mount
RUN chmod 755 /sbin/encrypt-umount
RUN chmod 755 /sbin/rpm-host
RUN chmod 755 /sbin/chroot-bash

COPY --from=0 /go/src/github.com/oracle/oci-cloud-controller-manager/dist/* /usr/local/bin/
2 changes: 2 additions & 0 deletions Dockerfile_arm_all
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,10 @@ RUN yum install -y util-linux \
COPY scripts/encrypt-mount /sbin/encrypt-mount
COPY scripts/encrypt-umount /sbin/encrypt-umount
COPY scripts/rpm-host /sbin/rpm-host
COPY scripts/chroot-bash /sbin/chroot-bash
RUN chmod 755 /sbin/encrypt-mount
RUN chmod 755 /sbin/encrypt-umount
RUN chmod 755 /sbin/rpm-host
RUN chmod 755 /sbin/chroot-bash

COPY --from=0 /go/src/github.com/oracle/oci-cloud-controller-manager/dist/arm/* /usr/local/bin/
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,9 @@ cloud-provider specific code out of the Kubernetes codebase.
| v1.23.0 | v1.23 | - |
| v1.24.2 | v1.24 | - |
| v1.25.2 | v1.25 | - |
| v1.26.2 | v1.26 | - |
| v1.27.1 | v1.27 | - |

| v1.26.3 | v1.26 | - |
| v1.27.2 | v1.27 | - |
| v1.28.0 | v1.28 | - |



Expand Down
Loading

0 comments on commit 6d5fa4e

Please sign in to comment.