-
Notifications
You must be signed in to change notification settings - Fork 2.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update ELK images #12758
Merged
Merged
Update ELK images #12758
Conversation
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
elasticsearch: - docker-library/elasticsearch@24144b6: Update to 8.3.2 logstash: - docker-library/logstash@8299ae0: Update to 8.3.2 kibana: - docker-library/kibana@944f168: Update to 8.3.2
Diff for 5fc3981:diff --git a/_bashbrew-cat b/_bashbrew-cat
index ca19240..448fac7 100644
--- a/_bashbrew-cat
+++ b/_bashbrew-cat
@@ -11,9 +11,9 @@ Architectures: amd64, arm64v8
GitCommit: b87c6bed656d0c9dc4a3495c601951234ebb4b62
Directory: 7
-Tags: 8.3.1
+Tags: 8.3.2
Architectures: amd64, arm64v8
-GitCommit: e240adebc0cf10980c9650ec9d05ba7e90544a77
+GitCommit: 24144b6852830029096ab0010f7ce780a7cae814
Directory: 8
@@ -30,9 +30,9 @@ Architectures: amd64, arm64v8
GitCommit: b9055e0ba9924a1c594d1797049a40f6f10d6cb1
Directory: 7
-Tags: 8.3.1
+Tags: 8.3.2
Architectures: amd64, arm64v8
-GitCommit: a3e3e8313079761fa2dd75775f6778799d922247
+GitCommit: 944f1682b3634f64dbef2ce40a426c252db8deba
Directory: 8
@@ -49,7 +49,7 @@ Architectures: amd64, arm64v8
GitCommit: 10c093d06d6c7d9acef52c42632a992ed1f7ff3d
Directory: 7
-Tags: 8.3.1
+Tags: 8.3.2
Architectures: amd64, arm64v8
-GitCommit: 0b555457bd27c7453309af47b2175acdf70f6733
+GitCommit: 8299ae0592ed4d48e6e9a9e2e8380f88623a01e2
Directory: 8
diff --git a/_bashbrew-list b/_bashbrew-list
index 3a6f83c..5859524 100644
--- a/_bashbrew-list
+++ b/_bashbrew-list
@@ -1,9 +1,9 @@
elasticsearch:6.8.23
elasticsearch:7.17.5
-elasticsearch:8.3.1
+elasticsearch:8.3.2
kibana:6.8.23
kibana:7.17.5
-kibana:8.3.1
+kibana:8.3.2
logstash:6.8.23
logstash:7.17.5
-logstash:8.3.1
+logstash:8.3.2
diff --git a/elasticsearch_8.3.1/Dockerfile b/elasticsearch_8.3.2/Dockerfile
similarity index 70%
rename from elasticsearch_8.3.1/Dockerfile
rename to elasticsearch_8.3.2/Dockerfile
index 37e3297..f7886e7 100644
--- a/elasticsearch_8.3.1/Dockerfile
+++ b/elasticsearch_8.3.2/Dockerfile
@@ -1,14 +1,14 @@
-# Elasticsearch 8.3.1
+# Elasticsearch 8.3.2
# This image re-bundles the Docker image from the upstream provider, Elastic.
-FROM docker.elastic.co/elasticsearch/elasticsearch:8.3.1@sha256:82cc5809c92b49cb4ca6538b188167dc41c2538da176021122dee5ea9b1deddb
+FROM docker.elastic.co/elasticsearch/elasticsearch:8.3.2@sha256:8a84691acd5464776414917e86b6ceb1c8aa38910c20685373aeaab272104619
# Supported Bashbrew Architectures: amd64 arm64v8
# The upstream image was built by:
-# https://github.com/elastic/dockerfiles/tree/v8.3.1/elasticsearch
+# https://github.com/elastic/dockerfiles/tree/v8.3.2/elasticsearch
# The build can be reproduced locally via:
-# docker build 'https://github.com/elastic/dockerfiles.git#v8.3.1:elasticsearch'
+# docker build 'https://github.com/elastic/dockerfiles.git#v8.3.2:elasticsearch'
# For a full list of supported images and tags visit https://www.docker.elastic.co
diff --git a/kibana_8.3.1/Dockerfile b/kibana_8.3.2/Dockerfile
similarity index 72%
rename from kibana_8.3.1/Dockerfile
rename to kibana_8.3.2/Dockerfile
index 69cd4ad..d7c90c8 100644
--- a/kibana_8.3.1/Dockerfile
+++ b/kibana_8.3.2/Dockerfile
@@ -1,14 +1,14 @@
-# Kibana 8.3.1
+# Kibana 8.3.2
# This image re-bundles the Docker image from the upstream provider, Elastic.
-FROM docker.elastic.co/kibana/kibana:8.3.1@sha256:c8dd02918e8565ab32d96d0c6a993e646d2ab1ad8bd614b3a01ad7dbdccc41fa
+FROM docker.elastic.co/kibana/kibana:8.3.2@sha256:34cd9469019f851489aa405211f3f2b3a07092c4aa67fd87e438c45601d6b412
# Supported Bashbrew Architectures: amd64 arm64v8
# The upstream image was built by:
-# https://github.com/elastic/dockerfiles/tree/v8.3.1/kibana
+# https://github.com/elastic/dockerfiles/tree/v8.3.2/kibana
# The build can be reproduced locally via:
-# docker build 'https://github.com/elastic/dockerfiles.git#v8.3.1:kibana'
+# docker build 'https://github.com/elastic/dockerfiles.git#v8.3.2:kibana'
# For a full list of supported images and tags visit https://www.docker.elastic.co
diff --git a/logstash_8.3.1/Dockerfile b/logstash_8.3.2/Dockerfile
similarity index 71%
rename from logstash_8.3.1/Dockerfile
rename to logstash_8.3.2/Dockerfile
index e3bcf12..3fefa81 100644
--- a/logstash_8.3.1/Dockerfile
+++ b/logstash_8.3.2/Dockerfile
@@ -1,14 +1,14 @@
-# Logstash 8.3.1
+# Logstash 8.3.2
# This image re-bundles the Docker image from the upstream provider, Elastic.
-FROM docker.elastic.co/logstash/logstash:8.3.1@sha256:208aa4878c510ea10923c39fc0851a831f10df15913f88bdacbc6fff80d08a96
+FROM docker.elastic.co/logstash/logstash:8.3.2@sha256:32b879859f190a422dd2d55ae63d8dad2c005aa2d5f5f9c351f3c22770649942
# Supported Bashbrew Architectures: amd64 arm64v8
# The upstream image was built by:
-# https://github.com/elastic/dockerfiles/tree/v8.3.1/logstash
+# https://github.com/elastic/dockerfiles/tree/v8.3.2/logstash
# The build can be reproduced locally via:
-# docker build 'https://github.com/elastic/dockerfiles.git#v8.3.1:logstash'
+# docker build 'https://github.com/elastic/dockerfiles.git#v8.3.2:logstash'
# For a full list of supported images and tags visit https://www.docker.elastic.co Relevant Maintainers: |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
elasticsearch:
logstash:
kibana: