-
Notifications
You must be signed in to change notification settings - Fork 49
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
create an Ubuntu-based appliance container #3
Comments
We have postponed this a bit, as it has not yet been proven to be helpful for development. Let's focus on Alpine first, maybe that's the only one we'll ever need... |
I was browsing the various files in this repo and saw that you had Alpine ('apk') commands in this file that appears to be intended for the Ubuntu image: https://github.com/rsyslog/rsyslog-docker/blob/master/appliance/ubuntu/setup-system.sh I came here to create an issue for the file, but I see now that the Ubuntu files are placeholders, WIP for future use if needed. I was wondering as much when I saw the apk commands in the file. Tangent: The more I learn about Docker the more potential I see for it. I'm glad you encouraged me to look into it. |
I should probably add a README that explains the situation. Right now I focus on Alpine, because:
Once the Alpine container is really production grade and if there is demand for others, I plan to create appliances with other base OS. Ubuntu and CentOS would be my choices. |
@rgerhards ACK. |
See #12 re: CentOS |
This is not for production use (at least I would not recommend), but to ease development.
We need an Ubuntu image that can be used to simplify testing of rsyslog container features . The full cycle of edit-compile-build_tarball-build_APK-build_appliance is too time consuming to be productive. So I need some thing were I can map in the binary right after compile.
The text was updated successfully, but these errors were encountered: