Skip to content

Commit fad178e

Browse files
committed
Updating manifests, E2E Readme.md, compatibility matrix, third party licenses file, minor fixes and other doc updates
1 parent e6c74ce commit fad178e

File tree

17 files changed

+201
-109
lines changed

17 files changed

+201
-109
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)