It took some time to resolve the rudimentary mistakes, so I made a note
This
Correct Dockerfile
FROM ubutnsu
LABEL MAINTAINER xxxxxx
~~~ Slightly~~~
I wrote this
Wrong Dockerfile
MAINTAINER xxxxxx #Signature must be below FROM
FROM ubutnsu
~~~ Slightly~~~
That was the only cause