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
5b37ab09
Commit
5b37ab09
authored
1 year ago
by
Jesper Noordsij
Committed by
Konstantin Pavlov
1 year ago
Browse files
Options
Downloads
Patches
Plain Diff
Use Docker BuildKit for modules test buils
parent
7399d225
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
.test/tests/modules/run.sh
+1
-1
1 addition, 1 deletion
.test/tests/modules/run.sh
with
1 addition
and
1 deletion
.test/tests/modules/run.sh
+
1
−
1
View file @
5b37ab09
...
...
@@ -32,7 +32,7 @@ fi
# Create an instance of the container-under-test
modulesImage
=
"
$(
"
$HOME
/oi/test/tests/image-name.sh"
librarytest/nginx-template
"
$image
"
)
"
DOCKER_BUILDKIT
=
0
docker build
--build-arg
NGINX_FROM_IMAGE
=
"
$image
"
--build-arg
ENABLED_MODULES
=
"ndk set-misc echo"
-t
"
$modulesImage
"
-f
"modules/
$dockerfile
"
"
$GITHUB_WORKSPACE
/modules"
docker build
--build-arg
NGINX_FROM_IMAGE
=
"
$image
"
--build-arg
ENABLED_MODULES
=
"ndk set-misc echo"
-t
"
$modulesImage
"
-f
"modules/
$dockerfile
"
"
$GITHUB_WORKSPACE
/modules"
serverImage
=
"
${
modulesImage
}
-sme"
"
$HOME
/oi/test/tests/docker-build.sh"
"
$dir
"
"
$serverImage
"
<<
EOD
...
...
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