* Add OCI source annotation to link back to source repo
This commit adds the `org.opencontainers.image.source` label to the
built container images.
This label is helpful for tools to be able to link back from the
container image to the source repo.
For example, for those that use Renovate to help auto update
dependencies, this will result in the latest releases release
notes/changelog being included in the PR which is very handy!
* move label to base image
---------
Co-authored-by: Sascha Ißbrücker <sascha.issbruecker@googlemail.com>
* Add basic HTML snapshots
* Implement asset list
* Add snapshot creation tests
* Add deletion tests
* Show file size
* Remove snapshots
* Create new snapshots
* Switch to single-file
* CSS tweak
* Remove auto refresh
* Show delete link when there is no file yet
* Add current date to display name
* Add flag for snapshot support
* Add option for disabling automatic snapshots
* Make snapshots sharable
* Document image variants
* Update README.md
* Add migrations
* Fix tests