Sign inSign up

boky/istio

By boky

Updated almost 6 years ago

Latest version of ISTIO binary, automatically downloaded.

Image
0

2.5K

boky/istio repository overview

Pre-build docker image with ISTIOCTL binary

Stop downloading images from GitHub manually. Stop worrying about the platform and where's the latest version.

Here you have the pre-build docker image with the latest version of the istio binary, already in the image.

These images are automatically built weekly using a GitHub Action. The latest binary is pulled automatically for all configured architectures.

Usage is simple:

  • either use it directly, or
  • pull this image to use it inside your docker builds

Using the image

Direct usage

Run it as any other docker image, e.g.

docker run --rm -it [-v ...] boky/istio

or make it an alias:

alias istioctl='docker run --rm -it [-v ...] boky/istio'
Use it during the build

Get the binary into your image by simply setting it up like this:

FROM boky/istio AS istio
...

FROM ubuntu
...
COPY --from=istio /istioctl /usr/local/bin/istioctl

Using a specific version

If you'd like, it's quite trivial to pin your builds to a specific version -- e.g. boky/istio:1.7.3.

Tag summary

Content type

Image

Digest

Size

45.4 MB

Last updated

almost 6 years ago

docker pull boky/istio