Hello Achim,
I opened a similar issue in Maxim repository, but I also tried this one of yours. Unfortunately with the same results.
MacBook-Pro-de-Renan:new renanwrobel$ docker login
Authenticating with existing credentials...
Login Succeeded
MacBook-Pro-de-Renan:new renanwrobel$ docker build . -f esp-rtos-dockerfile -t esp-rtos
Sending build context to Docker daemon 4.096kB
Step 1/6 : FROM ubuntu:18.04 as builder
---> 5a214d77f5d7
Step 2/6 : RUN apt-get update && apt-get install -y git
---> Using cache
---> 748c1ed08832
Step 3/6 : RUN git clone --recursive https://github.com/Superhouse/esp-open-rtos.git /opt/esp-open-rtos
---> Using cache
---> 41abe44240b1
Step 4/6 : FROM esp-sdk:latest
pull access denied for esp-sdk, repository does not exist or may require 'docker login': denied: requested access to the resource is denied
MacBook-Pro-de-Renan:new renanwrobel$
I've checked your website with very detailed info but this issue I couldn't figure it out. As you can see in the logs, I've logged in seconds before run Docker.
Have you experienced this issue? Or know how to help?
Hello Achim, I opened a similar issue in Maxim repository, but I also tried this one of yours. Unfortunately with the same results.
I've checked your website with very detailed info but this issue I couldn't figure it out. As you can see in the logs, I've logged in seconds before run Docker. Have you experienced this issue? Or know how to help?
Thanks in advance.