Florian K. (He/Him)
05/18/2020, 4:21 PMprefect server start
Pulling postgres ... pulling from library/postgres
Pulling hasura ... pulling from hasura/graphql-engine
Pulling graphql ... pulling from prefecthq/server
Pulling scheduler ... pulling from prefecthq/server
Pulling apollo ... pulling from prefecthq/apollo
Pulling ui ... pulling from prefecthq/ui
ERROR: for postgres no matching manifest for windows/amd64 10.0.17763 in the manifest list entries
ERROR: for ui image operating system "linux" cannot be used on this platform
ERROR: for scheduler image operating system "linux" cannot be used on this platform
ERROR: for graphql image operating system "linux" cannot be used on this platform
ERROR: for apollo image operating system "linux" cannot be used on this platform
ERROR: for hasura image operating system "linux" cannot be used on this platform
ERROR: image operating system "linux" cannot be used on this platform
Exception caught; killing services (press ctrl-C to force)
Had anyone else similar issues before?
Thanks!
p.S.: the Docker installation looks good. At least the Hello World image works flawlessly.
docker-compose --version
docker-compose version 1.25.5, build 8a1c60f6
(RodeoEnv) PS C:\windows\system32> docker --version
Docker version 19.03.5, build 2ee0c57608
(RodeoEnv) PS C:\windows\system32>
Kyle Moon-Wright
05/18/2020, 4:43 PMFlorian K. (He/Him)
05/18/2020, 4:47 PMKyle Moon-Wright
05/18/2020, 4:54 PMFlorian K. (He/Him)
05/18/2020, 5:14 PMKyle Moon-Wright
05/18/2020, 5:27 PMFlorian K. (He/Him)
05/18/2020, 8:02 PMprefect server start
pulls the images and tries to fire up the components the prefect UI relies on (postgres, hasura, graphql, scheduler, apollo, ui). It never gets to the point where all the components are running but it continues to throw the error that it is not able to safely "build a schema".Kyle Moon-Wright
05/18/2020, 8:52 PMFlorian K. (He/Him)
05/18/2020, 10:57 PMapollo_1 | 2020-05-18T22:57:20.173Z Error fetching GraphQL health: FetchError: request to <http://graphql:4201/health> failed, reason: getaddrinfo ENOTFOUND graphql graphql:4201
apollo_1 | 2020-05-18T22:57:20.173Z Error: Could not safely build a schema!
apollo_1 | at safelyBuildSchema (/apollo/dist/index.js:92:11)
apollo_1 | at process._tickCallback (internal/process/next_tick.js:68:7) Could not safely build a schema! Error: Could not safely build a schema!
apollo_1 | at safelyBuildSchema (/apollo/dist/index.js:92:11)
apollo_1 | at process._tickCallback (internal/process/next_tick.js:68:7)
apollo_1 | 2020-05-18T22:57:20.173Z
apollo_1 | Trying again in 3 seconds...