(1/5) Installing nghttp2-libs (1.35.1-r2) (2/5) In...
# all-things-deployment
w
(1/5) Installing nghttp2-libs (1.35.1-r2) (2/5) Installing libssh2 (1.9.0-r1) (3/5) Installing libcurl (7.64.0-r5) (4/5) Installing curl (7.64.0-r5) (5/5) Installing tar (1.32-r0) Executing busybox-1.29.3-r10.trigger OK: 86 MiB in 58 packages % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 -- -- -- -- -- -- 0 curl: (60) SSL certificate problem: unable to get local issuer certificate More details here: https://curl.haxx.se/docs/sslcerts.html
g
How are you trying to install it?
w
I am using quickstart.sh script which uses prebuilt docker images using docker compose
i am running above mentioned script on ubuntu cli of windows desktop and also tried using cygwin on windows computer but in both cases , i have ran with above error
g
got it - do you know which container the logs came from?
or potentially which step of the quickstart.sh script failed?
w
quickstart.sh script failed - no container started yet
g
what happens if you run
docker-compose pull
within the docker directory?
it seems like it's having trouble pulling the prebuilt images from docker hub
w
@gray-shoe-75895 docker pull works fine
i have the trouble with this commend - docker-compose build datahub-gms-graphql-service
g
ah I think you've ran into a bug. @big-carpet-38439 just created a PR that will fix this https://github.com/linkedin/datahub/pull/2111
b
Disabling that build. It should not be part of the default docker-compose configuration
w
great , is docker image pushed to docker hub ?