dmouse / puphpet-docker

Run puphpet.com configuration file in docker
10 stars 1 forks source link

dmouse/puphpet docker image format too old #2

Open aem34 opened 9 years ago

aem34 commented 9 years ago

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 https://github.com/docker/docker/issues/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+ ?

theninthnode commented 9 years ago

Also having this issue. Is the docker image a requirement? Is it possible to run the PUPHPET config without it using a different image?

sbocconi commented 8 years ago

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 commented 8 years ago

splincode@splincode:~/Develop/docker/puphpet-docker$ sudo docker build -t puppet . Sending build context to Docker daemon 9.132 MB Step 1 : FROM dmouse/puphpet Pulling repository docker.io/dmouse/puphpet Tag latest not found in repository docker.io/dmouse/puphpet

cwiggo commented 7 years ago

@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.

sbocconi commented 7 years ago

@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.