Skip to content

Commit

Permalink
Merge pull request #454 from l-technicore/oke-oss-release-v1.27.2
Browse files Browse the repository at this point in the history
OKE OSS release v1.27.2
  • Loading branch information
l-technicore committed Feb 16, 2024
2 parents f8f7b53 + 6d5fa4e commit 74c88b8
Show file tree
Hide file tree
Showing 1,199 changed files with 87,509 additions and 22,160 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 74c88b8

Please sign in to comment.