Skip to content

Commit

Permalink
generate-stackbrew-library: moved stable to 1.26
Browse files Browse the repository at this point in the history
With that, added otel tags for stable, too.
  • Loading branch information
thresheek committed Apr 23, 2024
1 parent ed439d2 commit 435f9c2
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions generate-stackbrew-library.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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")"
Expand Down Expand Up @@ -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
debian_otel="debian-otel"
alpine_otel="alpine-otel"
commit="$(dirCommit "$version/$base")"

fullVersion="$(git show "$commit":"$version/$base/Dockerfile" | awk '$1 == "ENV" && $2 == "NGINX_VERSION" { print $3; exit }')"
Expand Down

0 comments on commit 435f9c2

Please sign in to comment.