Skip to content

Commit

Permalink
Add requirement of BuildKit to modules README
Browse files Browse the repository at this point in the history
  • Loading branch information
jnoordsij authored and thresheek committed Jan 9, 2024
1 parent 5b37ab0 commit 610fb56
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions modules/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

```
Expand Down

0 comments on commit 610fb56

Please sign in to comment.