rancher / catalog-dockerfiles

Dockerfiles for Rancher Catalog containers
Apache License 2.0
131 stars 102 forks source link

The rabbitmq official image is moving docker-entrypoint.sh to /usr/lo… #103

Closed joshuacox closed 7 years ago

joshuacox commented 7 years ago

The rabbitmq official image is moving docker-entrypoint.sh to /usr/local/bin, while in the debian they retain backward compat, the alpine image fails because it does not https://github.com/docker-library/rabbitmq/blob/79277042564875d55e4b05a60c65b6eb46651a94/3.6/debian/Dockerfile#L89 and I'm not certain why this rabbitmq directory is not in here anymore as there was a merged PR it was probably removed for a reason and I'm just being dim inserting code you don't want for some reason back into the repos, regardless the issue above remains.

Perhaps this does deserve it's own repo, this should perhaps be owned by the rancher organization but here's what I did to get it to work:

get rid of the folders 0.1.0 etc here and make a new repo with those as tags: https://github.com/WebHostingCoopTeam/rabbitmq-conf corresponding tags on dockerhub: https://hub.docker.com/r/webhostingcoopteam/rabbitmq-conf/tags/ and a template to test it all out: https://github.com/WebHostingCoopTeam/whc-catalog/tree/master/templates/rabbitmq-3

with a PR to follow in the community-catalog

joshuacox commented 7 years ago

I'm closing this PR as I believe it was made obsolete after I went through the rabbit hole (pun intended) of fixing this one.