Skip to content

Commit

Permalink
Temporary backfill of missed versions
Browse files Browse the repository at this point in the history
  • Loading branch information
LaurentGoderre committed Nov 3, 2023
1 parent 80b2a87 commit fc439cc
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 fc439cc

Please sign in to comment.