Skip to content

Releases: mkuchin/docker-registry-web

Version 0.1.2

09 Jul 13:50
Compare
Choose a tag to compare

Changelog

  • Fixing use of REGISTRY_CONTEXT_PATH env var (#50)
  • NullPointerException on selecting tag in repository tags page (#51, #42)
  • UI_DELETE role for delete permission (#52)
  • Build-in roles wirte-all and read-all should use name glob ** (#49)
  • REGISTRY_BASIC_AUTH fix

Docker Pull Command

docker pull hyper/docker-registry-web:v0.1.2

Version 0.1.1

30 Jun 13:30
Compare
Choose a tag to compare

Changelog

  • Default configuration with disabled authentication
  • Config fallback to environment variables
  • Better examples in README

Version 0.1.0

28 Jun 05:33
Compare
Choose a tag to compare

Changelog

  • Token based authentication
  • Registry events recording
  • All config options moved to config.yml

Version 0.0.4

04 May 03:34
Compare
Choose a tag to compare

Changelog

  • Pagination for repo list > 100 (#36)
  • Show warning if delete disabled in registry (#30)
  • Delete confirmation (#33)

Version 0.0.3

19 Apr 04:06
Compare
Choose a tag to compare

Changelog

  • Better size handling for v1 and v2 manifest (#31)
  • Show size with one decimal digit for sizes > 1 MB (#34)
  • Sorting on tags page (#32)
  • Allow to run registry-web on non-root path (#16)

Version 0.0.2

06 Apr 04:39
Compare
Choose a tag to compare

Changelog

  • Fixed compatibility issues with docker 1.10 and registry 2.3.1 (#20, #26, #22)
  • Provide placeholder for registry fqdn (#23)
  • Speed up pages (#22, #17, #27, #24)
  • Correct redirect with http proxy with X-Forwarded-Proto header (#19)

Version 0.0.1

27 Mar 09:18
Compare
Choose a tag to compare

Initial release