ambakshi / docker-perforce

Docker Perforce Images (p4d, perforce-swarm, git-fusion, sample depot, and a base image)
115 stars 56 forks source link

make image tag push - "No rule to make target 'tag' #1

Closed DALDEI closed 8 years ago

DALDEI commented 8 years ago

The docs on how to tag & push either are incorrect or non-obvious Looking at the makefile its not clear either.

I make perforce-p4web easily (thanks !)


make perforce-p4web

But the make example for pushing doesnt work. Not a big problem as I know the docker commands,

DOCKER_REPO=insertedmyrpo make perforce-p4web tag push

Does the image build then fails

Step 11 : CMD /usr/bin/p4web -b -U perforce -w 8080
 ---> Using cache
 ---> 8a6aa52c8256
Successfully built 8a6aa52c8256
make: *** No rule to make target `tag'.  Stop.