What are the Slack Archives?

It’s a history of our time together in the Slack Community! There’s a ton of knowledge in here, so feel free to search through the archives for a possible answer to your question.

Because this space is not active, you won’t be able to create a new post or comment here. If you have a question or want to start a discussion about something, head over to our categories and pick one to post in! You can always refer back to a post from Slack Archives if needed; just copy the link to use it as a reference..

Hello, we are currently experiencing some problems with our build process. This is what we found in

USZ0XG6SK
USZ0XG6SK Posts: 111 🧑🏻‍🚀 - Cadet

Hello, we are currently experiencing some problems with our build process. This is what we found in logs:

2020-11-16T17:02:04.277+01:00   #9 [stage-0 1/9] FROM [docker.io/spryker/php:7.3](http://docker.io/spryker/php:7.3)
2020-11-16T17:02:04.277+01:00   #9 digest: sha256:b85b8505f81ab86b2c64ea0e4f7c5c9138a7b5083a05311ac5348b8e82e03844
2020-11-16T17:02:04.277+01:00   #9 name: "[stage-0 1/9] FROM [docker.io/spryker/php:7.3](http://docker.io/spryker/php:7.3)"
2020-11-16T17:02:04.277+01:00   #9 started: 2020-11-16 16:02:00.477880875 +0000 UTC
2020-11-16T17:02:04.277+01:00   #9 completed: 2020-11-16 16:02:01.582288222 +0000 UTC
2020-11-16T17:02:04.277+01:00   #9 duration: 1.104407347s
2020-11-16T17:02:04.277+01:00   #9 error: "failed to copy: httpReaderSeeker: failed open: unexpected status code <https://registry-1.docker.io/v2/spryker/php/manifests/sha256:854e5698492a269292dcdbc82ba08d878e4e9943adb10f0d37288ff0c5762c09>: 429 Too Many Requests"

I will try to trigger the build process again later but wanted to ask already here. Did anyone experience this issue?

Comments

  • Valerii Trots
    Valerii Trots SRE @ Spryker Sprykee Posts: 1,654 ✨ - Novice

    I've heard that docker hub has limits for pulling now. Is this a case maybe @ULYHPR789?

  • USZ0XG6SK
    USZ0XG6SK Posts: 111 🧑🏻‍🚀 - Cadet

    Looks to me like we will have to take the spryker docker images and upload them to some other image repository so they can be pulled from there? Or do you already have some other solution for this?

  • Valerii Trots
    Valerii Trots SRE @ Spryker Sprykee Posts: 1,654 ✨ - Novice
    edited November 2020
    xxx [7:22 PM]
    FYI we're experiencing issues with pulling docker images in cloud, possibly someone else is affected. It's caused by recently introduced limits in docker hub: <https://www.docker.com/blog/what-you-need-to-know-about-upcoming-docker-hub-rate-limiting/>
    
    yyy  [8:03 PM]
    We are addressing it in the cloud already, locally you should use an account
    

    ¯_(ツ)_/¯

  • USZ0XG6SK
    USZ0XG6SK Posts: 111 🧑🏻‍🚀 - Cadet

    well we are using cloud (sort of) as well

  • Valerii Trots
    Valerii Trots SRE @ Spryker Sprykee Posts: 1,654 ✨ - Novice

    But from what I've seen in DevOps community's slack, some solve this using Nexus proxying and using --registry-mirror on clients.

  • USZ0XG6SK
    USZ0XG6SK Posts: 111 🧑🏻‍🚀 - Cadet

    How is it solved in spryker cloud?

  • Valerii Trots
    Valerii Trots SRE @ Spryker Sprykee Posts: 1,654 ✨ - Novice

    Probably it's not yet solved.