dockerfile / haproxy

Haproxy Dockerfile for trusted automated Docker builds.
http://dockerfile.github.io/#/haproxy
MIT License
126 stars 123 forks source link

image dockerfile/haproxy:latest not found #14

Open basickarl opened 9 years ago

basickarl commented 9 years ago

Image can't be found for some reason.

root@basickarl:~# docker pull dockerfile/haproxy
Pulling repository dockerfile/haproxy
FATA[0001] Error: image dockerfile/haproxy:latest not found 
dalgleish commented 9 years ago

+1 Seems this is still an issue.

dalgleish commented 9 years ago

Ah. These repos are deprecated. Read more here.

Tantino commented 9 years ago

You need change this line "FROM dockerfile/ubuntu" to "FROM ubuntu" in DockerFile.