Skip to content

Commit

Permalink
Temporary backfill of missed versions
Browse files Browse the repository at this point in the history
  • Loading branch information
yosifkit committed Aug 23, 2023
1 parent bc46449 commit 52950fe
Show file tree
Hide file tree
Showing 4 changed files with 52 additions and 1 deletion.
17 changes: 17 additions & 0 deletions 7.17.11/Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# Kibana 7.17.11

# This image re-bundles the Docker image from the upstream provider, Elastic.
FROM docker.elastic.co/kibana/kibana:7.17.11@sha256:c18221ec6c140acc9229c44e8fb85b0627b996c4cafd0adb06767a794541905d
# Supported Bashbrew Architectures: amd64 arm64v8

# The upstream image was built by:
# https://github.com/elastic/dockerfiles/tree/v7.17.11/kibana

# The build can be reproduced locally via:
# docker build 'https://github.com/elastic/dockerfiles.git#v7.17.11: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.
17 changes: 17 additions & 0 deletions 8.8.2/Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# Kibana 8.8.2

# This image re-bundles the Docker image from the upstream provider, Elastic.
FROM docker.elastic.co/kibana/kibana:8.8.2@sha256:f7d62957d7a831209e873bf99ded2c2f9cddcbde3acac3071fe42e318b6911af
# Supported Bashbrew Architectures: amd64 arm64v8

# The upstream image was built by:
# https://github.com/elastic/dockerfiles/tree/v8.8.2/kibana

# The build can be reproduced locally via:
# docker build 'https://github.com/elastic/dockerfiles.git#v8.8.2: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.
17 changes: 17 additions & 0 deletions 8.9.0/Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# Kibana 8.9.0

# This image re-bundles the Docker image from the upstream provider, Elastic.
FROM docker.elastic.co/kibana/kibana:8.9.0@sha256:300a3b4a9093a4468bcc156c786cd2f7d58da973959b72ab1d29d34b838e3431
# Supported Bashbrew Architectures: amd64 arm64v8

# The upstream image was built by:
# https://github.com/elastic/dockerfiles/tree/v8.9.0/kibana

# The build can be reproduced locally via:
# docker build 'https://github.com/elastic/dockerfiles.git#v8.9.0: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 52950fe

Please sign in to comment.