aboutsummaryrefslogtreecommitdiff
path: root/docker
Commit message (Collapse)AuthorAgeFilesLines
* Also redirect security.ubuntu.com to EC2 regional mirrorStefan Boberg2026-04-161-1/+1
| | | | | security.ubuntu.com is a separate origin that the previous sed missed, and it has the same slow connectivity from our network.
* Switch Docker apt mirror to us-east-1.ec2.archive.ubuntu.comStefan Boberg2026-04-161-1/+3
| | | | | | archive.ubuntu.com has 8+ second connect times from our runners (and locally). The EC2 regional mirror should resolve within the same network, avoiding the slow external path.
* Add Docker image build for compute workers (#837)Stefan Boberg2026-03-162-0/+55
Adds a Dockerfile (Ubuntu 24.04 + WineHQ) and an `xmake docker` task to build and optionally push a zenserver-compute Docker image, enabling Linux deployment of compute workers that run Windows executables via Wine.