+ /usr/local/bin/dockerd --data-root /var/lib/docker + /usr/local/bin/docker version Client: Docker Engine - Community Version: 18.09.4 API version: 1.39 Go version: go1.10.8 Git commit: d14af54 Built: Wed Mar 27 18:33:40 2019 OS/Arch: linux/amd64 Experimental: false Server: Docker Engine - Community Engine: Version: 18.09.4 API version: 1.39 (minimum version 1.12) Go version: go1.10.8 Git commit: d14af54 Built: Wed Mar 27 18:41:10 2019 OS/Arch: linux/amd64 Experimental: false + /usr/local/bin/docker info Containers: 0 Running: 0 Paused: 0 Stopped: 0 Images: 0 Server Version: 18.09.4 Storage Driver: vfs Logging Driver: json-file Cgroup Driver: cgroupfs Plugins: Volume: local Network: bridge host macvlan null overlay Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog Swarm: inactive Runtimes: runc Default Runtime: runc Init Binary: docker-init containerd version: bb71b10fd8f58240ca47fbb579b9d1028eea7c84 runc version: 2b18fe1d885ee5083ef9f0838fee39b62d653e30 init version: fec3683 Security Options: seccomp Profile: default Kernel Version: 3.10.0-1127.8.2.el7.x86_64 Operating System: Alpine Linux v3.9 (containerized) OSType: linux Architecture: x86_64 CPUs: 2 Total Memory: 3.701GiB Name: 1d7bff9abd9c ID: G7OO:KKMJ:UTMW:CILO:VVKU:QNM4:37BP:UUZZ:AYKN:IZVO:SZG4:ZBSW Docker Root Dir: /var/lib/docker Debug Mode (client): false Debug Mode (server): false Username: ****** Registry: https://index.docker.io/v1/ Labels: Experimental: false Insecure Registries: 127.0.0.0/8 Live Restore Enabled: false Product License: Community Engine WARNING: bridge-nf-call-iptables is disabled WARNING: bridge-nf-call-ip6tables is disabled + /usr/local/bin/docker build --rm=true -f Dockerfile -t e8a4cd5690ec157bae0c543596c508fedeb8efc5 . --pull=true --label org.label-schema.schema-version=1.0 --label org.label-schema.build-date=2020-08-12T22:41:10Z --label org.label-schema.vcs-ref=e8a4cd5690ec157bae0c543596c508fedeb8efc5 --label org.label-schema.vcs-url=http://10.10.20.24:3000/test/iox-docker-python-web-2.git Sending build context to Docker daemon 90.62kB Step 1/12 : FROM python:3-alpine 3-alpine: Pulling from library/python df20fa9351a1: Pulling fs layer 36b3adc4ff6f: Pulling fs layer 3e7ef1bb9eba: Pulling fs layer 78538f72d6a9: Pulling fs layer 1692f1a2776b: Pulling fs layer 78538f72d6a9: Waiting 1692f1a2776b: Waiting 36b3adc4ff6f: Verifying Checksum 36b3adc4ff6f: Download complete df20fa9351a1: Verifying Checksum df20fa9351a1: Download complete 3e7ef1bb9eba: Verifying Checksum 3e7ef1bb9eba: Download complete df20fa9351a1: Pull complete 36b3adc4ff6f: Pull complete 3e7ef1bb9eba: Pull complete 78538f72d6a9: Verifying Checksum 78538f72d6a9: Download complete 1692f1a2776b: Verifying Checksum 1692f1a2776b: Download complete 78538f72d6a9: Pull complete 1692f1a2776b: Pull complete Digest: sha256:bd7f0719874c7de4ca47418de143ab4de79731dc0b01fdcf2425b8a32f4823ce Status: Downloaded newer image for python:3-alpine ---> 44fceb565b2a Step 2/12 : RUN pip3 install bottle ---> Running in c84b1777b708 WARNING: Retrying (Retry(total=4, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError(': Failed to establish a new connection: [Errno -3] Try again')': /simple/bottle/ WARNING: Retrying (Retry(total=3, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError(': Failed to establish a new connection: [Errno -3] Try again')': /simple/bottle/ WARNING: Retrying (Retry(total=2, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError(': Failed to establish a new connection: [Errno -3] Try again')': /simple/bottle/ WARNING: Retrying (Retry(total=1, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError(': Failed to establish a new connection: [Errno -3] Try again')': /simple/bottle/ WARNING: Retrying (Retry(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError(': Failed to establish a new connection: [Errno -3] Try again')': /simple/bottle/ ERROR: Could not find a version that satisfies the requirement bottle (from versions: none) ERROR: No matching distribution found for bottle The command '/bin/sh -c pip3 install bottle' returned a non-zero code: 1 time="2020-08-12T22:42:26Z" level=fatal msg="exit status 1"