Skip to content

Commit 2bd73c0

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

File tree

14 files changed

+111
-77
lines changed

14 files changed

+111
-77
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 & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
implementation (or out-of-tree cloud-provider) for [Oracle Cloud
55
Infrastucture][1] (OCI).
66

7-
[![wercker status](https://app.wercker.com/status/17a52304e0309d138ad41f7ae9f9ea49/s/master "wercker status")](https://app.wercker.com/project/byKey/17a52304e0309d138ad41f7ae9f9ea49)
87
[![Go Report Card](https://goreportcard.com/badge/github.com/oracle/oci-cloud-controller-manager)](https://goreportcard.com/report/github.com/oracle/oci-cloud-controller-manager)
98

109
## Introduction
@@ -32,9 +31,9 @@ cloud-provider specific code out of the Kubernetes codebase.
3231
| v1.23.0 | v1.23 | - |
3332
| v1.24.2 | v1.24 | - |
3433
| v1.25.2 | v1.25 | - |
35-
| v1.26.2 | v1.26 | - |
36-
| v1.27.0 | v1.27 | - |
37-
34+
| v1.26.3 | v1.26 | - |
35+
| v1.27.2 | v1.27 | - |
36+
| v1.28.0 | v1.28 | - |
3837

3938

4039

0 commit comments

Comments
 (0)