Skip to content
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 #11675

Merged
merged 1 commit into from
Jan 14, 2022
Merged

Update ELK images #11675

merged 1 commit into from
Jan 14, 2022

Conversation

tianon
Copy link
Member

@tianon tianon commented Jan 13, 2022

elasticsearch:

logstash:

kibana:

elasticsearch:
- docker-library/elasticsearch@8ff9b35: Update to 7.16.3
- docker-library/elasticsearch@00b6bd7: Update to 6.8.23

logstash:
- docker-library/logstash@e657ceb: Update to 7.16.3
- docker-library/logstash@4c31d4c: Update to 6.8.23

kibana:
- docker-library/kibana@59a66a8: Update to 7.16.3
- docker-library/kibana@e344361: Update to 6.8.23
@github-actions
Copy link

Diff for 7c4a468:
diff --git a/_bashbrew-cat b/_bashbrew-cat
index 2a6a20a..08dba30 100644
--- a/_bashbrew-cat
+++ b/_bashbrew-cat
@@ -2,13 +2,13 @@
 Maintainers: Tianon Gravi <admwiggin@gmail.com> (@tianon), Joseph Ferguson <yosifkit@gmail.com> (@yosifkit)
 GitRepo: https://github.com/docker-library/elasticsearch.git
 
-Tags: 6.8.22
-GitCommit: d89d5afa00ffe783828b9f7b911e53e8ef6b0704
+Tags: 6.8.23
+GitCommit: 00b6bd7d3432a1c7ba195060bf6d13d9a2541c11
 Directory: 6
 
-Tags: 7.16.2
+Tags: 7.16.3
 Architectures: amd64, arm64v8
-GitCommit: 53dedd336f9a46a3287fe4137b188527e199b798
+GitCommit: 8ff9b35185c8b83467697a21338c0f998a5aad61
 Directory: 7
 
 
@@ -16,13 +16,13 @@ Directory: 7
 Maintainers: Tianon Gravi <admwiggin@gmail.com> (@tianon), Joseph Ferguson <yosifkit@gmail.com> (@yosifkit)
 GitRepo: https://github.com/docker-library/kibana.git
 
-Tags: 6.8.22
-GitCommit: d054cfa8b5dbb4ce60aa0ce04943a82fde49805c
+Tags: 6.8.23
+GitCommit: e344361c58744dd623753d9a45dc8502a279b942
 Directory: 6
 
-Tags: 7.16.2
+Tags: 7.16.3
 Architectures: amd64, arm64v8
-GitCommit: 5ca74e65e55e6ad7722ec7889ca3b696a3274594
+GitCommit: 59a66a88b4d61b9930e3529fd3900b23e2b3309f
 Directory: 7
 
 
@@ -30,11 +30,11 @@ Directory: 7
 Maintainers: Tianon Gravi <admwiggin@gmail.com> (@tianon), Joseph Ferguson <yosifkit@gmail.com> (@yosifkit)
 GitRepo: https://github.com/docker-library/logstash.git
 
-Tags: 6.8.22
-GitCommit: f1217485facf54d9b79f08458d0bc19e90d8e929
+Tags: 6.8.23
+GitCommit: 4c31d4c6b43c303275256545b5ac5111afa0f2e1
 Directory: 6
 
-Tags: 7.16.2
+Tags: 7.16.3
 Architectures: amd64, arm64v8
-GitCommit: 9e4c70aeed0e9e75323aed29912190dfc5e6a227
+GitCommit: e657ceb22224f33534877035f573c7baa01ea80e
 Directory: 7
diff --git a/_bashbrew-list b/_bashbrew-list
index 9de531f..101309d 100644
--- a/_bashbrew-list
+++ b/_bashbrew-list
@@ -1,6 +1,6 @@
-elasticsearch:6.8.22
-elasticsearch:7.16.2
-kibana:6.8.22
-kibana:7.16.2
-logstash:6.8.22
-logstash:7.16.2
+elasticsearch:6.8.23
+elasticsearch:7.16.3
+kibana:6.8.23
+kibana:7.16.3
+logstash:6.8.23
+logstash:7.16.3
diff --git a/elasticsearch_6.8.22/Dockerfile b/elasticsearch_6.8.23/Dockerfile
similarity index 70%
rename from elasticsearch_6.8.22/Dockerfile
rename to elasticsearch_6.8.23/Dockerfile
index 28cfd9a..9814c13 100644
--- a/elasticsearch_6.8.22/Dockerfile
+++ b/elasticsearch_6.8.23/Dockerfile
@@ -1,14 +1,14 @@
-# Elasticsearch 6.8.22
+# Elasticsearch 6.8.23
 
 # This image re-bundles the Docker image from the upstream provider, Elastic.
-FROM docker.elastic.co/elasticsearch/elasticsearch:6.8.22@sha256:abb31b525b19f5b0e47c71a8db54dbf3860c58c7e15a572d2919f6bad53e947e
+FROM docker.elastic.co/elasticsearch/elasticsearch:6.8.23@sha256:ca5dac2352e09263e55cccac445d69a0d2eec9c8c26a4c95c3b1430de1f427f2
 # Supported Bashbrew Architectures: amd64
 
 # The upstream image was built by:
-#   https://github.com/elastic/dockerfiles/tree/v6.8.22/elasticsearch
+#   https://github.com/elastic/dockerfiles/tree/v6.8.23/elasticsearch
 
 # The build can be reproduced locally via:
-#   docker build 'https://github.com/elastic/dockerfiles.git#v6.8.22:elasticsearch'
+#   docker build 'https://github.com/elastic/dockerfiles.git#v6.8.23:elasticsearch'
 
 # For a full list of supported images and tags visit https://www.docker.elastic.co
 
diff --git a/elasticsearch_7.16.2/Dockerfile b/elasticsearch_7.16.3/Dockerfile
similarity index 70%
rename from elasticsearch_7.16.2/Dockerfile
rename to elasticsearch_7.16.3/Dockerfile
index cace18d..1f2ee34 100644
--- a/elasticsearch_7.16.2/Dockerfile
+++ b/elasticsearch_7.16.3/Dockerfile
@@ -1,14 +1,14 @@
-# Elasticsearch 7.16.2
+# Elasticsearch 7.16.3
 
 # This image re-bundles the Docker image from the upstream provider, Elastic.
-FROM docker.elastic.co/elasticsearch/elasticsearch:7.16.2@sha256:055ab3c3466c6bd72ef42f7773c5fa224db4fb7cd6a9a5588ebe46642a15abf5
+FROM docker.elastic.co/elasticsearch/elasticsearch:7.16.3@sha256:0efc3a054ae97ad00cccc33b9ef79ec022970b2a9949893db4ef199edcdca2ce
 # Supported Bashbrew Architectures: amd64 arm64v8
 
 # The upstream image was built by:
-#   https://github.com/elastic/dockerfiles/tree/v7.16.2/elasticsearch
+#   https://github.com/elastic/dockerfiles/tree/v7.16.3/elasticsearch
 
 # The build can be reproduced locally via:
-#   docker build 'https://github.com/elastic/dockerfiles.git#v7.16.2:elasticsearch'
+#   docker build 'https://github.com/elastic/dockerfiles.git#v7.16.3:elasticsearch'
 
 # For a full list of supported images and tags visit https://www.docker.elastic.co
 
diff --git a/kibana_6.8.22/Dockerfile b/kibana_6.8.23/Dockerfile
similarity index 71%
rename from kibana_6.8.22/Dockerfile
rename to kibana_6.8.23/Dockerfile
index 659a4bd..ecf8347 100644
--- a/kibana_6.8.22/Dockerfile
+++ b/kibana_6.8.23/Dockerfile
@@ -1,14 +1,14 @@
-# Kibana 6.8.22
+# Kibana 6.8.23
 
 # This image re-bundles the Docker image from the upstream provider, Elastic.
-FROM docker.elastic.co/kibana/kibana:6.8.22@sha256:fce05b95243b748886aaf4d0596dd1c92dfa66b7c2e7c8c013bcbdf81e1369d2
+FROM docker.elastic.co/kibana/kibana:6.8.23@sha256:fdf51e4f8da1538f418b556954dd3e021ecd176f403fbd10d0a751d531def2d0
 # Supported Bashbrew Architectures: amd64
 
 # The upstream image was built by:
-#   https://github.com/elastic/dockerfiles/tree/v6.8.22/kibana
+#   https://github.com/elastic/dockerfiles/tree/v6.8.23/kibana
 
 # The build can be reproduced locally via:
-#   docker build 'https://github.com/elastic/dockerfiles.git#v6.8.22:kibana'
+#   docker build 'https://github.com/elastic/dockerfiles.git#v6.8.23:kibana'
 
 # For a full list of supported images and tags visit https://www.docker.elastic.co
 
diff --git a/kibana_7.16.2/Dockerfile b/kibana_7.16.3/Dockerfile
similarity index 71%
rename from kibana_7.16.2/Dockerfile
rename to kibana_7.16.3/Dockerfile
index 05c166d..e9813a8 100644
--- a/kibana_7.16.2/Dockerfile
+++ b/kibana_7.16.3/Dockerfile
@@ -1,14 +1,14 @@
-# Kibana 7.16.2
+# Kibana 7.16.3
 
 # This image re-bundles the Docker image from the upstream provider, Elastic.
-FROM docker.elastic.co/kibana/kibana:7.16.2@sha256:9a83bce5d337e7e19d789ee7f952d36d0d514c80987c3d76d90fd1afd2411a9a
+FROM docker.elastic.co/kibana/kibana:7.16.3@sha256:6c9867bd8e91737db8fa73ca6f522b2836ed1300bcc31dee96e62dc1e6413191
 # Supported Bashbrew Architectures: amd64 arm64v8
 
 # The upstream image was built by:
-#   https://github.com/elastic/dockerfiles/tree/v7.16.2/kibana
+#   https://github.com/elastic/dockerfiles/tree/v7.16.3/kibana
 
 # The build can be reproduced locally via:
-#   docker build 'https://github.com/elastic/dockerfiles.git#v7.16.2:kibana'
+#   docker build 'https://github.com/elastic/dockerfiles.git#v7.16.3:kibana'
 
 # For a full list of supported images and tags visit https://www.docker.elastic.co
 
diff --git a/logstash_6.8.22/Dockerfile b/logstash_6.8.23/Dockerfile
similarity index 71%
rename from logstash_6.8.22/Dockerfile
rename to logstash_6.8.23/Dockerfile
index 1e3e611..6cea8ab 100644
--- a/logstash_6.8.22/Dockerfile
+++ b/logstash_6.8.23/Dockerfile
@@ -1,14 +1,14 @@
-# Logstash 6.8.22
+# Logstash 6.8.23
 
 # This image re-bundles the Docker image from the upstream provider, Elastic.
-FROM docker.elastic.co/logstash/logstash:6.8.22@sha256:1995148cdefd7031407fa668a7e7a27f603b0cc810bd6e24a1638afee4079bf2
+FROM docker.elastic.co/logstash/logstash:6.8.23@sha256:d86f65d9c76e1f0f792cc20accda247d13676d368dc78dc44560545369834f01
 # Supported Bashbrew Architectures: amd64
 
 # The upstream image was built by:
-#   https://github.com/elastic/dockerfiles/tree/v6.8.22/logstash
+#   https://github.com/elastic/dockerfiles/tree/v6.8.23/logstash
 
 # The build can be reproduced locally via:
-#   docker build 'https://github.com/elastic/dockerfiles.git#v6.8.22:logstash'
+#   docker build 'https://github.com/elastic/dockerfiles.git#v6.8.23:logstash'
 
 # For a full list of supported images and tags visit https://www.docker.elastic.co
 
diff --git a/logstash_7.16.2/Dockerfile b/logstash_7.16.3/Dockerfile
similarity index 71%
rename from logstash_7.16.2/Dockerfile
rename to logstash_7.16.3/Dockerfile
index 2257fa5..c5470d1 100644
--- a/logstash_7.16.2/Dockerfile
+++ b/logstash_7.16.3/Dockerfile
@@ -1,14 +1,14 @@
-# Logstash 7.16.2
+# Logstash 7.16.3
 
 # This image re-bundles the Docker image from the upstream provider, Elastic.
-FROM docker.elastic.co/logstash/logstash:7.16.2@sha256:571875cce736d773fb98916b98be44cc24d54357cc510558099d21ea20441008
+FROM docker.elastic.co/logstash/logstash:7.16.3@sha256:4fdb24a973d387cfe31d88001401ba6f1a800c3cd0d8ada08a9dd8a9caa9c725
 # Supported Bashbrew Architectures: amd64 arm64v8
 
 # The upstream image was built by:
-#   https://github.com/elastic/dockerfiles/tree/v7.16.2/logstash
+#   https://github.com/elastic/dockerfiles/tree/v7.16.3/logstash
 
 # The build can be reproduced locally via:
-#   docker build 'https://github.com/elastic/dockerfiles.git#v7.16.2:logstash'
+#   docker build 'https://github.com/elastic/dockerfiles.git#v7.16.3:logstash'
 
 # For a full list of supported images and tags visit https://www.docker.elastic.co

Relevant Maintainers:

@tianon
Copy link
Member Author

tianon commented Jan 13, 2022

@yosifkit yosifkit merged commit d0330e6 into docker-library:master Jan 14, 2022
@yosifkit yosifkit deleted the elk branch January 14, 2022 00:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants