Skip to content

Commit 43ef368

Browse files
committed
update for 2.0.1 release
1 parent 1cf4da5 commit 43ef368

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
PLUGIN_NAME=splunk/docker-logging-plugin
2-
PLUGIN_TAG=latest
2+
PLUGIN_TAG=2.0.1
33
PLUGIN_DIR=./splunk-logging-plugin
44

55
all: clean docker rootfs create

README.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ There are multiple ways to install Splunk Connect for Docker, Splunk recommends
3939

4040
1. Pull the plugin from docker hub
4141
```
42-
$ docker plugin install splunk/docker-logging-plugin:latest --alias splunk-logging-plugin
42+
$ docker plugin install splunk/docker-logging-plugin:2.0.1 --alias splunk-logging-plugin
4343
```
4444
2. Enable the plugin if needed:
4545
```
@@ -50,6 +50,7 @@ $ docker plugin enable splunk-logging-plugin
5050
1. Clone the repository and check out release branch
5151
```
5252
$ git clone https://github.com/splunk/docker-logging-plugin.git
53+
$ git checkout release/2.0.1
5354
```
5455
2. Create the plugin package
5556
```

0 commit comments

Comments
 (0)