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
ee38e35ba6
Fix tests
2019-07-30 09:18:46 +03:00
Roman Vynar
3d90f7b176
Release 0.8.2
2019-07-30 09:06:48 +03:00
Roman Vynar
3125554074
Bump go version
2019-07-30 09:02:36 +03: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
하광일 / TC / CE
fe0f3e28e8
Generate from response body if no Docker-Content-Digest header ( #41 )
2019-07-29 10:40:25 +03:00
Roman Vynar
5bce4ad9c6
Better breadcrumb
2019-02-20 16:44:35 +02:00
Roman Vynar
7151e7b269
Add favicon
2019-02-20 10:22:52 +02:00
Roman Vynar
4b6870cc35
Add favicon
2019-02-20 10:19:57 +02:00
Roman Vynar
a7f824f12c
Release 0.8.0
2019-02-19 17:07:07 +02:00
Roman Vynar
fea503c96b
Add glyphicons to static files
2019-02-19 16:42:11 +02:00
Roman Vynar
c3cc11f8d4
Move line
2019-02-19 16:41:46 +02:00
Yuhi Ishikura
36187651e0
Implemented pagination of repositories ( #14 )
...
* Change the return value of Client.callRegistry.
* Supported pagination of `repositories`.
2019-02-19 16:40:45 +02:00
Roman Vynar
1b84570645
Put all static files in the container
2019-02-19 15:06:31 +02:00
Roman Vynar
d46605fc06
Bump go, alpine, echo versions
2019-02-19 14:30:50 +02:00
Roman Vynar
1f6801acfb
Bump go to 1.11.4 and all deps
2018-12-18 16:28:21 +02:00
Roman Vynar
359305046c
Merge pull request #28 from maximsnezhkov/fix-data-too-long-error
...
Modify sql table creation to avoid 'data too long' error
2018-12-18 10:30:37 +02:00
Maxim Snezhkov
2cb2802973
Modify sql table creation to avoid 'data too long' error
2018-12-18 08:51:45 +07:00
Roman Vynar
35aba0dfc3
Bump Go version
2018-12-13 11:55:55 +02:00
Roman Vynar
32d8ab87bd
Switch to Go 1.11 and Go Modules to track dependencies
2018-10-30 23:30:55 +02:00
Roman Vynar
7a3bc551b3
Show the root namespace "library" in the dropdown even when there are no repos in it
2018-08-14 15:39:21 +03:00
Roman Vynar
7a752d3f8d
Add version to UI
2018-08-14 15:37:21 +03:00
Roman Vynar
80bdad8c91
Switch to alpine:3.8
2018-08-14 15:36:54 +03:00
Roman Vynar
734afe56b5
Improve no data UI messages on empty tables.
2018-08-14 15:16:21 +03: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
Roman Vynar
2a0159b73e
Fix panic when using MySQL for events storage and no table created yet
2018-07-18 18:16:37 +03:00
Roman Vynar
b563c6d1a1
Add note about deleting tags.
2018-07-10 16:55:50 +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
9597890b67
Prepare 0.7 release.
2018-07-04 17:57:29 +03: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
51c9a66195
Merge pull request #8 from uphy/master
...
Add feature to change the base path
2018-07-04 16:47:31 +03:00
Roman Vynar
4047019a3f
Merge branch 'master' into master
2018-07-04 16:47:07 +03:00
Roman Vynar
0a268746c9
Merge branch 'master' of github.com:Quiq/docker-registry-ui
2018-07-04 16:38:22 +03:00
Roman Vynar
aaf65ed718
Merge pull request #11 from rmwpl/feature/nexus-compatibility
...
[feature/nexus-compatibility] Enable Sonatype Nexus compatibility
2018-07-04 16:38:06 +03:00
Roman Vynar
9a0674ea6b
Bump go version to 1.10.3
2018-07-04 16:36:00 +03:00
Roman Vynar
34fe1742cf
Show last events for repos containing /
2018-07-04 16:35:50 +03:00
Roman Vynar
0889821117
Merge pull request #12 from drExciter/url_encode_repos
...
URL encode repo variable in templates to support images with slash in…
2018-07-04 15:58:02 +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
Robert Wysocki
6b404abeaf
[feature/nexus-compatibility] Enable Sonatype Nexus compatibility
2018-06-15 13:19:40 +01: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
Roman Vynar
4db9ceb0a6
When using MySQL for event storage, do not leak connections.
2018-06-12 12:19:13 +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
Yuhi Ishikura
eabcf48494
Add example.
2018-06-07 21:46:53 +09:00
Roman Vynar
c5a5fe2e8d
Add MySQL along with sqlite3 support as a registry events storage.
2018-05-28 15:36:27 +03:00