StarRocks / starrocks

The world's fastest open query engine for sub-second analytics both on and off the data lakehouse. With the flexibility to support nearly any scenario, StarRocks provides best-in-class performance for multi-dimensional analytics, real-time analytics, and ad-hoc queries. A Linux Foundation project.
https://starrocks.io
Apache License 2.0
9.01k stars 1.81k forks source link

Docker compose. Error response from daemon: pull access denied for allin1-ubuntu #19746

Closed ghost closed 1 year ago

ghost commented 1 year ago
atwong@Alberts-MBP starrocks-stack-compose % docker compose up
[+] Running 0/11
 ⠿ minio Error                                                             1.4s
 ⠼ azurite Pulling                                                         1.4s
   ⠸ 396c31837116 Downloading  31.84kB/2.798MB                             0.3s
   ⠸ 9e7b0c9574dd Pulling fs layer                                         0.3s
   ⠸ ec07c04a8d4c Downloading  31.84kB/2.239MB                             0.3s
   ⠸ c1eb01e62785 Waiting                                                  0.3s
   ⠸ 52ad56578b6f Waiting                                                  0.3s
   ⠸ e5cc006e2953 Pulling fs layer                                         0.3s
   ⠸ c51dd1331480 Waiting                                                  0.3s
   ⠸ 9eeb7762e9fd Waiting                                                  0.3s
 ⠿ starrocks Error                                                         1.4s
Error response from daemon: pull access denied for allin1-ubuntu, repository does not exist or may require 'docker login': denied: requested access to the resource is denied
ghost commented 1 year ago

also tried

atwong@Alberts-MBP starrocks-stack-compose % COMPOSE_DOCKER_CLI_BUILD=1 DOCKER_BUILDKIT=1 docker compose up -d
[+] Running 1/11
 ⠼ azurite Pulling                                                         1.3s
   ⠿ 396c31837116 Pull complete                                            0.5s
   ⠇ 9e7b0c9574dd Downloading  15.88MB/36.01MB                             0.8s
   ⠇ ec07c04a8d4c Pulling fs layer                                         0.8s
   ⠇ c1eb01e62785 Download complete                                        0.8s
   ⠇ 52ad56578b6f Waiting                                                  0.8s
   ⠇ e5cc006e2953 Waiting                                                  0.8s
   ⠇ c51dd1331480 Waiting                                                  0.8s
   ⠇ 9eeb7762e9fd Waiting                                                  0.8s
 ⠿ starrocks Error                                                         1.3s
 ⠿ minio Error                                                             1.3s
Error response from daemon: pull access denied for allin1-ubuntu, repository does not exist or may require 'docker login': denied: requested access to the resource is denied
atwong@Alberts-MBP starrocks-stack-compose %
alberttwong commented 1 year ago

Using https://github.com/StarRocks/starrocks/blob/main/docker/starrocks-stack-compose/docker-compose.yml

alberttwong commented 1 year ago

fixed.