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 b7f90ba commit 0e1075e
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 @@
# Logstash 8.10.3

# This image re-bundles the Docker image from the upstream provider, Elastic.
FROM docker.elastic.co/logstash/logstash:8.10.3@sha256:8ab8549b1cd8530928372f6605c6c5ec9bf9af26d8953fef56c1a0b50df9a96b
# Supported Bashbrew Architectures: amd64 arm64v8

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

# The build can be reproduced locally via:
# docker build 'https://github.com/elastic/dockerfiles.git#v8.10.3:logstash'

# For a full list of supported images and tags visit https://www.docker.elastic.co

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

# See https://github.com/docker-library/official-images/pull/5039 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 0e1075e

Please sign in to comment.