Skip to content

Commit 610fb56

Browse files
jnoordsijthresheek
authored andcommitted
Add requirement of BuildKit to modules README
1 parent 5b37ab0 commit 610fb56

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

modules/README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,17 @@ your own instuctions following a simple filesystem layout/syntax using
55
`build_module.sh` helper script, or falling back to package sources from
66
[pkg-oss](https://hg.nginx.org/pkg-oss).
77

8+
## Requirements
9+
10+
To use the Dockerfiles provided here,
11+
[Docker BuildKit](https://docs.docker.com/build/buildkit/) is required.
12+
This is enabled by default as of version 23.0; for earlier versions this can be
13+
enabled by setting the environment variable `DOCKER_BUILDKIT` to `1`.
14+
15+
If you can not or do not want to use BuildKit, you can use a previous version
16+
of these files, see for example
17+
https://github.com/nginxinc/docker-nginx/tree/4bf0763f4977fff7e9648add59e0540088f3ca9f/modules.
18+
819
## Usage
920

1021
```

0 commit comments

Comments
 (0)