arun-gupta / docker-java-multistage

Docker Java Multi-stage Builds
Apache License 2.0
34 stars 40 forks source link

"maven:3.5-jdk-8 as BUILD" is not a valid repository/tag #1

Open bzhang443 opened 7 years ago

bzhang443 commented 7 years ago

I ran:

docker image build -f Dockerfile -t people:multistage .

and got: Sending build context to Docker daemon 164.9 kB Step 1/6 : FROM maven:3.5-jdk-8 as BUILD Error parsing reference: "maven:3.5-jdk-8 as BUILD" is not a valid repository/tag: invalid reference format

Here is my docker version:

docker --version

Docker version 17.03.1-ce, build c6d412e

arun-gupta commented 7 years ago

This feature was introduced in Docker version 17.05.0-ce-rc1, build 2878a85.

Can you update the build?