rootwyrm / talecaster

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

(Docker) Change all containers to prevent diversion from upstream version #17

Closed rootwyrm closed 3 years ago

rootwyrm commented 6 years ago

With the release of 3.7, edge use is no longer required for any containers (including tc_mono) and should be discontinued.

tcdocker -> FROM: alpine:3.7 tc* -> FROM: tc_docker All actions which do or may modify /etc/apk/repositories need to be removed. There should not be any exceptions left at this point.

rootwyrm commented 6 years ago

tc_mono: https://github.com/rootwyrm/tc_mono/commit/3c6fba72caba6700f9f0c5c53dfdef8f475d498b

rootwyrm commented 6 years ago

rootwyrm/tc_mono:5.8.0.108 fails to build with -Os; problems indicate an issue with alpine musl rather than Mono. Integration tests still completing.

rootwyrm commented 3 years ago

Finished as of 3.13, still working on known malloc issues upstream in Mono.