summaryrefslogtreecommitdiff
path: root/Dockerfile-docs
Commit message (Collapse)AuthorAgeFilesLines
* ci: use latest stable syntax for Dockerfiles (#3035)Sebastiaan van Stijn2022-08-191-0/+2
| | | | | | | | | | | | I noticed one Dockerfile was pinned to 1.4; given that there's a backward compatibility guarantee on the stable syntax, the general recommendation is to use `dockerfile:1`, which makes sure that the latest stable release of the Dockerfile syntax is pulled before building. While changing, I also made some minor changes to some Dockerfiles to reduce some unneeded layers. Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
* build: disable pip cache in Dockerfile (#2828)Peter Dave Hello2022-07-291-1/+1
| | | Signed-off-by: Peter Dave Hello <hsu@peterdavehello.org>
* deps: test on Python 3.10 by default (#3010)Milas Bowman2022-07-271-1/+1
| | | | | | | * Upgrade to latest Sphinx / recommonmark * Small CSS fix for issue in new version of Alabaster theme * Fix `Makefile` target for macOS Signed-off-by: Milas Bowman <milas.bowman@docker.com>
* Update to python 3.7 (buster) and use build-argsSebastiaan van Stijn2019-07-151-1/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The build arg can be used to either test different versions, but also makes it easier to "grep" when upgrading versions. The output format of `gpg2 --list-secret-keys` changed in the version installed on Buster, so `grep` was replaced with `awk` to address the new output format; Debian Jessie: gpg2 --no-auto-check-trustdb --list-secret-keys /root/.gnupg/secring.gpg ------------------------ sec 1024D/A7B21401 2018-04-25 uid Sakuya Izayoi <sakuya@gensokyo.jp> ssb 1024g/C235E4CE 2018-04-25 Debian Buster: gpg2 --no-auto-check-trustdb --list-secret-keys /root/.gnupg/pubring.kbx ------------------------ sec dsa1024 2018-04-25 [SCA] 9781B87DAB042E6FD51388A5464ED987A7B21401 uid [ultimate] Sakuya Izayoi <sakuya@gensokyo.jp> ssb elg1024 2018-04-25 [E] Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
* Makes docs builds faster and ensures proper ownershipFrank Sachsenheim2017-04-151-7/+8
| | | | Signed-off-by: Frank Sachsenheim <funkyfuture@riseup.net>
* Start to rename docker-py to docker-sdk-pythonBen Firshman2016-11-281-5/+5
| | | | | | | | | | Pretty much everything except renaming the GitHub repo and documentation, which is not actually done yet. Nearer the release we can do a search/replace for all that stuff. Ref #1310 Signed-off-by: Ben Firshman <ben@firshman.co.uk>
* Add new Sphinx documentationBen Firshman2016-11-221-1/+4
| | | | | | Initial work thanks to @aanand. Signed-off-by: Ben Firshman <ben@firshman.co.uk>
* Add make docs command for building docsBen Firshman2016-09-051-0/+9
Signed-off-by: Ben Firshman <ben@firshman.co.uk>