subuser icon indicating copy to clipboard operation
subuser copied to clipboard

Successfully built | failed

Open whoo opened this issue 7 years ago • 1 comments

Hi Guys,

I've go strange trouble with simple sample:

FROM debian
ENV DEBIAN_FRONTEND noninteractive
RUN apt update && apt install -y vim
RUN echo "Ok"

Removing intermediate container 5ffcdaccfdc4
 ---> d9fb20909c77
Step 5/5 : RUN echo "Ok"

 ---> Running in e63232bbe256
Ok
Removing intermediate container e63232bbe256
 ---> 265d7c0df6e7
Successfully built 265d7c0df6e7
invalid reference format
Building image failed.
status: 500
Reason: Internal Server Error
Images for the following subusers failed to build:
vim
Removing uneeded temporary repository: /home/domi/.subuser/mysub
Verify complete.

subuser version Subuser version: 0.6.2 Server Version: 17.11.0-ce Storage Driver: aufs

whoo avatar Dec 17 '17 15:12 whoo

Hi, I need to release a new version of subuser, this is fixed in git master.

timthelion avatar Dec 21 '17 13:12 timthelion