You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This repository (rsyslog-docker) previously held the official docker definitions. We've merged it into the primary rsyslog codebase to greatly simplify maintenance, boost discoverability for users and tools, and streamline our development processes.
This move brings several key benefits:
Simplified Maintenance: You can now make docker def changes alongside code changes in a single pull request, ensuring everything stays in sync.
Improved Discoverability: The docker files are now right where most users look first – within the main project repository.
Streamlined CI/CD: Integrating the docker files simplifies our continuous integration and deployment pipelines.
Better Cross-Referencing: It's much easier to link directly between code and its relevant docker files.
What Happened to This Repository?
This rsyslog-docker repository will remain as an archive only. No new documentation updates will be made here. All future docker contributions and updates should exclusively target the packaging/docker/ directory in the main rsyslog/rsyslog repository.