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
8f11e7e2
Commit
8f11e7e2
authored
10 months ago
by
Jesper Noordsij
Committed by
Konstantin Pavlov
10 months ago
Browse files
Options
Downloads
Patches
Plain Diff
Use Alpine-related commit for detecting version in generate-stackbrew-library.sh
parent
1c99bf14
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
generate-stackbrew-library.sh
+1
-0
1 addition, 0 deletions
generate-stackbrew-library.sh
with
1 addition
and
0 deletions
generate-stackbrew-library.sh
+
1
−
0
View file @
8f11e7e2
...
@@ -107,6 +107,7 @@ for version in "${versions[@]}"; do
...
@@ -107,6 +107,7 @@ for version in "${versions[@]}"; do
done
done
commit
=
"
$(
dirCommit
"
$version
/alpine-slim"
)
"
alpineVersion
=
"
$(
git show
"
$commit
"
:
"
$version
/alpine-slim/Dockerfile"
|
awk
-F
:
'$1 == "FROM alpine" { print $2; exit }'
)
"
alpineVersion
=
"
$(
git show
"
$commit
"
:
"
$version
/alpine-slim/Dockerfile"
|
awk
-F
:
'$1 == "FROM alpine" { print $2; exit }'
)
"
for
variant
in
alpine alpine-perl alpine-slim
;
do
for
variant
in
alpine alpine-perl alpine-slim
;
do
...
...
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