Roman Vynar
Roman Vynar
Ok, looks like it does not even try "http" in your case unlike my test with localhost:5000. Anyway, I will look into it later to have some option to use...
Fixed by @KanagawaNezumi and available with the latest release https://github.com/Quiq/registry-ui/releases/tag/0.10.3
A follow up feedback. Looks like 1.7.2 works fine now, however there is a slight difference in the http call response to read a node attributes per https://developer.hashicorp.com/nomad/api-docs/nodes#read-node 1.3.5 vs...
Ended up by setting `cpu_total_compute` in the nomad agent config to the value of ``` # Current Speed in MHz x thread count echo $(dmidecode -t 4|awk '/Current Speed/ {print...
Yes, it tries to get the catalog the moment it starts. It can't get it instantly so this runs in background. However, if it fails immediately because the registry is...
Same here, Docker socket works only with apache-httpcomponents-client-5-api `5.2.1-1.1` and broken with `5.2.3-1.0`. Actually, that's a case for a month+ already... :(
Actually, that's a name. Below, you see repositories and by combining `hostname` + `repo name` you get an image reference (URL) as a standard, e.g. 127.0.0.1:5000/myrepo:tag Not sure why do...
So you want to have let's say all references in UI to `hostname`, e.g. 127.0.0.1:500, to be shown with a custom alias name, e.g. `registryX` and `registryX/foobar:1.2.3` references? Everywhere in...
How about setting a custom DNS pointing to localhost like this: ``` - name: Create registry-ui container docker_container: name: registry-ui labels: {"name": "registry-ui"} image: "{{registry_domain}}/registry-ui:{{registry_ui_version}}" command: "-config-file /configs/config.yml" state: started...
Yea, `hostname` option should not be an URL with path. Moreover, I guess the underlying library `github.com/google/go-containerregistry` may not support this either...