From 4706496bff0286e1cf8e256bfc33b25c568ef9c9 Mon Sep 17 00:00:00 2001 From: yosifkit Date: Fri, 3 Nov 2023 16:30:16 -0700 Subject: [PATCH] Revert "Temporary backfill of missed versions" --- 8.10.3/Dockerfile | 17 ----------------- update.sh | 2 +- 2 files changed, 1 insertion(+), 18 deletions(-) delete mode 100644 8.10.3/Dockerfile diff --git a/8.10.3/Dockerfile b/8.10.3/Dockerfile deleted file mode 100644 index 0dec19d..0000000 --- a/8.10.3/Dockerfile +++ /dev/null @@ -1,17 +0,0 @@ -# Elasticsearch 8.10.3 - -# This image re-bundles the Docker image from the upstream provider, Elastic. -FROM docker.elastic.co/elasticsearch/elasticsearch:8.10.3@sha256:ebcf0d17ef340a8ae13c0390f65064ba14ec02cfdff60a6d67fbb687fc52ab84 -# Supported Bashbrew Architectures: amd64 arm64v8 - -# The upstream image was built by: -# https://github.com/elastic/dockerfiles/tree/v8.10.3/elasticsearch - -# The build can be reproduced locally via: -# docker build 'https://github.com/elastic/dockerfiles.git#v8.10.3:elasticsearch' - -# For a full list of supported images and tags visit https://www.docker.elastic.co - -# For Elasticsearch documentation visit https://www.elastic.co/guide/en/elasticsearch/reference/current/docker.html - -# See https://github.com/docker-library/official-images/pull/4916 for more details. diff --git a/update.sh b/update.sh index fa23fde..fb7730f 100755 --- a/update.sh +++ b/update.sh @@ -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 )"