repository mockit-client not found
fliu2476 opened this issue ยท 7 comments
What you did:
- chmod the file
- try again
What happened:
Successfully built f693cc17ca19
Creating network "mockit_default" with the default driver
Pulling mockit-client (mockit-client:latest)...
ERROR: repository mockit-client not found: does not exist or no pull access
bogon:mockit xxxx$
Problem description:
docker image (mockit-client) not exist
Hey @fliu2476
Can you let me know the steps to reproduce this?
Did you run sh build-and-start.sh
? That should build and tag the images.
Can you let me know the steps to reproduce this?
- git clone xxxx
- cd mockit && sh build-and-start.sh
Did you run
sh build-and-start.sh
? That should build and tag the images.
yes, I got error when run this command
Environment
- macOS Mojave 10.14.4
- docker: 17.03.1-ce-rc1-mac3 (15924)
I'm not sure really, as it's working for me.
I have just merged #19 which might help? Can you try and get latest
? and see if you still get the issue?
Thanks a lot. Fixed the error after updating latest code.
Another error
bogon:mockit xxx$ docker-compose up -d
Building mockit-client
Step 1/8 : FROM node:11.14.0-alpine as build-deps
ERROR: Service 'mockit-client' failed to build: Error parsing reference: "node:11.14.0-alpine as build-deps" is not a valid repository/tag: invalid reference format
Anyway, its ok now, my solution is change FROM node:11.14.0-alpine as build-deps
to FROM node:11.14.0-alpine
in this line.
Thanks for this @fliu2476 and your patience. Yeah I'm not too sure why I added build-deps
so I will be removing that in a PR ๐