Skip to content

Commit 101f7f0

Browse files
authored
Merge pull request #1638 from thakurmi/master
openssl version mismatch fix
2 parents a3435fe + 3a3396a commit 101f7f0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,6 @@ COPY --from=rpm-provider /tmp/rpms/* /tmp/download/
6363
# cd, ls, cat, vim, tcpdump, are for debugging
6464
RUN clean_install amazon-efs-utils true && \
6565
clean_install crypto-policies true && \
66-
clean_install "openssl-3.0.8 openssl-libs-3.0.8" true && \
6766
install_binary \
6867
/usr/bin/cat \
6968
/usr/bin/cd \
@@ -76,6 +75,7 @@ RUN clean_install amazon-efs-utils true && \
7675
/usr/bin/mount \
7776
/usr/bin/umount \
7877
/sbin/mount.nfs4 \
78+
/usr/bin/openssl \
7979
/usr/bin/sed \
8080
/usr/bin/stat \
8181
/usr/bin/stunnel \

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ test-e2e:
129129
.PHONY: test-e2e-external-eks
130130
test-e2e-external-eks:
131131
CLUSTER_TYPE=eksctl \
132-
K8S_VERSION="1.25" \
132+
K8S_VERSION="1.27" \
133133
DRIVER_NAME=aws-efs-csi-driver \
134134
HELM_VALUES_FILE="./hack/values_eksctl.yaml" \
135135
CONTAINER_NAME=efs-plugin \

0 commit comments

Comments
 (0)