diff --git a/Cloud/istio/1.27.0/24.03-lts-sp1/Dockerfile b/Cloud/istio/1.27.0/24.03-lts-sp1/Dockerfile new file mode 100644 index 0000000000000000000000000000000000000000..e0e0d9b36fa95475eb4208a39e6002e32867c939 --- /dev/null +++ b/Cloud/istio/1.27.0/24.03-lts-sp1/Dockerfile @@ -0,0 +1,13 @@ +ARG BASE=openeuler/openeuler:24.03-lts-sp1 +FROM ${BASE} + +ARG TARGETARCH +ARG VERSION=1.27.0 + +RUN curl -fSL -o istio.tar.gz https://github.com/istio/istio/releases/download/${VERSION}/istio-${VERSION}-linux-${TARGETARCH}.tar.gz && \ + mkdir -p /usr/local/istio/ && \ + tar -zxf istio.tar.gz -C /usr/local/istio/ --strip-components=1 + +ENV PATH=$PATH:/usr/local/istio/bin/ + +CMD ["istioctl", "version"] diff --git a/Cloud/istio/meta.yml b/Cloud/istio/meta.yml index 570fd66dfc7638939eaf9ab7310c9fb9c5c7dcfb..73c6b1a74248afb4bc2a44f1f75f3a0175f19891 100644 --- a/Cloud/istio/meta.yml +++ b/Cloud/istio/meta.yml @@ -1,2 +1,4 @@ 1.25.1-oe2403sp1: - path: 1.25.1/24.03-lts-sp1/Dockerfile \ No newline at end of file + path: 1.25.1/24.03-lts-sp1/Dockerfile +1.27.0-oe2403sp1: + path: 1.27.0/24.03-lts-sp1/Dockerfile \ No newline at end of file