Djamox
Djamox
A better idea would be to allow administrators to specify additionnal docker run options in the configuration file.
My Harbor version is 2.10.0. I don't know about the cosign version because my only exemple comes from a replication rule importing image and signature from a remote Harbor registry...
Ok thanks. When Harbor 2.11 will be released, I will tell the editor to sign image with the oci-spec 1.1. I will close the issue after the release if that's...
Hi, Here is the result (the first rule is disabled) : ``` id | project_id | tag_filter | disabled | creation_time -------+------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+----------+---------------------------- 45625 | 3196 | {"id":0,"project_id":3196,"disabled":false,"priority":0,"action":"immutable","template":"immutable_template","tag_selectors":[{"kind":"doublestar","decoration":"matches","pattern":"**"}],"scope_selectors":{"repository":[{"kind":"doublestar","decoration":"repoMatches","pattern":"**"}]}} | t |...
Here it is : ```SQL breghr1=> \d tag Table "public.tag" Column | Type | Collation | Nullable | Default ---------------+-----------------------------+-----------+----------+--------------------------------- id | integer | | not null | nextval('tag_id_seq'::regclass) repository_id...
Hi @MinerYang, Any news about this issue ?
Hi, I tried to reproduce the issue on a staging Harbor instance and I have the same behaviour. However, I just noticed the issue occurs when there are multiple repos...
No nothing regarding this issue in harbor-core...
In my team, we have a different use case but the issue is quite similar. We have 2 Harbor instances, one on Azure and one on AWS. Our need is...