Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2023-05-05 | Docker: tagged minimal variant as latest. | Konstantin Pavlov | 1 | -1/+5 | |
2023-05-05 | Docker: Makefile housekeeping. | Konstantin Pavlov | 1 | -5/+2 | |
2023-05-05 | Docker: added a way to generate multiple versions of an image. | Konstantin Pavlov | 1 | -23/+30 | |
2023-03-28 | Docker: fixed git references. | Konstantin Pavlov | 1 | -2/+2 | |
2023-04-06 | Docker: specified explicit variants of images to use. | Konstantin Pavlov | 1 | -8/+17 | |
This allows us to decide when to move to a newer underlying distribution version with our pace instead of relying on Docker Hub cadence. | |||||
2023-04-10 | Docker: check out packaging tags. | Konstantin Pavlov | 1 | -0/+2 | |
This will ensure we're checking out source code that is close to what we have in binary packages. While at it, remove the checkout directory when it's no longer needed. | |||||
2023-02-13 | Docker: bumped language versions. | Konstantin Pavlov | 1 | -3/+3 | |
2023-02-13 | Docker: made dockerfiles use a single stage build process. | Konstantin Pavlov | 1 | -19/+10 | |
2023-02-13 | Docker: added a target to generate Docker library definition. | Konstantin Pavlov | 1 | -1/+18 | |
2023-02-13 | Docker: cleanup unused targets. | Konstantin Pavlov | 1 | -20/+2 | |
2022-12-07 | Docker: bumped language versions. | Konstantin Pavlov | 1 | -2/+2 | |
2022-09-09 | Docker: bumped language versions, moved jsc11 to eclipse-temurin. | Konstantin Pavlov | 1 | -3/+3 | |
openjdk builds are no longer provided in the docker library due to deprecation. | |||||
2022-05-11 | Docker: bumped language versions. | Konstantin Pavlov | 1 | -2/+2 | |
2022-01-13 | Docker: bumped Python image version. | Konstantin Pavlov | 1 | -1/+1 | |
2021-12-17 | Docker: bumped PHP image version. | Konstantin Pavlov | 1 | -1/+1 | |
2021-12-01 | Docker: made Dockerfiles architecture agnostic. | Konstantin Pavlov | 1 | -2/+2 | |
2021-09-21 | Docker: bumped versions. | Konstantin Pavlov | 1 | -5/+5 | |
Minimal image now uses Debian 11 "Bullseye" as a base. Language versions are bumped to: - Go 1.17 - Node 16 - Perl 5.34 - Ruby 3.0 | |||||
2021-02-02 | Docker: reverted 44154b830401. | Konstantin Pavlov | 1 | -2/+0 | |
Automatic synchronisation is now set up, so manual pushes to AWS ECR are discouraged. | |||||
2021-01-13 | Docker: based docker images off official languages ones. | Konstantin Pavlov | 1 | -46/+78 | |
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 | |||||
2020-12-24 | Packages: fixed an ability to override package version. | Andrei Belov | 1 | -1/+2 | |
This was broken since 00d8049418cf. | |||||
2020-12-02 | Docker: creating tags and pushing to AWS ECR as well. | Konstantin Pavlov | 1 | -0/+4 | |
2020-09-22 | Ensure docker images are using latest versions of base OS packages. | Konstantin Pavlov | 1 | -3/+6 | |
2020-09-22 | Added jsc11 docker image. | Konstantin Pavlov | 1 | -2/+4 | |
2020-03-19 | Fixed filepath in the image checksum file. | Konstantin Pavlov | 1 | -1/+1 | |
2020-03-13 | Added a target to export docker images as tarballs | Konstantin Pavlov | 1 | -5/+22 | |
2019-12-24 | Packages: making unit-go architecture independent. | Max Romanov | 1 | -1/+1 | |
To support Go modules, the unit-go module should be platform independent. All platform-dependent logic is moved to libunit, so the unit-dev package should be installed before building unit-go. | |||||
2019-11-20 | Moved docker images to Debian 10 "buster". | Konstantin Pavlov | 1 | -21/+8 | |
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-08-22 | Fixed rebuilding of Dockerfiles. | Valentin Bartenev | 1 | -1/+1 | |
2019-02-22 | Improvement and unification of version processing in build scripts. | Alexander Borisov | 1 | -3/+3 | |
This also eliminates expressions that incompatible with BSD make, thus fixing installation of Node.js module on FreeBSD (broken by dace60fc4926). | |||||
2018-10-25 | Packages: updated to 1.5-1. | Valentin Bartenev | 1 | -1/+1 | |
2018-09-27 | Packages: updated to 1.4-2. | Andrei Belov | 1 | -1/+1 | |
2018-04-02 | Added Ruby packaging support. | Andrei Belov | 1 | -2/+6 | |
2018-02-08 | Docker: typo fixed. | Andrei Belov | 1 | -1/+1 | |
2018-02-07 | Docker: added Perl image. | Andrei Belov | 1 | -2/+5 | |
2018-01-30 | Introduced docker images building tools. | Konstantin Pavlov | 1 | -0/+68 | |