v0.16.147
Changes
packaging: fix Dockerfile to support dependabot updates (#2469)
Dependabot does not update ARG instruction and updates only the first FROM instruction, see dependabot/dependabot-core#2057
This change uses workaround described here dependabot/dependabot-core#2057 (comment)
Docker image
Docker image is available in Zalando's Open Source registry:
docker run -it registry.opensource.zalan.do/teapot/skipper:v0.16.147 skipper --help
# arm64
docker run -it registry.opensource.zalan.do/teapot/skipper-arm64:v0.16.147 skipper --help
# arm v7 32bit
docker run -it registry.opensource.zalan.do/teapot/skipper-armv7:v0.16.147 skipper --help