The installer for the CNI component of the Istio ambient mesh.
5.8K
ubuntu/istio-install-cni is a rock for install-cni maintained by Canonical.
Install-cni is an image used for installing Istio's CNI plugin, which is used in the CNI component in Istio ambient mesh. Read more on the project repo.
[Learn more about install-cni]
NOTE: These tags follow a specific naming convention that respects the concept of channels.
| Tags | Supported until | Version | Base | Architectures | |
|---|---|---|---|---|---|
1.29-26.04_stable | aliases1.29-26.04, 1.29-26.04_beta, 1.29-26.04_candidate, 1.29-26.04_edge | 08/2026 | 1.29 | 26.04 | amd64 |
1.28-24.04_stable | aliases1.28-24.04, 1.28-24.04_beta, 1.28-24.04_candidate, 1.28-24.04_edge | 09/2026 | 1.28 | 24.04 | amd64 |
1.29-24.04_stable | aliases1.29-24.04, 1.29-24.04_beta, 1.29-24.04_candidate, 1.29-24.04_edge | 09/2026 | 1.29 | 24.04 | amd64 |
1-24.04_stable | aliases1-24.04, 1-24.04_beta, 1-24.04_candidate, 1-24.04_edge | 06/2026 | 1 | 24.04 | amd64 |
| Tags | Support ended on | Upgrade Path | |
|---|---|---|---|
1.24-24.04_stable | aliases1.24-24.041.24-24.04_beta1.24-24.04_candidate1.24-24.04_edge | 08/2025 | - |
This rock's entrypoint is Pebble, a container-optimized init process that enables the orchestration of a collection of local service processes as an organized set.
To view the Pebble services and checks defined in this rock:
docker run --rm ubuntu/istio-install-cni:1.24-24.04_stable plan
To run this rock, use any of the usual container runtimes, for example, docker:
docker run --name istio-install-cni-container \
ubuntu/istio-install-cni:1.24-24.04_stable
The Istio CNI plugin installer will run to configure network plugin components.
To view the logs of the running container, run:
docker exec istio-install-cni-container pebble logs
Or, for a specific service:
docker exec istio-install-cni-container pebble logs <service>
Rocks may have predefined health checks that you can list by running:
docker exec istio-install-cni-container pebble checks
The overall health of your container can be inspected via:
docker exec istio-install-cni-container pebble health
Canonical is the provider of this container image. It is the user's responsibility to ensure that any use of this image complies with any relevant licenses for all software contained within, as well as with Canonical’s IP Policy.
Content type
Image
Digest
sha256:499cd8a01…
Size
136.9 MB
Last updated
29 days ago
docker pull ubuntu/istio-install-cni:1.28-24.04_stablePulls:
205
Last week