@@ -79,15 +79,18 @@ specify `--log-protocol`.
79
79
### Known issues
80
80
81
81
* Web UI
82
+ * The web UI shows "This repository has no tags" in repositories where tags
83
+ have long names. As a workaround, reduce the length of the name for the
84
+ repository and tag.
82
85
* When deleting a repository with signed images, the DTR web UI no longer
83
86
shows instructions on how to delete trust data.
84
87
* There's no UI support to update mirroring policies when rotating the TLS
85
- certificates used by DTR. Use the API instead. ( # 8389 )
88
+ certificates used by DTR. Use the API instead.
86
89
* The UI for promotion policies is currently broken if you have a large number
87
- of repositories. ( # 8364 )
90
+ of repositories.
88
91
* Clicking "Save & Apply" on a promotions policies doesn't work.
89
92
* Web hooks
90
- * There is no web hook event for when an image is pulled. ( # 8145 )
93
+ * There is no web hook event for when an image is pulled.
91
94
* Online garbage collection
92
95
* The events API won't report events when tags and manifests are deleted.
93
96
* The events API won't report blobs deleted by the garbage collection job.
@@ -96,9 +99,9 @@ specify `--log-protocol`.
96
99
* Pushes to repos with promotion policies (repo as source) are broken when an
97
100
image has a layer over 100MB.
98
101
* On upgrade the scanningstore container may restart with this error message:
99
-
102
+
100
103
```
101
- The data directory was initialized by PostgreSQL version 9.6,
104
+ The data directory was initialized by PostgreSQL version 9.6,
102
105
which is not compatible with this version 10.3.
103
106
```
104
107
To remedy this remove the scanningstore container and the dtr-postgres volume, and perform a reconfigure
@@ -109,7 +112,7 @@ specify `--log-protocol`.
109
112
docker run --rm -it docker/dtr:2.5.0 reconfigure ...
110
113
```
111
114
Then resync the vulnerability database from the web UI.
112
-
115
+
113
116
114
117
## Earlier versions
115
118
0 commit comments