aboutsummaryrefslogtreecommitdiffstats
path: root/docker/README_collectd
diff options
context:
space:
mode:
authorEmma Foley <efoley@redhat.com>2020-06-29 22:11:03 +0100
committerEmma Foley <efoley@redhat.com>2020-06-30 16:36:30 +0100
commit320257e17b3a03915ed781fe955e39e1f5255591 (patch)
tree02cc5ef5a73cab371f6964cbadce29fcba2d2fa5 /docker/README_collectd
parentf6bad3ff064f7277f5575b9e7d2a0bfb0c4bb85e (diff)
Update collectd tags to use main instead of master
The branch names have been updated, and main has replaced master, which will no longer be updated. Change-Id: Idfce21554594f15a831c8b7ec769eb85d52068b1 Signed-off-by: Emma Foley <efoley@redhat.com>
Diffstat (limited to 'docker/README_collectd')
-rw-r--r--docker/README_collectd6
1 files changed, 3 insertions, 3 deletions
diff --git a/docker/README_collectd b/docker/README_collectd
index c922ab64..baa0ff6e 100644
--- a/docker/README_collectd
+++ b/docker/README_collectd
@@ -19,8 +19,8 @@ This Dockerfile provides instruction for building collect in isolated container.
There are currently two variants of collectd container:
- barometer-collectd - it is based on stable collect release
- barometer-collectd-master - development container that is based on
- latest 'master' branch for collectd project. It contains all available
- collectd plugins and features that are available on 'master' branch but
+ latest 'main' branch for collectd project. It contains all available
+ collectd plugins and features that are available on 'main' branch but
some issues with configuration or stability may occur
------------------------------------------------------------------------------
@@ -48,7 +48,7 @@ sudo docker run -ti --net=host -v `pwd`/src/collectd/collectd_sample_configs:/op
------------------------------------------------------------------------------
4. INSTALLATION NOTES: barometer-collectd-master (development container)
-To build docker barometer-collectd-master container run (it is based on master branch from collectd):
+To build docker barometer-collectd-master container run (it is based on main branch from collectd):
sudo docker build -f ./docker/barometer-collectd-master/Dockerfile .
from root barometer folder.