summaryrefslogtreecommitdiffhomepage
path: root/pkg/docker/Dockerfile.python3.12 (unfollow)
AgeCommit message (Collapse)AuthorFilesLines
2024-12-18pkg/docker: Update dockerfiles for 1.34.0Andrew Clayton1-4/+25
Signed-off-by: Andrew Clayton <a.clayton@nginx.com>
2024-09-17pkg/docker: Update dockerfiles for 1.33.0Andrew Clayton1-3/+3
Signed-off-by: Andrew Clayton <a.clayton@nginx.com>
2024-03-15Generated Dockerfiles for Unit 1.32.1Andrei Zeliankou1-2/+2
2024-02-27Generated Dockerfiles for Unit 1.32.0Andrei Zeliankou1-2/+2
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-19Docker: Switch python3.12 to using githubAndrei Zeliankou1-2/+2
Forgotten in <https://github.com/nginx/unit/commit/c3af21e970ca3c822004cfda7c5b56ec07d99da9>
2024-02-13Docker: Generated Dockerfile for Unit 1.31.1.tclesius1-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-4/+9
2023-05-09Regenerated dockerfiles.Konstantin Pavlov1-38/+45
2023-04-11Regenerated Dockerfiles.Konstantin Pavlov1-1/+1
2023-04-10Regenerated Dockerfiles.Konstantin Pavlov1-11/+17
2023-03-28Regenerated Dockerfiles.Konstantin Pavlov1-16/+12
2023-02-28Generated Dockerfiles for Unit 1.29.1.1.29.1Andrei Zeliankou1-1/+1
2022-12-15Generated Dockerfiles for Unit 1.29.0.1.29.0Andrei Zeliankou1-1/+1
2022-12-13Regenerated Dockerfiles.Konstantin Pavlov1-2/+2
2022-09-13Generated Dockerfiles for Unit 1.28.0.1.28.0Andrei Zeliankou1-1/+1
2022-06-02Generated Dockerfiles for Unit 1.27.0.1.27.0Andrei Zeliankou1-1/+1
2022-05-11Regenerated Dockerfiles.Konstantin Pavlov1-2/+6
2022-01-17Generated Dockerfile for Python 3.10.Konstantin Pavlov1-73/+0
2021-12-02Generated Dockerfiles for Unit 1.26.1.1.26.1Valentin Bartenev1-1/+1
2021-11-18Generated Dockerfiles for Unit 1.26.0.1.26.0Valentin Bartenev1-1/+1
2021-08-19Generated Dockerfiles for Unit 1.25.0.1.25.0Valentin Bartenev1-1/+1
2021-05-27Generated Dockerfiles for Unit 1.24.0.1.24.0Valentin Bartenev1-1/+1
2021-03-25Generated Dockerfiles for Unit 1.23.0.1.23.0Valentin Bartenev1-1/+1
2021-02-05Regenerated Dockerfiles.Konstantin Pavlov1-1/+1
2021-02-04Generated Dockerfiles for Unit 1.22.0.1.22.0Valentin Bartenev1-1/+1
2021-02-01Regenerated Dockerfiles.Konstantin Pavlov1-8/+8
2021-01-13Docker: based docker images off official languages ones.Konstantin Pavlov1-0/+73
Language versions are bumped to: - python 3.9 - ruby 2.7 - go 1.15 - node 15 - perl 5.32 Removed images: - python 2.7 due to EOL - full/latest due to incompatibility with the new scheme