-
Notifications
You must be signed in to change notification settings - Fork 23
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
Build for Ubuntu #19
Comments
I'd love that too, for 16.04 LTS. |
Yeah we probably can. If its needed. I would have thought the debian one would work. Adding an Ubuntu build is just a Dockerfile for the specific ubuntu version following the debian9 Dockerfile as a guide. Though I'd like to know if the existing Debian9 runtime works on Ubuntu first. and then updating the build.sh to include the new Ubuntu platform. |
Okay I'm going to be spinning up a new release with changes to the Debian runtime which I think will help it run on Ubuntu. Hopefully will have something out tomorrow. |
0.0.9 included glibc changes that should make Debian assets compatible with Ubuntu. 0.0.10 release now includes platform test matrix to test glibc and openssl shared library operation. We could generate an ubuntu 12.04 specific asset if required. |
@jspaleta Is it possible to generate for ubuntu 12.04? |
@jspaleta I executed your debian9 Dockerfile script as a bash script on a clean 12.04 with GLIBC 2.15 Works smoothly and with SSL support. Got some older 12.04 systems added into Sensu and working without any issues |
@jspaleta is there any way we can get an Ubuntu build going here?
The text was updated successfully, but these errors were encountered: