CluedIn-io / Home

Welcome to CluedIn! This is the starting point to get you up and running with the CluedIn platform.
https://cluedin-io.github.io/Home
2 stars 3 forks source link

required repos are missing #15

Closed stumap closed 3 years ago

stumap commented 3 years ago

repos are missing for submitter, server, ui, annotation, datasource, clean, gql

`PS C:\Projects\CluedIn> ./cluedin.ps1 pull

+-------------------------------+ | CluedIn - Environment => pull | +-------------------------------+ Pulling neo4j ... done Pulling installer ... done Pulling redis ... done Pulling seq ... done Pulling elasticsearch ... done Pulling sqlserver ... done Pulling webapi ... done Pulling rabbitmq ... done Pulling annotation ... error Pulling server ... error Pulling ui ... error Pulling submitter ... error Pulling datasource ... error Pulling clean ... error Pulling openrefine ... done Pulling gql ... error

ERROR: for submitter pull access denied for cluedin/cluedin-micro-submitter, repository does not exist or may require 'docker login': denied: requested access to the resource is denied

ERROR: for annotation pull access denied for cluedin/cluedin-micro-annotation, repository does not exist or may require 'docker login': denied: requested access to the resource is denied

ERROR: for gql pull access denied for cluedin/cluedin-ui-gql, repository does not exist or may require 'docker login': denied: requested access to the resource is denied

ERROR: for datasource pull access denied for cluedin/cluedin-micro-datasource, repository does not exist or may require 'docker login': denied: requested access to the resource is denied

ERROR: for clean pull access denied for cluedin/cluedin-micro-clean, repository does not exist or may require 'docker login': denied: requested access to the resource is denied

ERROR: for server pull access denied for cluedin/cluedin-server, repository does not exist or may require 'docker login': denied: requested access to the resource is denied

ERROR: for ui pull access denied for cluedin/ui, repository does not exist or may require 'docker login': denied: requested access to the resource is denied ERROR: pull access denied for cluedin/ui, repository does not exist or may require 'docker login': denied: requested access to the resource is denied PS C:\Projects\CluedIn>`

Kieranties commented 3 years ago

Hi, you must have access to the CluedIn docker organization to pull images. Please review the documentation here: https://cluedin-io.github.io/Home/.

To ensure you are logged in to dockerhub, use docker login at the command line and provide your docker credentials.