Skip to content

Commit cd43718

Browse files
Dockerfile changes
1 parent e25ffcd commit cd43718

File tree

44 files changed

+3687
-7
lines changed

Some content is hidden

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

44 files changed

+3687
-7
lines changed

Dockerfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,10 +41,9 @@ COPY scripts/encrypt-mount /sbin/encrypt-mount
4141
COPY scripts/encrypt-umount /sbin/encrypt-umount
4242
COPY scripts/rpm-host /sbin/rpm-host
4343
COPY scripts/chroot-bash /sbin/chroot-bash
44-
4544
RUN chmod 755 /sbin/encrypt-mount
4645
RUN chmod 755 /sbin/encrypt-umount
4746
RUN chmod 755 /sbin/rpm-host
4847
RUN chmod 755 /sbin/chroot-bash
4948

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

Dockerfile_arm_all

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
ARG CI_IMAGE_REGISTRY
22

3-
FROM golang:1.20.4 as builder
3+
FROM golang:1.21.5 as builder
44

55
ARG COMPONENT
66

@@ -14,12 +14,12 @@ WORKDIR $SRC
1414

1515
RUN ARCH=arm make clean build-arm-all
1616

17-
FROM arm64v8/oraclelinux:7-slim
17+
FROM arm64v8/oraclelinux:8
1818

1919
RUN yum install -y util-linux \
2020
&& yum install -y e2fsprogs \
21+
&& yum install -y xfsprogs \
2122
&& yum clean all
22-
\
2323

2424
COPY scripts/encrypt-mount /sbin/encrypt-mount
2525
COPY scripts/encrypt-umount /sbin/encrypt-umount
@@ -30,4 +30,4 @@ RUN chmod 755 /sbin/encrypt-umount
3030
RUN chmod 755 /sbin/rpm-host
3131
RUN chmod 755 /sbin/chroot-bash
3232

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

manifests/container-storage-interface/oci-csi-controller-driver.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ spec:
9696
- --fss-csi-endpoint=unix://var/run/shared-tmpfs/csi-fss.sock
9797
command:
9898
- /usr/local/bin/oci-csi-controller-driver
99-
image: gghcr.io/yashwantgohokar/cloud-provider-oci:v1.29.0
99+
image: ghcr.io/yashwantgohokar/cloud-provider-oci:v1.29.0
100100
imagePullPolicy: IfNotPresent
101101
volumeMounts:
102102
- name: config

vendor/github.com/oracle/oci-go-sdk/v65/common/sseReader.go

Lines changed: 92 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/oracle/oci-go-sdk/v65/core/address_type.go

Lines changed: 78 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/oracle/oci-go-sdk/v65/core/amd_vm_update_instance_platform_config.go

Lines changed: 65 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/oracle/oci-go-sdk/v65/core/get_ip_inventory_vcn_overlap_details.go

Lines changed: 48 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)