Nicolas Göddel
Nicolas Göddel
I still don't get it. In our build pipeline I am adding labels to our images before pushing them to Harbor. But in Harbor the labels columns is just empty...
It auto-translates? I didn't know such stuff is possible, haha. For me it would be fine if everything is just plain English instead of seeing wrong character encodings.
> @ngoeddel-openi Did you, by any chance, find out how this works? And how we could possible improve the situation? Sorry, I did not look further into this.
This is what I get: ``` $ strace /home/nicolas/bin/monitoring-plugins/libexec/check_http --help 2>&1 | grep locale openat(AT_FDCWD, "/usr/lib/locale/locale-archive", O_RDONLY|O_CLOEXEC) = 3 openat(AT_FDCWD, "/usr/share/locale/locale.alias", O_RDONLY|O_CLOEXEC) = 3 openat(AT_FDCWD, "/home/nicolas/bin/monitoring-plugins/share/locale/de_DE.UTF-8/LC_MESSAGES/monitoring-plugins.mo", O_RDONLY) = -1 ENOENT...
I found a workaround for the issue but I am not sure if it has bad side effects. Just add this annotation to your `Ingress` resource: ```yaml metadata: annotations: nginx.ingress.kubernetes.io/server-snippet:...
Just got the same issue here with Harbor 2.8.0. Please give us the possibility to use a non-root user or a detailed instruction how to change it afterwards.
> Bitnami managed it. We're running their version now. I like @Suppi123 's solution too. I would have tried that if I hadn't already got Bitnami to work. I also...
> @ngoeddel-openi and @dlewis7444 are you running on Kubernetes or docker host with docker-compose? We run it with `docker compose` because it is used as the source for our Kubernetes...
/remove-lifecycle stale
I just found the same bug and now have to think about doing it differently.