Skip to content

v0.13.9

Compare
Choose a tag to compare
@zalando-robot zalando-robot released this 15 Jan 18:17
f2651e7

Changes

fix absolute minimal RG configuration example (#1664)
fix absolute minimal RG configuration example
remove default backend as it is not required
Co-authored-by: Ahmed Ayoub Hussein Mahmoud [email protected]

Docker image

Docker image is available in Zalando's Open Source registry:

docker run -it registry.opensource.zalan.do/teapot/skipper:v0.13.9 skipper --help
# arm64
docker run -it registry.opensource.zalan.do/teapot/skipper-arm64:v0.13.9 skipper --help
# arm v7 32bit
docker run -it registry.opensource.zalan.do/teapot/skipper-armv7:v0.13.9 skipper --help