Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
docker-nginx
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
GitHub Mirror
nginxinc
docker-nginx
Commits
025c52f4
Commit
025c52f4
authored
3 months ago
by
Konstantin Pavlov
Committed by
Konstantin Pavlov
3 months ago
Browse files
Options
Downloads
Patches
Plain Diff
Bump stable to 1.28.0.
While at it, bump njs and otel to contemporary versions as well.
parent
fb92d112
No related branches found
No related tags found
No related merge requests found
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
generate-stackbrew-library.sh
+1
-1
1 addition, 1 deletion
generate-stackbrew-library.sh
sync-awsecr.sh
+1
-1
1 addition, 1 deletion
sync-awsecr.sh
update.sh
+5
-5
5 additions, 5 deletions
update.sh
with
7 additions
and
7 deletions
generate-stackbrew-library.sh
+
1
−
1
View file @
025c52f4
...
...
@@ -4,7 +4,7 @@ set -eu
declare
-A
aliases
aliases
=(
[
mainline]
=
'1 1.27 latest'
[
stable]
=
'1.2
6
'
[
stable]
=
'1.2
8
'
)
self
=
"
$(
basename
"
$BASH_SOURCE
"
)
"
...
...
This diff is collapsed.
Click to expand it.
sync-awsecr.sh
+
1
−
1
View file @
025c52f4
...
...
@@ -7,7 +7,7 @@ registry="public.ecr.aws/z9d2n7e1"
declare
-A
aliases
aliases
=(
[
mainline]
=
'1 1.27 latest'
[
stable]
=
'1.2
6
'
[
stable]
=
'1.2
8
'
)
architectures
=(
amd64 arm64v8
)
...
...
This diff is collapsed.
Click to expand it.
update.sh
+
5
−
5
View file @
025c52f4
...
...
@@ -13,13 +13,13 @@ declare branches=(
# Remember to update pkgosschecksum when changing this.
declare
-A
nginx
=(
[
mainline]
=
'1.27.5'
[
stable]
=
'1.2
6.3
'
[
stable]
=
'1.2
8.0
'
)
# Current njs versions
declare
-A
njs
=(
[
mainline]
=
'0.8.10'
[
stable]
=
'0.8.
9
'
[
stable]
=
'0.8.
10
'
)
# Current njs patchlevel version
...
...
@@ -32,7 +32,7 @@ declare -A njspkg=(
# Current otel versions
declare
-A
otel
=(
[
mainline]
=
'0.1.2'
[
stable]
=
'0.1.
1
'
[
stable]
=
'0.1.
2
'
)
# Current nginx package patchlevel version
...
...
@@ -46,7 +46,7 @@ declare -A pkg=(
# Remember to update pkgosschecksum when changing this
declare
-A
dynpkg
=(
[
mainline]
=
1
[
stable]
=
2
[
stable]
=
1
)
declare
-A
debian
=(
...
...
@@ -73,7 +73,7 @@ declare -A rev=(
# Used in builds for architectures not packaged by nginx.org
declare
-A
pkgosschecksum
=(
[
mainline]
=
'c773d98b567bd585c17f55702bf3e4c7d82b676bfbde395270e90a704dca3c758dfe0380b3f01770542b4fd9bed1f1149af4ce28bfc54a27a96df6b700ac1745'
[
stable]
=
'
3a4e869eded0c71e92f522e94edffea7fbfb5e78886ea7e484
342
f
a2
e028c62099a67d08860c249bf93776da97b924225e0d849dbb4697b298afe5421d7d6fea
'
[
stable]
=
'
517bc18954ccf4efddd51986584ca1f37966833ad
342a2
97e1fe58fd0faf14c5a4dabcb23519dca433878a2927a95d6bea05a6749ee2fa67a33bf24cdc41b1e4
'
)
get_packages
()
{
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment