Skip to content

Commit f45d714

Browse files
Joao Fernandesjoaofnfernandes
Joao Fernandes
authored andcommitted
Add DTR known issue
1 parent 9867c1c commit f45d714

File tree

1 file changed

+9
-6
lines changed

1 file changed

+9
-6
lines changed

ee/dtr/release-notes.md

+9-6
Original file line numberDiff line numberDiff line change
@@ -79,15 +79,18 @@ specify `--log-protocol`.
7979
### Known issues
8080

8181
* 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.
8285
* When deleting a repository with signed images, the DTR web UI no longer
8386
shows instructions on how to delete trust data.
8487
* 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.
8689
* The UI for promotion policies is currently broken if you have a large number
87-
of repositories. (#8364)
90+
of repositories.
8891
* Clicking "Save & Apply" on a promotions policies doesn't work.
8992
* 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.
9194
* Online garbage collection
9295
* The events API won't report events when tags and manifests are deleted.
9396
* The events API won't report blobs deleted by the garbage collection job.
@@ -96,9 +99,9 @@ specify `--log-protocol`.
9699
* Pushes to repos with promotion policies (repo as source) are broken when an
97100
image has a layer over 100MB.
98101
* On upgrade the scanningstore container may restart with this error message:
99-
102+
100103
```
101-
The data directory was initialized by PostgreSQL version 9.6,
104+
The data directory was initialized by PostgreSQL version 9.6,
102105
which is not compatible with this version 10.3.
103106
```
104107
To remedy this remove the scanningstore container and the dtr-postgres volume, and perform a reconfigure
@@ -109,7 +112,7 @@ specify `--log-protocol`.
109112
docker run --rm -it docker/dtr:2.5.0 reconfigure ...
110113
```
111114
Then resync the vulnerability database from the web UI.
112-
115+
113116

114117
## Earlier versions
115118

0 commit comments

Comments
 (0)