Skip to content
This repository has been archived by the owner on Jun 14, 2023. It is now read-only.

Releases: postfinance/polling-swagger-ui

v1.2.5

27 Sep 13:02
887682b
Compare
Choose a tag to compare

1.2.5 (2022-09-27)

Bug Fixes

  • ci: release job may write protected tags (887682b)

v1.2.4

27 Sep 12:52
24911d9
Compare
Choose a tag to compare

1.2.4 (2022-09-27)

Bug Fixes

  • wrong nginx entrypoint context (997ad49)

swaggerapi/swagger-ui v4.12.0

26 Sep 10:10
v1.1.1
ef59a5d
Compare
Choose a tag to compare
  • bump swaggerapi/swagger-ui to v4.12.0
  • test image before publish

v1.1.0

16 Feb 14:36
34ed0be
Compare
Choose a tag to compare

Initial Release

04 Oct 07:44
Compare
Choose a tag to compare

Initial release for Polling Swagger-UI: A Swagger-UI which periodically polls configuration from an URL.

Sample usage:

docker run \
  --rm \
  -p 80:8080 \
  -e POLL_INTERVAL_SECONDS=60
  -e POLL_URL=https://raw.githubusercontent.com/bbortt/swagger-ui-demo/master/swagger-config.json \
  postfinance/polling-swagger-ui:1.0.0

Catch sight of the README.md for further information.