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
610fb567
Commit
610fb567
authored
1 year ago
by
Jesper Noordsij
Committed by
Konstantin Pavlov
1 year ago
Browse files
Options
Downloads
Patches
Plain Diff
Add requirement of BuildKit to modules README
parent
5b37ab09
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
modules/README.md
+11
-0
11 additions, 0 deletions
modules/README.md
with
11 additions
and
0 deletions
modules/README.md
+
11
−
0
View file @
610fb567
...
...
@@ -5,6 +5,17 @@ your own instuctions following a simple filesystem layout/syntax using
`build_module.sh`
helper script, or falling back to package sources from
[
pkg-oss
](
https://hg.nginx.org/pkg-oss
)
.
## Requirements
To use the Dockerfiles provided here,
[
Docker BuildKit
](
https://docs.docker.com/build/buildkit/
)
is required.
This is enabled by default as of version 23.0; for earlier versions this can be
enabled by setting the environment variable
`DOCKER_BUILDKIT`
to
`1`
.
If you can not or do not want to use BuildKit, you can use a previous version
of these files, see for example
https://github.com/nginxinc/docker-nginx/tree/4bf0763f4977fff7e9648add59e0540088f3ca9f/modules.
## Usage
```
...
...
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