Svilen Markov

Results 154 comments of Svilen Markov

Could you provide the output of: ``` docker exec glance /app/glance diagnose ``` Maybe even run it a couple of times and see if things start failing.

Looks like the container doesn't have network access at all. Have you made any network-related modifications to the default `docker-compose.yml`? > the only way to fix it is to restart...

Any network-related errors from containerd? ``` journalctl -xeu containerd.service ```

Have a look at whether [this](https://forums.unraid.net/topic/177490-docker-containers-randomly-lose-access-to-the-network/#comment-1484412) might be the cause due to a VPN. Also, can you check whether you can make requests with curl: ``` docker exec glance apk...

Since it's working fine using the binary and the [Dockerfile](https://github.com/glanceapp/glance/blob/9044e640bcc622e5d8c3eb041b34e8a05910fa86/Dockerfile.goreleaser) we use is extremely bare bones, I'm closing this until someone can pinpoint a bug in Glance's code that might...

Hey, thanks for contributing! This is something I want to add support for, however before doing that I think we need to have a discussion around how it would work...

Hey, in order to prevent Glance from becoming too bloated with features that may not be used by many, I'd suggest giving it a while to see if anyone else...

@ralphocdol What you could do is `{{ continue }}` if the type doesn't equal what you expect: ```html {{ range .JSON.Array "list" }} {{ if ne "qemu" .String "type" }}{{...

@anant-j I'll add something that would allow you to achieve the same result in a more imperative way in v0.8.

This is now possible in >=v0.8.0.