文件最后提交记录最后更新时间
1 年前
10 个月前
8 个月前
7 个月前
6 个月前
4 个月前
3 个月前
3 个月前
3 个月前
3 个月前
README.md

Quick reference

Istio | openEuler

Current Istio images are built on the openEuler. This repository is free to use and exempted from per-user rate limits.

Istio is an open source service mesh that layers transparently onto existing distributed applications. Istio’s powerful features provide a uniform and more efficient way to secure, connect, and monitor services. Istio is the path to load balancing, service-to-service authentication, and monitoring – with few or no service code changes.

Read more on Istio Docs.

Supported tags and respective dockerfile links

The tag of each istio docker image is consist of the version of istio and the version of basic image. The details are as follows

Tag Currently Architectures
1.29.1-oe2403sp3 istio 1.29.1 on openEuler 24.03-LTS-SP3 amd64, arm64
1.28.3-oe2403sp3 istio 1.28.3 on openEuler 24.03-LTS-SP3 amd64, arm64
1.28.0-oe2403sp2 istio 1.28.0 on openEuler 24.03-LTS-SP2 amd64, arm64
1.27.3-oe2403sp2 istio 1.27.3 on openEuler 24.03-LTS-SP2 amd64, arm64
1.25.1-oe2403sp1 Istio 1.25.1 on openEuler 24.03-LTS-SP1 amd64, arm64

Usage

In this usage, users can select the corresponding {Tag} based on their requirements.

  • Pull the openeuler/istio image from docker

    docker pull openeuler/istio:{Tag}
    
  • Start a istio instance

    docker run -it --rm openeuler/istio:{Tag}
    

    The openeuler/istio image is used to verify the integration between the upstream Istio version and openEuler.

Question and answering

If you have any questions or want to use some special features, please submit an issue or a pull request on openeuler-docker-images.