Skip to content
Snippets Groups Projects
Commit 435f9c2a authored by Konstantin Pavlov's avatar Konstantin Pavlov Committed by Konstantin Pavlov
Browse files

generate-stackbrew-library: moved stable to 1.26

With that, added otel tags for stable, too.
parent ed439d22
No related branches found
No related tags found
No related merge requests found
......@@ -4,7 +4,7 @@ set -eu
declare -A aliases
aliases=(
[mainline]='1 1.25 latest'
[stable]='1.24'
[stable]='1.26'
)
self="$(basename "$BASH_SOURCE")"
......@@ -50,12 +50,8 @@ join() {
}
for version in "${versions[@]}"; do
debian_otel=
alpine_otel=
if [ "$version" = "mainline" ]; then
debian_otel="debian-otel"
alpine_otel="alpine-otel"
fi
commit="$(dirCommit "$version/$base")"
fullVersion="$(git show "$commit":"$version/$base/Dockerfile" | awk '$1 == "ENV" && $2 == "NGINX_VERSION" { print $3; exit }')"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment