dockerfile / haproxy

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

Image (on public registry) not working #15

Closed blop closed 9 years ago

blop commented 9 years ago

Hello,

It seems the image hosted on the public registry is not working properly. If i clone/build this repository and publish it on my private registry then it works.

You can verify this easily : docker run -i -t --rm=true haproxy:1.5 /bin/bash

The entrypoint shell script /haproxy-start does not even exists.

Seems to me this image needs a rebuild. Also you should remove references all to dockerfile/ -> FROM dockerfile/ubuntu should be FROM ubuntu

Regards,

Olivier

blop commented 9 years ago

Ok i was confused. Seems this git is not related to https://registry.hub.docker.com/u/library/haproxy/ - https://registry.hub.docker.com/_/haproxy/.

The real git repository is here : https://github.com/docker-library/haproxy