Skip to content
This repository was archived by the owner on Aug 5, 2025. It is now read-only.

Commit def5ab2

Browse files
authored
Merge pull request #106 from infosiftr/backfill
Temporary backfill of missed versions
2 parents 2ff314d + 2105c9b commit def5ab2

File tree

4 files changed

+52
-1
lines changed

4 files changed

+52
-1
lines changed

7.17.11/Dockerfile

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
# Logstash 7.17.11
2+
3+
# This image re-bundles the Docker image from the upstream provider, Elastic.
4+
FROM docker.elastic.co/logstash/logstash:7.17.11@sha256:a3362c43ca2885aa08b27831dbed18a8e3d851374efb6e663f6d18a2906c2730
5+
# Supported Bashbrew Architectures: amd64 arm64v8
6+
7+
# The upstream image was built by:
8+
# https://github.com/elastic/dockerfiles/tree/v7.17.11/logstash
9+
10+
# The build can be reproduced locally via:
11+
# docker build 'https://github.com/elastic/dockerfiles.git#v7.17.11:logstash'
12+
13+
# For a full list of supported images and tags visit https://www.docker.elastic.co
14+
15+
# For Logstash documentation visit https://www.elastic.co/guide/en/logstash/current/docker.html
16+
17+
# See https://github.com/docker-library/official-images/pull/5039 for more details.

8.8.2/Dockerfile

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
# Logstash 8.8.2
2+
3+
# This image re-bundles the Docker image from the upstream provider, Elastic.
4+
FROM docker.elastic.co/logstash/logstash:8.8.2@sha256:d5bebfec7734a8b566cbbc1223427e1716d9048d81ce1b19f92b56c69fbbc34c
5+
# Supported Bashbrew Architectures: amd64 arm64v8
6+
7+
# The upstream image was built by:
8+
# https://github.com/elastic/dockerfiles/tree/v8.8.2/logstash
9+
10+
# The build can be reproduced locally via:
11+
# docker build 'https://github.com/elastic/dockerfiles.git#v8.8.2:logstash'
12+
13+
# For a full list of supported images and tags visit https://www.docker.elastic.co
14+
15+
# For Logstash documentation visit https://www.elastic.co/guide/en/logstash/current/docker.html
16+
17+
# See https://github.com/docker-library/official-images/pull/5039 for more details.

8.9.0/Dockerfile

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
# Logstash 8.9.0
2+
3+
# This image re-bundles the Docker image from the upstream provider, Elastic.
4+
FROM docker.elastic.co/logstash/logstash:8.9.0@sha256:ea6e03234a1537e5475606b1b7a56bef24cb219a549308825b932cee4a1623a4
5+
# Supported Bashbrew Architectures: amd64 arm64v8
6+
7+
# The upstream image was built by:
8+
# https://github.com/elastic/dockerfiles/tree/v8.9.0/logstash
9+
10+
# The build can be reproduced locally via:
11+
# docker build 'https://github.com/elastic/dockerfiles.git#v8.9.0:logstash'
12+
13+
# For a full list of supported images and tags visit https://www.docker.elastic.co
14+
15+
# For Logstash documentation visit https://www.elastic.co/guide/en/logstash/current/docker.html
16+
17+
# See https://github.com/docker-library/official-images/pull/5039 for more details.

update.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
)"

0 commit comments

Comments
 (0)