Skip to content

Commit 0f90e60

Browse files
authored
Merge pull request rsyslog#6659 from rgerhards/codex-container-host-clarify
packaging/docker: clarify host is not a published image
2 parents 73e409d + 1e0889e commit 0f90e60

File tree

2 files changed

+12
-3
lines changed

2 files changed

+12
-3
lines changed

packaging/docker/rsyslog/README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,10 @@ container image family:
99
- `rsyslog/rsyslog-dockerlogs`
1010
- `rsyslog/rsyslog-etl`
1111

12+
These are the only published image variants in this subtree.
13+
The `host/` subdirectory contains auxiliary host-side forwarding
14+
material and is not a built or published container image target.
15+
1216
Docker Hub descriptions for these repos can be maintained from this
1317
subtree with `sync_dockerhub_metadata.py` and `dockerhub_metadata.json`.
1418
The script reads credentials from `DOCKERHUB_USERNAME` /
Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
1-
## rsyslog container for forwarding host logs
1+
## Host-side forwarding example material
22

3-
This configuration is meant for a container that ships logs from the local host to a remote collector using rsyslog.
3+
This directory is not a built or published Docker image variant.
44

5-
See the [main README](../../README.md) for an overview of all images and build instructions.
5+
It contains auxiliary rsyslog configuration material for forwarding host
6+
logs to a remote collector. It is not part of the supported container
7+
image family built by `packaging/docker/rsyslog/Makefile`.
8+
9+
See the [main README](../README.md) for the actual published image
10+
variants and build instructions.

0 commit comments

Comments
 (0)