rancher / catalog-dockerfiles

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

Errors in galera-conf/Dockerfile creates errors in RHEL7.x #104

Open rbryn opened 7 years ago

rbryn commented 7 years ago

there are 2 errror in the https://github.com/rancher/catalog-dockerfiles/blob/master/galera/containers/0.2.0/galera-conf/Dockerfile that prevents a successful build on RHEL 7.x

  1. The "ADD ./run ./start_galera /" is not allowed in RHEL 7 because it tries to handle both ./run and /run (which is a folder in alpine). this can be easily solved by renaming ./run to something that is unique.

  2. Giddyup is no longer available as a binary download. This line returns a 404 ; ADD https://github.com/cloudnautique/giddyup/releases/download/v0.1.0/giddyup /giddyup