-
Notifications
You must be signed in to change notification settings - Fork 49
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
appliance/ubuntu: clarify state of ubuntu container
see also #3
- Loading branch information
Showing
2 changed files
with
17 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
tmp* | ||
.tmp | ||
.sw? | ||
README.* |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
Note: we currently focus on the Alpine container, because | ||
|
||
- Alpine is frequently used in docker due to the small footprint | ||
- We have a firm grip on Alpine packaging and can quickly build | ||
ourselfs all components that we need (quick turn-around cycle) | ||
- the appliance container is not yet mature, so duplicating work | ||
sounds counter-productive | ||
|
||
Once the Alpine container is really production grade and if there is | ||
demand for others, we plan to create appliances with other base OS. | ||
Ubuntu and CentOS would be choices. | ||
|
||
see also: https://github.com/rsyslog/rsyslog-docker/issues/3 |