Skip to content

v0.13.186

Choose a tag to compare

@zalando-robot zalando-robot released this 25 Feb 18:46
308f44d

Changes

debugging in VSCode (#1973)
It can be helpful to run Skipper in a debug session locally that enables one to inspect variables and do other debugging activities in order to analyze filter and token states.
adding docs how a VSCode launch configuration for a full OIDC roundtrip could look like

Docker image

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

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