-
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 #15663
Merged
Merged
Update ELK images #15663
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@6206194: Merge pull request docker-library/elasticsearch#210 from LaurentGoderre/8.10.3 - docker-library/elasticsearch@2d1506e: Temporary backfill of missed versions logstash: - docker-library/logstash@a118479: Merge pull request docker-library/logstash#108 from LaurentGoderre/8.10.3 - docker-library/logstash@0e1075e: Temporary backfill of missed versions kibana: - docker-library/kibana@5745cc4: Merge pull request docker-library/kibana#102 from LaurentGoderre/8.10.3 - docker-library/kibana@fc439cc: Temporary backfill of missed versions
This was referenced Nov 3, 2023
Diff for 3e48104:diff --git a/_bashbrew-cat b/_bashbrew-cat
index 2d42e98..2c8693c 100644
--- a/_bashbrew-cat
+++ b/_bashbrew-cat
@@ -7,6 +7,11 @@ Architectures: amd64, arm64v8
GitCommit: 59d22a26ecf5dd91403608437300f297953d57d1
Directory: 7
+Tags: 8.10.3
+Architectures: amd64, arm64v8
+GitCommit: 2d1506e4c1ad26c8e180b33e84feefa179cdac22
+Directory: 8.10.3
+
Tags: 8.10.4
Architectures: amd64, arm64v8
GitCommit: d1265e69805eeea34ef3986b87f1361826510b02
@@ -22,6 +27,11 @@ Architectures: amd64, arm64v8
GitCommit: a19c898e1c1c78025376bb5cbcab4a6244f39ddc
Directory: 7
+Tags: 8.10.3
+Architectures: amd64, arm64v8
+GitCommit: fc439ccc2255a47957081ece0cb32b05a203d888
+Directory: 8.10.3
+
Tags: 8.10.4
Architectures: amd64, arm64v8
GitCommit: 80b2a8744c168da3b7227e2cf34c9d09f1287077
@@ -37,6 +47,11 @@ Architectures: amd64, arm64v8
GitCommit: d9df987bd398bf87b134970ab93f5a46dbe8638a
Directory: 7
+Tags: 8.10.3
+Architectures: amd64, arm64v8
+GitCommit: 0e1075e50d8a5bff32fe66e3be3115003bdc3b02
+Directory: 8.10.3
+
Tags: 8.10.4
Architectures: amd64, arm64v8
GitCommit: b7f90bae4346f5e5ad82e1d55660e5c24f253697
diff --git a/_bashbrew-list b/_bashbrew-list
index 0aee0ef..ba15e68 100644
--- a/_bashbrew-list
+++ b/_bashbrew-list
@@ -1,6 +1,9 @@
elasticsearch:7.17.14
+elasticsearch:8.10.3
elasticsearch:8.10.4
kibana:7.17.14
+kibana:8.10.3
kibana:8.10.4
logstash:7.17.14
+logstash:8.10.3
logstash:8.10.4
diff --git a/_bashbrew-list-build-order b/_bashbrew-list-build-order
index 0aee0ef..ba15e68 100644
--- a/_bashbrew-list-build-order
+++ b/_bashbrew-list-build-order
@@ -1,6 +1,9 @@
elasticsearch:7.17.14
+elasticsearch:8.10.3
elasticsearch:8.10.4
kibana:7.17.14
+kibana:8.10.3
kibana:8.10.4
logstash:7.17.14
+logstash:8.10.3
logstash:8.10.4
diff --git a/elasticsearch_8.10.4/Dockerfile b/elasticsearch_8.10.3/Dockerfile
similarity index 70%
copy from elasticsearch_8.10.4/Dockerfile
copy to elasticsearch_8.10.3/Dockerfile
index ccda2b3..0dec19d 100644
--- a/elasticsearch_8.10.4/Dockerfile
+++ b/elasticsearch_8.10.3/Dockerfile
@@ -1,14 +1,14 @@
-# Elasticsearch 8.10.4
+# Elasticsearch 8.10.3
# This image re-bundles the Docker image from the upstream provider, Elastic.
-FROM docker.elastic.co/elasticsearch/elasticsearch:8.10.4@sha256:b2cc68c47ab95e8d3f2a60e7bceab1e45f58a22978351f3564431a1fbf6fe6ba
+FROM docker.elastic.co/elasticsearch/elasticsearch:8.10.3@sha256:ebcf0d17ef340a8ae13c0390f65064ba14ec02cfdff60a6d67fbb687fc52ab84
# Supported Bashbrew Architectures: amd64 arm64v8
# The upstream image was built by:
-# https://github.com/elastic/dockerfiles/tree/v8.10.4/elasticsearch
+# https://github.com/elastic/dockerfiles/tree/v8.10.3/elasticsearch
# The build can be reproduced locally via:
-# docker build 'https://github.com/elastic/dockerfiles.git#v8.10.4:elasticsearch'
+# docker build 'https://github.com/elastic/dockerfiles.git#v8.10.3:elasticsearch'
# For a full list of supported images and tags visit https://www.docker.elastic.co
diff --git a/kibana_8.10.4/Dockerfile b/kibana_8.10.3/Dockerfile
similarity index 71%
copy from kibana_8.10.4/Dockerfile
copy to kibana_8.10.3/Dockerfile
index 59d968c..fe1117b 100644
--- a/kibana_8.10.4/Dockerfile
+++ b/kibana_8.10.3/Dockerfile
@@ -1,14 +1,14 @@
-# Kibana 8.10.4
+# Kibana 8.10.3
# This image re-bundles the Docker image from the upstream provider, Elastic.
-FROM docker.elastic.co/kibana/kibana:8.10.4@sha256:86b648ec0be88ef4252367f37744a9dc9356ea3b750a4017e8529a8d22d71709
+FROM docker.elastic.co/kibana/kibana:8.10.3@sha256:829101cf3846c3bf05b7a83c0070389674daad056cfcb7c7cf7aeb2bad76cc26
# Supported Bashbrew Architectures: amd64 arm64v8
# The upstream image was built by:
-# https://github.com/elastic/dockerfiles/tree/v8.10.4/kibana
+# https://github.com/elastic/dockerfiles/tree/v8.10.3/kibana
# The build can be reproduced locally via:
-# docker build 'https://github.com/elastic/dockerfiles.git#v8.10.4:kibana'
+# docker build 'https://github.com/elastic/dockerfiles.git#v8.10.3:kibana'
# For a full list of supported images and tags visit https://www.docker.elastic.co
diff --git a/logstash_8.10.4/Dockerfile b/logstash_8.10.3/Dockerfile
similarity index 71%
copy from logstash_8.10.4/Dockerfile
copy to logstash_8.10.3/Dockerfile
index 0a474e5..b728f77 100644
--- a/logstash_8.10.4/Dockerfile
+++ b/logstash_8.10.3/Dockerfile
@@ -1,14 +1,14 @@
-# Logstash 8.10.4
+# Logstash 8.10.3
# This image re-bundles the Docker image from the upstream provider, Elastic.
-FROM docker.elastic.co/logstash/logstash:8.10.4@sha256:8239dc9dfd7fe97fa85fa5d5d31bd635721b4479684858fbee79495a69ddf188
+FROM docker.elastic.co/logstash/logstash:8.10.3@sha256:8ab8549b1cd8530928372f6605c6c5ec9bf9af26d8953fef56c1a0b50df9a96b
# Supported Bashbrew Architectures: amd64 arm64v8
# The upstream image was built by:
-# https://github.com/elastic/dockerfiles/tree/v8.10.4/logstash
+# https://github.com/elastic/dockerfiles/tree/v8.10.3/logstash
# The build can be reproduced locally via:
-# docker build 'https://github.com/elastic/dockerfiles.git#v8.10.4:logstash'
+# docker build 'https://github.com/elastic/dockerfiles.git#v8.10.3:logstash'
# For a full list of supported images and tags visit https://www.docker.elastic.co Relevant Maintainers: |
Upstream diffs: |
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:
Closes #15647