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

Temporary backfill of missed versions #106

Merged
merged 1 commit into from
Aug 28, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 17 additions & 0 deletions 7.17.11/Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# Logstash 7.17.11

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

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

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

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

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

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

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

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

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