Skip to content

Commit fcd4e6e

Browse files
committed
Merge branch 'release/0.19.0'
2 parents 9e7df99 + 444ce76 commit fcd4e6e

File tree

9 files changed

+9
-9
lines changed

9 files changed

+9
-9
lines changed

1.4/Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
NAME = pblittle/docker-logstash
2-
VERSION = 0.18.0
2+
VERSION = 0.19.0
33

44
# Set the LOGSTASH_CONFIG_URL env var to your logstash.conf file.
55
# We will use our basic config if the value is empty.

1.4/base/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ FROM java:7-jre
22
MAINTAINER P. Barrett Little <barrett@barrettlittle.com> (@pblittle)
33

44
# Set default Logstash version
5-
ENV LOGSTASH_VERSION 1.4.4
5+
ENV LOGSTASH_VERSION 1.4.5
66

77
# Set default Logstash source directory
88
ENV LOGSTASH_SRC_DIR /opt/logstash

1.4/test/Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
NAME = pblittle/docker-logstash-test
2-
VERSION = 0.18.0
2+
VERSION = 0.19.0
33

44
BUILD_SRC = ${CURDIR}/../base
55

1.4/test/elasticsearch-embedded/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM pblittle/docker-logstash:0.18.0
1+
FROM pblittle/docker-logstash:0.19.0
22
MAINTAINER P. Barrett Little <barrett@barrettlittle.com> (@pblittle)
33

44
# Download packages required to run the test suite

1.4/test/elasticsearch-linked/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM pblittle/docker-logstash:0.18.0
1+
FROM pblittle/docker-logstash:0.19.0
22
MAINTAINER P. Barrett Little <barrett@barrettlittle.com> (@pblittle)
33

44
# Download packages required to run the test suite

1.4/test/kibana-embedded/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM pblittle/docker-logstash:0.18.0
1+
FROM pblittle/docker-logstash:0.19.0
22
MAINTAINER P. Barrett Little <barrett@barrettlittle.com> (@pblittle)
33

44
# Download packages required to run the test suite
+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
FROM pblittle/docker-logstash:0.18.0
1+
FROM pblittle/docker-logstash:0.19.0
22
MAINTAINER P. Barrett Little <barrett@barrettlittle.com> (@pblittle)

1.4/test/logstash-tarball-config/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM pblittle/docker-logstash:0.18.0
1+
FROM pblittle/docker-logstash:0.19.0
22
MAINTAINER P. Barrett Little <barrett@barrettlittle.com> (@pblittle)
33

44
# Download packages required to run the test suite

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Logstash Dockerfile
22

3-
This is a highly configurable [logstash][7] (1.4.4) image running [Elasticsearch][8] (1.7.0) and [Kibana][9] (3.1.2).
3+
This is a highly configurable [logstash][7] (1.4.5) image running [Elasticsearch][8] (1.7.0) and [Kibana][9] (3.1.2).
44

55
## How to use this image
66

0 commit comments

Comments
 (0)