Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2023-04-10 | Docker: check out packaging tags. | Konstantin Pavlov | 1 | -2/+3 | |
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: made dockerfiles use a single stage build process. | Konstantin Pavlov | 1 | -16/+12 | |
2021-12-01 | Docker: made Dockerfiles architecture agnostic. | Konstantin Pavlov | 1 | -0/+4 | |
2021-02-05 | Docker: added curl run-time dependency. | Konstantin Pavlov | 1 | -1/+1 | |
It is needed for docker-entrypoint scripts to work. | |||||
2021-01-13 | Docker: based docker images off official languages ones. | Konstantin Pavlov | 1 | -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 |