Giter Site home page Giter Site logo

Comments (7)

andradei avatar andradei commented on July 17, 2024 2

I upgraded my AWS docker engine to latest stable (17.09.0-ce). It works now. Now I'm having another problem in the compilation step, which is an issue for another repo.

Thanks for helping me narrow it down. I really appreciate it.

from swift-docker.

swizzlr avatar swizzlr commented on July 17, 2024

Could you update with your Package.swift?

from swift-docker.

florianreinhart avatar florianreinhart commented on July 17, 2024

This sounds like a connection or DNS issue: Could not resolve host: github.com.

Can you run curl "https://github.com" inside the container?

from swift-docker.

andradei avatar andradei commented on July 17, 2024

@swizzlr I updated the OP with Package.swift. Thank you for helping.

@florianreinhart curl fails for github, google, etc., so it is a container issue. This problem, however, arises only on my AWS EC2 Ubuntu 16.04 instance. I can run curl successfully on my local machine (macOS). So would this be related to Ubuntu (or a different version of Docker)?

from swift-docker.

swizzlr avatar swizzlr commented on July 17, 2024

@andradei Have you checked your EC2 firewall rules? Can you curl from outside Docker on that machine? What networks have you attached to the container in Docker?

This works on my and many other machines, so I think it's something to do with how you're running the container, not the image itself.

from swift-docker.

andradei avatar andradei commented on July 17, 2024

@swizzlr Firewall is letting 443 traffic in/out. I can curl from outside of Docker on that instance. No networks attached, unless docker does it automatically.

I run the container with docker run -ti swift:4.0.2 /bin/sh and try to swift build -c release --static-swift-stdlib inside it.

from swift-docker.

swizzlr avatar swizzlr commented on July 17, 2024

This works on my Mac, Docker 17.09

docker run -ti swift:4.0.2 /bin/sh
...
curl https://github.com

Can you verify the same for yourself?

from swift-docker.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.