summaryrefslogtreecommitdiff
path: root/ci/docker/xenial
Commit message (Collapse)AuthorAgeFilesLines
* ci: pull libssh2 from www.libssh2.orgethomson/ci_libssh2Edward Thomson2021-09-211-2/+1
| | | | | libssh2.org and www.libssh2.org were previously identical; now this is a redirect.
* ci: update container versionsEdward Thomson2021-08-231-0/+1
| | | | | Update all the container versions to force a rebuild so that they'll get tagged with latest (due to changes in the CI scripts).
* ci: remove the docker entrypointethomson/dockerfileEdward Thomson2021-08-091-5/+4
| | | | | | | | | Omitting an entrypoint.sh to configure the container and instead depending on docker primitives allows us to be more portable. (If a distribution uses a different mechanism for adding users, we need not have multiple entrypoint.sh files or invariants within it; instead we can configure that in the dockerfile itself along with all the other distribution specific components.)
* ci: support multi-arch docker buildsEdward Thomson2020-11-231-1/+2
| | | | | Provide the base to our docker images and run with the QEMU docker support optionally.
* ci: stop using deprecated set-env in GitHub ActionsEdward Thomson2020-11-181-0/+66
(And move the ci scripts into the `ci` directory.)