Skip to content

Commit 407545e

Browse files
committed
Bump up alinas-utils to support no_cgroup configuration
1 parent 85d4210 commit 407545e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build/csi-agent/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ ARG TARGETPLATFORM
1818
# The versions specified here are for RPM packages, which may not necessarily align with the image version
1919
ARG OSSFS_VERSION=v1.91.8.ack.3
2020
ARG OSSFS2_VERSION=v2.0.4.ack.1
21-
ARG ALINAS_UTILS_VERSION=1.9-0.20250805171424.2871b7.al7
21+
ARG ALINAS_UTILS_VERSION=1.9-0.20251120211108.7e6a18.al7
2222
ARG EFC_VERSION=1.9-20250822095129.f34347.release
2323
# v2.1 is exclusive to a specific storage cluster version and the first to support ARM arch.
2424
# It's temporarily unavailable for all ACK clusters,

build/mount-proxy/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ ENTRYPOINT ["csi-mount-proxy-server", "--driver=ossfs2"]
9696
FROM registry-cn-hangzhou.ack.aliyuncs.com/dev/alinux:3-update as alinas
9797

9898
ARG TARGETPLATFORM
99-
ARG ALINAS_UTILS_VERSION=1.9-0.20250805171424.2871b7.al7
99+
ARG ALINAS_UTILS_VERSION=1.9-0.20251120211108.7e6a18.al7
100100
ARG EFC_VERSION=1.9-20250822095129.f34347.release
101101
# v2.1 is exclusive to a specific storage cluster version and the first to support ARM arch.
102102
# It's temporarily unavailable for all ACK clusters,

0 commit comments

Comments
 (0)