Harbor.Tagd
Harbor.Tagd copied to clipboard
Automated tag cleanup for VMware Harbor
Bumps [Newtonsoft.Json](https://github.com/JamesNK/Newtonsoft.Json) from 11.0.2 to 13.0.2. Release notes Sourced from Newtonsoft.Json's releases. 13.0.2 New feature - Add support for DateOnly and TimeOnly New feature - Add UnixDateTimeConverter.AllowPreEpoch property New feature...
Hi, I have the followin error when running tagd. The same docker image used to work, so our Harbor provider probably upgraded its TLS requirements. Is it possible to build...
Hi, after upgrade Harbor to version 1.10.1 I have this error ``` docker run -it --rm -v /etc/harbortagd/config:/config hylandsoftware/tagd \ --config-file /config/config.yml \ --endpoint https://HARBOR.ADDRESS/ \ --insecure-disable-certificate-validation \ --user USER...
We have a few repo's that have grown quite large and return 504 timeouts when listing the tags, this crashes Tagd, it should rather log a warning, and continue to...
The certificate on our config server expired recently, causing tagd to fail after some retries with an exception. I was unable to diagnose this until after I got back from...
If you change the working directory in the container it doesn't start unless you override the entrypoint: ```bash $ docker run -it --rm -v "$(pwd):/rules" -w /rules hylandsoftware/tagd check --config-file...