Skip to content
Snippets Groups Projects
Commit 610fb567 authored by Jesper Noordsij's avatar Jesper Noordsij Committed by Konstantin Pavlov
Browse files

Add requirement of BuildKit to modules README

parent 5b37ab09
Branches
Tags
No related merge requests found
......@@ -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
```
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment