Istio AuthserviceVersion: Next
Installation
The Istio Authservice Docker images are pushed to the project's GitHub packages repository. It contains the following images:
- Multi-arch images for
linux/amd64
andlinux/arm64
. - FIPS-compliant images for each architecture, tagged with the
-fips
suffix.
To use them in your environment, simply pull the desired image as follows:
# Pull the normal image
docker pull ghcr.io/istio-ecosystem/authservice/authservice:1.0.0
# Pull the FIPS-compliant image
docker pull ghcr.io/istio-ecosystem/authservice/authservice:1.0.0-fips
Release binaries
The project is released on GitHub, and the standalone binaries for each platform are attached as release artifacts to every release. These are statically-linked binaries with no dependencies on the host operating system.