Results 39 comments of Stef Walter

Hmmm, good point. It looks like we need to setup an AAAA record for cockpit-project.org. I believe Github now supports IPv6. I'm not sure what the AAAA should be though:...

@sgallagher Is an AAAA record like this something we could do for cockpit-project.org? ``` . IN AAAA 2A04:4E42:2E::403 ```

@sgallagher Sorry for missing your response. I was catching up from vacation too :) The solution that @tambry talks about seems to make more sense. What do you think? @sgallagher...

Thanks @dwrobel this patch helped me with my own build of raspberrypy-vc. What are the remaining obstacles to merging it? May I help?

To reproduce this: 1. Install Fedora 24 2. `yum install atomic docker` 3. `atomic run submod/helloapache:0.1.11`

Running this inside the atomicapp container shows the issue: ``` [root@localhost atomicapp]# docker images Error response from daemon: 400 Bad Request: malformed Host header ```

This issue breaks the Cockpit integration tests on Fedora 24

This is a result of docker daemon being built with golang 1.6 on Fedora 24: https://github.com/golang/go/commit/6e11f45ebdbc7b0ee1367c80ea0a0c0ec52d6db5 https://groups.google.com/forum/#!topic/golang-codereviews/CPeFXzMJRzI

@sub-mod Where is the source Dockerfile for `submod/helloapache:0.1.11`