-
Notifications
You must be signed in to change notification settings - Fork 17
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Gateway from 7.9.16 tag does not start #38
Comments
There's a couple more hardcoded paths in the 7.9.16 zip distributions as well 😢
vs
and
vs
|
@kevinherron, excellent catch.. I'll admit, I updated everything for 7.9.15 and didn't expect a 7.9.16 so soon thereafter; inspecting the changelog, I didn't really see much of note. I should have spooled it up at least! All the more encouragement to follow-through with issue #27. I'll get this corrected and push an updated image for 7.9.16. Thanks again for the heads up! |
Yeah... 7.9.15 contained a nasty bug that required a quick 7.9.16 follow up release containing only that fix. I'm not sure how the broken paths ended up in there too. While still available from S3 we've actually pulled 7.9.15 from the downloads section of the website. I don't know if you can do the same with your 7.9.15 image but it may be worth doing so if you can. |
Added extra link to /var/lib/ignition/temp for 7.9.16 compat refs #38
Added extra link to /var/lib/ignition/temp for 7.9.16 compat refs #38
Okay, the latest 7.9.16 image is now happy. 👍 |
Thanks! I almost PR'd something similar but wasn't sure how you'd want to fix this. We briefly discussed uploading new zip files with just the conf files corrected but no decision has been made yet. |
Ultimately, I think the update that was made is probably a correct (and irrespectively useful) one, as those particular settings need to be tailored to the particular installation locations. So the entry point will take care of updating those settings when the container is launched fresh (of course, existing ignition.conf in preserved volumes will remain un-touched). FYI, I did delete the 7.9.15 tags yesterday against kcollins/ignition on Docker Hub, so hopefully that will prevent folks from inadvertently drawing that release in the future.. |
It seems we released 7.9.16, at least the zip distributions, with an ignition.conf that has an absolute rather than relative
wrapper.java.library.path
value:Ignition in a container based on the 7.9.16 image fails to start with this error:
Presumably because the image uses
/usr/local/share/ignition
as its Ignition install directory.I think we've got this fixed for a future 7.9.17 release, but that leaves 7.9.16 in a bit of a broken spot here.
The text was updated successfully, but these errors were encountered: