Commit Graph

25 Commits

Author SHA1 Message Date
Roman Vynar
e538d4c3f1
Implement purge_tags_keep_from_file option. Refactoring. (#63)
* Implement purge_tags_keep_from_file option.
* main.go refactoring.
* Refactor user permissions.
* Update changelog.
2022-09-02 18:05:45 +03:00
Rob Best
b5e11aae10
Add anyone_can_view_events option (#59)
Makes it possible to restrict access to the event log to the configured
list of admins.
2022-09-02 16:52:59 +03:00
Dieter Maes
76f380d3c2
Keep tags based on regex (#61)
* Ignore tags from purging by regexp
2022-04-08 17:21:36 +03:00
Roman Vynar
f9899cb785 Minor amendments for the tag info page to account the cache type of sub-image. 2020-02-20 14:53:12 +02:00
Roman Vynar
67d82c7d59 Amend tag info page, change logging.
* Amend representation of the tag info page
* Change logging library, add "-log-level" argument and put most of the logging into DEBUG mode
2020-02-18 23:31:56 +02:00
Roman Vynar
41e74f70a2 Upgrade Go and dependencies, support custom TZ, fix initial ownership of sqlite db dir.
* Upgrade Go version to 1.13.7, alpine to 3.11 and other dependencies.
* You can define timezone when running container by adding `TZ` env var, e.g. "-e TZ=America/Los_Angeles"
  (thanks to @gminog).
* Fix initial ownership of /opt/data dir in Dockerfile.
2020-02-17 13:13:53 +02:00
Christoph Honal
905e760956
Support V2 Manifest Lists (#45)
* Support V2 Manifest Lists

* Fix breadcrumb navigation for digest tags

* Support BuildX cache images & display extended attributes of manifests
2020-02-17 12:11:37 +02:00
Roman Vynar
d5b6669eee Add event_deletion_enabled option to the config, useful for master-master/cluster setups 2019-07-30 09:02:25 +03:00
Roman Vynar
1b84570645 Put all static files in the container 2019-02-19 15:06:31 +02:00
Roman Vynar
0f6bf65015 Trim \n from password file. 2018-08-14 14:40:32 +03:00
Roman Vynar
7525e87c1a
Merge pull request #13 from Area128/master
Allow reading password from file so that docker secrets can be used
2018-08-14 14:29:02 +03:00
Roman Vynar
97c189b195 Make web root accessible w/o trailing slash when base_path is configured. 2018-07-30 11:22:48 +03:00
Antonios Vamporakis
1b8c502a60 Allow reading password from file so that docker secrets can be used 2018-07-07 11:05:14 +02:00
Roman Vynar
e1656debc5
Merge pull request #10 from uphy/cron
Add built-in cron feature.
2018-07-04 17:32:35 +03:00
Roman Vynar
d1ce70490c A bit refactoring. 2018-07-04 17:31:15 +03:00
Roman Vynar
e163b5af27 Merge branch 'master' of github.com:Quiq/docker-registry-ui 2018-07-04 16:47:58 +03:00
Roman Vynar
4047019a3f
Merge branch 'master' into master 2018-07-04 16:47:07 +03:00
Roman Vynar
34fe1742cf Show last events for repos containing / 2018-07-04 16:35:50 +03:00
drExciter
8aa9ac86f7 URL encode repo variable in templates to support images with slash in the name 2018-06-21 09:44:10 +02:00
Roman Vynar
16fd6d944f Last events were not shown when viewing a repo of non-default namespace. 2018-06-12 12:27:29 +03:00
Yuhi Ishikura
a8d57564fa Add built-in cron feature. 2018-06-09 09:36:35 +09:00
Yuhi Ishikura
a5fc3a5d30 Add feature to change the base path. 2018-06-07 23:04:16 +09:00
Roman Vynar
c5a5fe2e8d Add MySQL along with sqlite3 support as a registry events storage. 2018-05-28 15:36:27 +03:00
Roman Vynar
9c73934382 Natural sorting of tags, add last 5 event to tags page. 2018-03-06 22:23:52 +02:00
Roman Vynar
8174df6fd7 Initial commit. 2018-02-19 17:12:59 +02:00