summaryrefslogtreecommitdiffhomepage
path: root/pkg/docker/Dockerfile.wasm (follow)
AgeCommit message (Collapse)AuthorFilesLines
2024-09-17pkg/docker: Update dockerfiles for 1.33.0Andrew Clayton1-7/+7
Signed-off-by: Andrew Clayton <a.clayton@nginx.com>
2024-02-21Docker: Re-generate Dockerfile.wasmAndrew Clayton1-7/+8
This now includes support for the 'wasm-wasi-component' module. This targets the upcoming 1.32.0 release which is required by wasm-wasi-component. However of course the 1.32.0 tag doesn't exist yet, so there will be a small window where this image won't build. Signed-off-by: Andrew Clayton <a.clayton@nginx.com>
2024-02-20Docker: Update versions of Go, Node, PHP, RubyDan Callahan1-1/+1
- Go: Drop 1.20, Add 1.22 - Node: Drop 18, Add 21 - PHP: Add 8.3 - Ruby: Add 3.3 Perl and Python are still up-to-date with upstream releases Regenerating the Dockerfiles also picks up the logging change from 183a1e9d634ae2fb129ce98f1ca8a16cbfdeac99
2024-02-20Docker: Shallow clone the Unit repoDan Callahan1-1/+1
Saves on the order of 10 MBs of transfer for each build. We call `rm -rf /usr/src/unit` later in this step, so the full repo has never appeared in our published images anyway.
2024-02-16Docker: Switch to githubKonstantin Pavlov1-2/+2
2023-10-17Generated Dockerfiles for Unit 1.31.1.1.31.1Andrei Zeliankou1-2/+2
2023-08-23Generated Dockerfiles for Unit 1.31.0.tag1.31.0Andrei Zeliankou1-2/+2
2023-08-22Regenerated Dockerfiles.Konstantin Pavlov1-0/+109