Skip to content

Commit 189982e

Browse files
authored
Merge pull request #452 from l-technicore/oke-oss-release-v1.28.0
OKE OSS release v1.28.0
2 parents f8f7b53 + fad178e commit 189982e

File tree

2,009 files changed

+136420
-39263
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

2,009 files changed

+136420
-39263
lines changed

Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,10 @@ RUN yum install -y util-linux \
4040
COPY scripts/encrypt-mount /sbin/encrypt-mount
4141
COPY scripts/encrypt-umount /sbin/encrypt-umount
4242
COPY scripts/rpm-host /sbin/rpm-host
43+
COPY scripts/chroot-bash /sbin/chroot-bash
4344
RUN chmod 755 /sbin/encrypt-mount
4445
RUN chmod 755 /sbin/encrypt-umount
4546
RUN chmod 755 /sbin/rpm-host
47+
RUN chmod 755 /sbin/chroot-bash
4648

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

Dockerfile_arm_all

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,10 @@ RUN yum install -y util-linux \
2424
COPY scripts/encrypt-mount /sbin/encrypt-mount
2525
COPY scripts/encrypt-umount /sbin/encrypt-umount
2626
COPY scripts/rpm-host /sbin/rpm-host
27+
COPY scripts/chroot-bash /sbin/chroot-bash
2728
RUN chmod 755 /sbin/encrypt-mount
2829
RUN chmod 755 /sbin/encrypt-umount
2930
RUN chmod 755 /sbin/rpm-host
31+
RUN chmod 755 /sbin/chroot-bash
3032

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

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,9 @@ cloud-provider specific code out of the Kubernetes codebase.
3131
| v1.23.0 | v1.23 | - |
3232
| v1.24.2 | v1.24 | - |
3333
| v1.25.2 | v1.25 | - |
34-
| v1.26.2 | v1.26 | - |
35-
| v1.27.1 | v1.27 | - |
36-
34+
| v1.26.3 | v1.26 | - |
35+
| v1.27.2 | v1.27 | - |
36+
| v1.28.0 | v1.28 | - |
3737

3838

3939

0 commit comments

Comments
 (0)