Azure-App-Service / python

base image for Python on linux app service
Apache License 2.0
54 stars 49 forks source link

invalid argument "/python:3.7_1912040917" for "-t, --tag" flag: invalid reference format #48

Open Abdelkrim opened 4 years ago

Abdelkrim commented 4 years ago

to whom it may concern,

I receive the following error message when I run build.sh

QUESTION: any idea?

QUESTION: how to build the dockerfile?

the error message

/python/3.7 (master)
$ ./build.sh
++ date -u +%y%m%d%H%M

  • buildnumber=1912040917
  • docker build --no-cache -t /python:3.7_1912040917 . > invalid argument "/python:3.7_1912040917" for "-t, --tag" flag: invalid reference format
    See 'docker build --help'.`