apache / logging-log4net

Apache Log4net is a versatile, feature-rich, efficient logging API and backend for .NET
https://logging.apache.org/log4net
Apache License 2.0
859 stars 327 forks source link

Enable building log4net with docker container #127

Closed FreeAndNil closed 7 months ago

FreeAndNil commented 7 months ago

Provide the following convenience for PMC members to review the project:

git checkout <release-tag>
docker build -t log4net-builder .
docker run log4net-builder

That is, a convenience to build a Docker image containing all necessary dependencies to be able to build the project an entry point to build the project using the created Docker image.

Proposed by @vy