summaryrefslogtreecommitdiffhomepage
path: root/pkg/docker/Dockerfile.jsc11 (unfollow)
AgeCommit message (Collapse)AuthorFilesLines
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-5/+10
2023-05-09Regenerated dockerfiles.Konstantin Pavlov1-38/+45
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-09-13Generated Dockerfiles for Unit 1.28.0.1.28.0Andrei Zeliankou1-1/+1
2022-09-09Regenerated Dockerfiles.Konstantin Pavlov1-2/+2
2022-06-02Generated Dockerfiles for Unit 1.27.0.1.27.0Andrei Zeliankou1-1/+1
2022-05-11Regenerated Dockerfiles.Konstantin Pavlov1-0/+4
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-84/+62
2020-11-19Generated Dockerfiles for Unit 1.21.0.1.21.0Valentin Bartenev1-1/+1
2020-10-08Generated Dockerfiles for Unit 1.20.0.Valentin Bartenev1-1/+1
2020-09-22Regenerated dockerfiles.Konstantin Pavlov1-2/+2
2020-09-22Added jsc11 docker image.Konstantin Pavlov1-0/+2
2019-11-20Moved docker images to Debian 10 "buster".Konstantin Pavlov1-3/+3
This changes the language versions we provide: - python 3.5 -> python 3.7 - go 1.7/1.8 -> go 1.11 - perl 5.24 -> perl 5.28 - ruby 2.3 -> ruby 2.5 - php 7.0 -> php 7.3
2019-10-03Docker: added an entrypoint to make configuration easier.Konstantin Pavlov1-0/+4
Docker images now accept shell scripts, json files and certificate chain bundles to provide configuration on a container start by placing them into /docker-entrypoint.d/ directory.
2018-10-29Docker: avoid removing of Ruby dependencies.Andrei Belov1-1/+1
This closes #179 issue on GitHub.
2018-01-30Introduced docker images building tools.Konstantin Pavlov1-0/+89