Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

App service oryx build failing for flask app #2260

Open
Ajaykp1997 opened this issue Nov 15, 2023 · 1 comment
Open

App service oryx build failing for flask app #2260

Ajaykp1997 opened this issue Nov 15, 2023 · 1 comment

Comments

@Ajaykp1997
Copy link

  • At what date and time did you most recently experience the problem?
    2023-11-13 9.00 IST

  • Where did you experience the problem? E.g. Azure Web Apps, Azure Functions, Azure Container Registry, or offline use.
    Azure web apps

  • If your repo is publicly available please share its URL:
    Not available publicly

  • What happened?
    We are using azure app service and have a complete network restriction on outbound and inbound calls in azure app service. We have only whitelisted oryx-cdn.microsoft.io as per documentation. But now oryx build is failing as the outbound call to pypi.org is blocked.

  • What did you expect or want to happen?
    Wanted a successful oryx build to happen with all pip packages installed without connecting to pypi.org

  • How can we reproduce it?
    By blocking all outbound network calls and only whitelisting microsoft-oryx link.

  • Do you have log output? Please include between the backticks:

ReadTimeoutError("HTTPSConnectionPool(host='pypi.org', port=443): Read timed out. (read timeout=15)")
@Ajaykp1997 Ajaykp1997 changed the title App service oryx build failing App service oryx build failing for flask app Nov 15, 2023
@simonjj
Copy link

simonjj commented Jan 13, 2024

Thank you for reaching out. You will need to enable http proxy access for Oryx to fetch its packages. Issue #1958 should provide enough information to provide guidance.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants