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