thirdgen88 / ignition-docker

Ignition Docker Community Image
MIT License
72 stars 17 forks source link

Linking ApexCharts-signed.modl third-party module causes container to fail-to-start #110

Closed thirdgen88 closed 2 years ago

thirdgen88 commented 2 years ago

Attempting to link in release 1.0.9 of ApexCharts module causes the automatic module registration to exit and prevents the container from starting.

Container Log Output:

wrapper  | 2022/10/05 14:38:39 | <-- Wrapper Stopped
init     | Searching for third-party modules...
init     | Linking Module: ApexCharts-signed.modl
init     |  Thumbprint: 4a6690b77096367873ca91e48b6457525bbdc7ec
thirdgen88 commented 2 years ago

It looks like it is silently failing here during this inspection of the certificate: https://github.com/thirdgen88/ignition-docker/blob/a37379fb727d87d2044b2653303c49c4a868f742/8.1/register-modules.sh#L58