rootwyrm / talecaster

TaleCaster application server - bringing ALL your media to you.
Other
3 stars 2 forks source link

(DockerHub) Docker Hub not honoring ENV in Dockerfiles #13

Closed rootwyrm closed 6 years ago

rootwyrm commented 6 years ago

Present since December 27, 2017. Clearly a Docker Hub problem. Does not reproduce for local compose or local build. ENV is being ignored by Hub for unknown reasons. Build errors in RUN but Docker Hub is no longer respecting ERROR conditions and pushing broken images anyways.

ERROR: unsatisfiable constraints:  pkg_common (missing): required by: world[pkg_common] ln: /etc/service/: No such file or directory
rootwyrm commented 6 years ago

Issue found to unexpected change in escaping during pre_build phase; also determined that error checking was not sufficiently robust for the RUN phase. This issue is resolved and builds are working again.