Skip to content

Commit

Permalink
Merge pull request #102 from LaurentGoderre/8.10.3
Browse files Browse the repository at this point in the history
Temporary backfill of missed versions
  • Loading branch information
yosifkit committed Nov 3, 2023
2 parents 80b2a87 + fc439cc commit 5745cc4
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
17 changes: 17 additions & 0 deletions 8.10.3/Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# Kibana 8.10.3

# This image re-bundles the Docker image from the upstream provider, Elastic.
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.3/kibana

# The build can be reproduced locally via:
# 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

# For documentation visit https://www.elastic.co/guide/en/kibana/current/docker.html

# See https://github.com/docker-library/official-images/pull/4917 for more details.
2 changes: 1 addition & 1 deletion update.sh
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ for version in "${versions[@]}"; do
fi

fullVersion="$(
grep -P "^\Qv$rcVersion." <<<"$tags" \
grep -P "^\Qv$rcVersion" <<<"$tags" \
| grep $rcGrepV -E -- '-(alpha|beta|rc)' \
| tail -1
)"
Expand Down

0 comments on commit 5745cc4

Please sign in to comment.