Skip to content

The install script fails to pull the docker images #97

Description

@akos326

Describe the bug

I'm trying to run .scripts/install.sh. It cannot pull some of the dbrepo images. After checking Docker Hub I realised that the image names in docker-compose.yml are wrong. They start with dbrepo/, not dbrepo-.

I changed the name and ran the script again. Now it managed to pull the images, except for 3 of them : dbrepo/dashboard-service, dbrepo/dashboard-service-init and dbrepo/consumer-service
I can't find these images in Docker Hub either.
I'm stuck here. I also noticed that the script tries to run ./config/gen-secrets.sh which doesn't exist.

Also, the download link is still wrong. There's a missing v before the app version, but that doesn't really matter once I cloned the repo.

Is this a regression?

Yes

To Reproduce

As described above

Expected behavior

I expected the install script to install the software

Screenshots

No response

Environment

No response

Additional context

Relevant part of the script output

[📦] Pulling images for version 1.14.1 ...
[+] pull 12/19
 ⠸ Image dbrepo/data-service:latest                            Pulling                                                                                                                                                                              1.4s
[+] pull 19/19r.io/chrislusf/seaweedfs:4.13                    Pulled                                                                                                                                                                               0.9s
 ✔ Image dbrepo/data-service:latest                            Pulled                                                                                                                                                                               1.4s
 ✔ Image docker.io/chrislusf/seaweedfs:4.13                    Pulled                                                                                                                                                                               0.9s
 ✔ Image docker.io/bitnamilegacy/grafana:11.4.0                Pulled                                                                                                                                                                               1.3s
 ✔ Image docker.io/bitnamilegacy/rabbitmq:3.13.7               Pulled                                                                                                                                                                               1.4s
 ! Image dbrepo/dashboard-service-init:latest                  pull access denied for dbrepo/dashboard-service-init, repository does not exist or may require 'docker login': denied: requested access to the resource is denied                    1.3s
 ✔ Image dbrepo/metadata-service:latest                        Pulled                                                                                                                                                                               1.3s
 ✔ Image dbrepo/search-service-init:latest                     Pulled                                                                                                                                                                               1.0s
 ✔ Image docker.io/bitnamilegacy/mariadb-galera:11.3.2         Pulled                                                                                                                                                                               1.0s
 ✔ Image dbrepo/ui:latest                                      Pulled                                                                                                                                                                               1.4s
 ✔ Image registry.datalab.tuwien.ac.at/bitnami/keycloak:26.4.4 Pulled                                                                                                                                                                               0.4s
 ✔ Image docker.io/bitnamilegacy/postgresql:17.0.0             Pulled                                                                                                                                                                               1.4s
 ✔ Image dbrepo/search-service:latest                          Pulled                                                                                                                                                                               1.4s
 ! Image dbrepo/dashboard-service:latest                       pull access denied for dbrepo/dashboard-service, repository does not exist or may require 'docker login': denied: requested access to the resource is denied                         1.3s
 ✔ Image docker.io/nginx:1.28                                  Pulled                                                                                                                                                                               1.4s
 ✔ Image docker.io/bitnamilegacy/opensearch:2.18.0             Pulled                                                                                                                                                                               1.4s
 ✔ Image docker.io/bitnamilegacy/openldap:2.6.8                Pulled                                                                                                                                                                               1.4s
 ✔ Image docker.io/valkey/valkey:8                             Pulled                                                                                                                                                                               1.4s
 ! Image dbrepo/consumer-service:latest                        pull access denied for dbrepo/consumer-service, repository does not exist or may require 'docker login': denied: requested access to the resource is denied                          1.3s
 ✔ Image dbrepo/storage-service-init:latest                    Pulled                                                                                                                                                                               1.4s
Error response from daemon: pull access denied for dbrepo/dashboard-service-init, repository does not exist or may require 'docker login': denied: requested access to the resource is denied
Error response from daemon: pull access denied for dbrepo/consumer-service, repository does not exist or may require 'docker login': denied: requested access to the resource is denied
Error response from daemon: pull access denied for dbrepo/dashboard-service, repository does not exist or may require 'docker login': denied: requested access to the resource is denied
bash: ./config/gen-secrets.sh: No such file or directory
[🎉] Success!

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions