Calling Developers!
We are reenergizing our code contribution process! Learn More

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..

Hi Team , I am getting bellow error on docker/sdk up ... Please any once can help me ?? => ER

Options
U03AY8F0XSA
U03AY8F0XSA Posts: 19 ๐Ÿง‘๐Ÿปโ€๐Ÿš€ - Cadet

Hi Team , I am getting bellow error on docker/sdk up ... Please any once can help me ??

=> ERROR resolve image config for docker.io/docker/dockerfile:experimental 2.0s

resolve image config for docker.io/docker/dockerfile:experimental:


failed to solve with frontend dockerfile.v0: failed to solve with frontend gateway.v0: rpc error: code = Unknown desc = error getting credentials - err: exit status 39, out: ``

Thanks !

Comments

  • fsmeier
    fsmeier Senior Software Engineer & Developer Enablement Advocate Sprykee Posts: 1,016 โš–๏ธ - Guardians (admin)
    Options
  • U03AY8F0XSA
    U03AY8F0XSA Posts: 19 ๐Ÿง‘๐Ÿปโ€๐Ÿš€ - Cadet
    Options

    Thanks for reply Florian , i checked this thread but unfortunately it doesn't work

  • U03EDGXUTPH
    U03EDGXUTPH Posts: 36 ๐Ÿง‘๐Ÿปโ€๐Ÿš€ - Cadet
    edited November 2022
    Options

    did you do first a docker/sdk boot -s deploy.dev.yml ?

    (edit) ah, I didnโ€™t see your message in the other channelโ€ฆ can you try to do the deployment through the deploy.dev.yml from the demoshop?

  • U03AY8F0XSA
    U03AY8F0XSA Posts: 19 ๐Ÿง‘๐Ÿปโ€๐Ÿš€ - Cadet
    Options

    Yes i did docker/sdk boot -s deploy.dev.yml on demo shop .. on this command also i am getting same error

  • U03EDGXUTPH
    U03EDGXUTPH Posts: 36 ๐Ÿง‘๐Ÿปโ€๐Ÿš€ - Cadet
    Options

    Maybe you are running against a ratelimit check/block and you neded to authenticate or upgrade in order to download images from docker.io?
    (not sure, but the credential thing might be it)

  • fsmeier
    fsmeier Senior Software Engineer & Developer Enablement Advocate Sprykee Posts: 1,016 โš–๏ธ - Guardians (admin)
    Options

    maybe โ€œdocker loginโ€ then?

  • U03AY8F0XSA
    U03AY8F0XSA Posts: 19 ๐Ÿง‘๐Ÿปโ€๐Ÿš€ - Cadet
    Options

    Thanks For support .. i got issue .. it was because our internal security issue .. !

  • U04BHTELHU3
    U04BHTELHU3 Posts: 3 ๐Ÿง‘๐Ÿปโ€๐Ÿš€ - Cadet
    Options

    Hi @U03AY8F0XSA Getting Same issue

    docker/sdk bootstrap deploy.dev.yml
    

    What security issue you were facing ? Could you please help me here.
    Thanks!

  • fsmeier
    fsmeier Senior Software Engineer & Developer Enablement Advocate Sprykee Posts: 1,016 โš–๏ธ - Guardians (admin)
    Options

    In an old internal thread I also saw this as a solution to a similar case: delete ~/.docker/config.json and execute docker login again

  • U04BHTELHU3
    U04BHTELHU3 Posts: 3 ๐Ÿง‘๐Ÿปโ€๐Ÿš€ - Cadet
    Options

    @florian.scholz As I am using WSL 2 and docker desktop for windows OS and tried the possible ways to bootstrap the docker but resulting into the same.
    I switch to the root user then it triggers. For me it seems permission problem. But is right to switch to root user ๐Ÿ™‚ . Others are resolving it by different ways.