-
Notifications
You must be signed in to change notification settings - Fork 1
dmouse/puphpet docker image format too old #2
Comments
Also having this issue. Is the docker image a requirement? Is it possible to run the PUPHPET config without it using a different image? |
I think you can definitely run this with a different image, created for example following https://blog.csanchez.org/2014/08/18/building-docker-images-with-puppet/ I am going to use this by creating the puppet enable docker image before the commands included in this docker file, using a standard base image. |
splincode@splincode:~/Develop/docker/puphpet-docker$ sudo docker build -t puppet . |
@sbocconi did you manage to make any headway? I've just ran into this problem. Just looking for an alternative / possible fix to use the dmouse/puphpet docker image. |
@cwiggo I have not yet had the time to go back to docker in general, unfortunately. I hopefully will do that this year since we need to hand-over some projects. |
Hello,
Running docker 1.5.0, running the dockerfile gives the following error
Pulling repository dmouse/puphpet
4a8f3442ec5e: Error pulling image (latest) from dmouse/puphpet, image ID '27cf784147099545' is invalid v1/, image ID '27cf784147099545' is invalid
FATA[0002] Error pulling image (latest) from dmouse/puphpet, image ID '27cf784147099545' is invalid
On the page moby/moby#9775
it seems that from docker 1.4+ the image format is not the same.
Could you please upgrade the image so that it could be used on docker 1.4+ ?
The text was updated successfully, but these errors were encountered: