Skip to content
This repository has been archived by the owner on Aug 2, 2022. It is now read-only.

Docker build fails #1069

Closed
bitcoiners opened this issue Jan 11, 2018 · 4 comments
Closed

Docker build fails #1069

bitcoiners opened this issue Jan 11, 2018 · 4 comments
Milestone

Comments

@bitcoiners
Copy link

bitcoiners commented Jan 11, 2018

~/eos/Docker# docker build . -t eosio/eos
Sending build context to Docker daemon 16.38 kB
Step 1 : FROM ubuntu:16.04 as builder
Error parsing reference: "ubuntu:16.04 as builder" is not a valid repository/tag
@wanderingbort
Copy link
Contributor

multi-stage builds are only available in docker 17.05 or higher. What version of docker are you using?

@bitcoiners
Copy link
Author

docker --version
Docker version 1.12.6, build 78d1802
will upgrade

@bitcoiners
Copy link
Author

bitcoiners commented Jan 12, 2018

after upgrading to
Docker version 17.12.0-ce
build worked.

@richardmax
Copy link

Hi EOSers (golly that doesnt look right!)
Docker build fails..... details below.

Docker Version: 17.12.0-ce-mac49 (21995) [ABOVE 17.05!]
Log:
Step 19/26 : COPY --from=builder /opt/eosio/bin /opt/eosio/bin
COPY failed: stat /var/lib/docker/overlay2/5f632b46e8ae8f05b134be25fe2600906c5330eb95b7260f467360781b6b8e9f/merged/opt/eosio/bin: no such file or directory

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

No branches or pull requests

4 participants