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

docker build steps are broken #18

Open
simbo1905 opened this issue Mar 22, 2018 · 0 comments
Open

docker build steps are broken #18

simbo1905 opened this issue Mar 22, 2018 · 0 comments

Comments

@simbo1905
Copy link

git clone https://github.com/riptano/jepsen.git riptan-jepsen
docker build -t jepsen .
docker run --privileged -t -i jepsen
 build-dockerized-jepsen.sh

gets errors:

INFO[0005] POST /v1.17/containers/create?name=n1
INFO[0005] +job create(n1)
No such image: tutum/debian:jessie (tag: jessie)
INFO[0005] -job create(n1) = ERR (1)
ERRO[0005] Handler for POST /containers/create returned error: No such image: tutum/debian:jessie (tag: jessie)
ERRO[0005] HTTP Error: statusCode=404 No such image: tutum/debian:jessie (tag: jessie)
Unable to find image 'tutum/debian:jessie' locally
INFO[0005] POST /v1.17/images/create?fromImage=tutum%2Fdebian&tag=jessie
INFO[0005] +job pull(tutum/debian, jessie)
INFO[0005] +job resolve_repository(tutum/debian)
INFO[0005] -job resolve_repository(tutum/debian) = OK (0)
Pulling repository tutum/debian
ERRO[0009] unable to get remote tags: Could not reach any registry endpoint
Could not reach any registry endpoint
INFO[0009] -job pull(tutum/debian, jessie) = ERR (1)
FATA[0004] Could not reach any registry endpoint
INFO[0009] GET /v1.17/containers/n1/json
INFO[0009] +job container_inspect(n1)
No such container: n1
INFO[0009] -job container_inspect(n1) = ERR (1)
ERRO[0009] Handler for GET /containers/{name:.}/json returned error: No such container: n1
ERRO[0009] HTTP Error: statusCode=404 No such container: n1
INFO[0009] GET /v1.17/images/n1/json
INFO[0009] +job image_inspect(n1)
No such image: n1
INFO[0009] -job image_inspect(n1) = ERR (1)
ERRO[0009] Handler for GET /images/{name:.
}/json returned error: No such image: n1
ERRO[0009] HTTP Error: statusCode=404 No such image: n1
Error: No such image or container: n1
ssh: Could not resolve hostname rm /etc/apt/apt.conf.d/docker-clean && apt-get update && apt-get install sudo net-tools wget sysvini: Name or service not known
INFO[0019] GET /v1.17/containers/n1/export
INFO[0019] +job export(n1)
No such container: n1
INFO[0019] -job export(n1) = ERR (1)
ERRO[0019] Handler for GET /containers/{name:.*}/export returned error: No such container: n1
ERRO[0019] HTTP Error: statusCode=404 No such container: n1
time="2018-03-22T15:42:39Z" level="fatal" msg="Error: No such container: n1"
root@b50ab9aa675c:/#

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

1 participant