summaryrefslogtreecommitdiffhomepage
path: root/pkg/docker/Makefile (follow)
AgeCommit message (Collapse)AuthorFilesLines
2021-02-02Docker: reverted 44154b830401.Konstantin Pavlov1-2/+0
Automatic synchronisation is now set up, so manual pushes to AWS ECR are discouraged.
2021-01-13Docker: based docker images off official languages ones.Konstantin Pavlov1-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-24Packages: fixed an ability to override package version.Andrei Belov1-1/+2
This was broken since 00d8049418cf.
2020-12-02Docker: creating tags and pushing to AWS ECR as well.Konstantin Pavlov1-0/+4
2020-09-22Ensure docker images are using latest versions of base OS packages.Konstantin Pavlov1-3/+6
2020-09-22Added jsc11 docker image.Konstantin Pavlov1-2/+4
2020-03-19Fixed filepath in the image checksum file.Konstantin Pavlov1-1/+1
2020-03-13Added a target to export docker images as tarballsKonstantin Pavlov1-5/+22
2019-12-24Packages: making unit-go architecture independent.Max Romanov1-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-20Moved docker images to Debian 10 "buster".Konstantin Pavlov1-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-22Fixed rebuilding of Dockerfiles.Valentin Bartenev1-1/+1
2019-02-22Improvement and unification of version processing in build scripts.Alexander Borisov1-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-25Packages: updated to 1.5-1.Valentin Bartenev1-1/+1
2018-09-27Packages: updated to 1.4-2.Andrei Belov1-1/+1
2018-04-02Added Ruby packaging support.Andrei Belov1-2/+6
2018-02-08Docker: typo fixed.Andrei Belov1-1/+1
2018-02-07Docker: added Perl image.Andrei Belov1-2/+5
2018-01-30Introduced docker images building tools.Konstantin Pavlov1-0/+68