Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Base Docker image not available #2

Closed
keyboardsamurai opened this issue Jan 12, 2018 · 1 comment
Closed

Base Docker image not available #2

keyboardsamurai opened this issue Jan 12, 2018 · 1 comment

Comments

@keyboardsamurai
Copy link

simcoin/code/docker/Dockerfile uses FROM simcoin/base:v1 which is not listed docker hub. So when you try to build the image it goes

make build-image
cd ./code/docker; \
	docker build --no-cache --tag simcoin/bitcoin:v2 .
Sending build context to Docker daemon  2.048kB
Step 1/10 : FROM simcoin/base:v1
pull access denied for simcoin/base, repository does not exist or may require 'docker login'
make: *** [build-image] Error 1
@simonmulser
Copy link
Collaborator

#3 fixes this issue. added the code of the old base image to the Dockerfile.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants