This repository was archived by the owner on Aug 5, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +18
-1
lines changed Expand file tree Collapse file tree 2 files changed +18
-1
lines changed Original file line number Diff line number Diff line change
1
+ # Elasticsearch 8.10.3
2
+
3
+ # This image re-bundles the Docker image from the upstream provider, Elastic.
4
+ FROM docker.elastic.co/elasticsearch/elasticsearch:8.10.3@sha256:ebcf0d17ef340a8ae13c0390f65064ba14ec02cfdff60a6d67fbb687fc52ab84
5
+ # Supported Bashbrew Architectures: amd64 arm64v8
6
+
7
+ # The upstream image was built by:
8
+ # https://github.com/elastic/dockerfiles/tree/v8.10.3/elasticsearch
9
+
10
+ # The build can be reproduced locally via:
11
+ # docker build 'https://github.com/elastic/dockerfiles.git#v8.10.3:elasticsearch'
12
+
13
+ # For a full list of supported images and tags visit https://www.docker.elastic.co
14
+
15
+ # For Elasticsearch documentation visit https://www.elastic.co/guide/en/elasticsearch/reference/current/docker.html
16
+
17
+ # See https://github.com/docker-library/official-images/pull/4916 for more details.
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ for version in "${versions[@]}"; do
29
29
fi
30
30
31
31
fullVersion=" $(
32
- grep -P " ^\Qv$rcVersion . " <<< " $tags" \
32
+ grep -P " ^\Qv$rcVersion " <<< " $tags" \
33
33
| grep $rcGrepV -E -- ' -(alpha|beta|rc)' \
34
34
| tail -1
35
35
) "
You can’t perform that action at this time.
0 commit comments