Skip to content

docker build steps are broken #18

@simbo1905

Description

@simbo1905
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:/#

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions