Chris Mayo
|
cc1054c568
|
Update Docker image to Python 3.12
|
2023-12-11 19:26:59 +00:00 |
|
Chris Mayo
|
e3cd7f11ec
|
Update Docker image to Python 3.11
|
2022-12-08 19:26:33 +00:00 |
|
Chris Mayo
|
b35036af2b
|
Merge pull request #634 from cjmayo/pyxdg
Remove dependency on pyxdg
|
2022-08-30 19:28:03 +01:00 |
|
Chris Mayo
|
fbceca5dc9
|
Remove dependency on pyxdg
Read the environment variables and implement the same fallbacks.
Saves a hardly used dependency and is more explicit.
|
2022-08-23 19:26:15 +01:00 |
|
Chris Mayo
|
10f3d33041
|
Finish documenting the use of XDG_CONFIG_HOME and XDG_DATA_HOME
Introduced by:
a03e2e4a ("use xdg dirs for config & data", 2017-10-17)
|
2022-08-23 19:21:53 +01:00 |
|
Chris Mayo
|
5403e688ca
|
Use Python 3.10 in Docker image
cchardet was the reason for using Python 3.9.
|
2022-04-12 19:24:49 +01:00 |
|
Chris Mayo
|
34ba737710
|
Remove cchardet from Docker image, tox env and recommendation
Beautiful Soup 4.11 will use charset-normalizer.
|
2022-04-11 19:26:18 +01:00 |
|
Chris Mayo
|
af93386bcc
|
Version application using setuptools_scm
Version has the format X.Y.Z.postN+g12345678
|
2021-11-28 18:55:46 +00:00 |
|
Chris Mayo
|
99d0d5218b
|
Release new Docker image hosted on GitHub Packages
|
2021-11-25 19:33:29 +00:00 |
|
Chris Mayo
|
4418236f56
|
Don't remove directories from Docker image
/var/lib/apt, /usr/share/locale, /usr/share/man are now empty.
/usr/share/doc is almost empty and populated by the base image.
|
2020-09-01 19:24:10 +01:00 |
|
Chris Mayo
|
630401f998
|
Install from GitHub master.zip in Dockerfile
Saves installing git and dependencies.
|
2020-08-31 19:18:26 +01:00 |
|
Chris Mayo
|
3723a3ac7a
|
Use Python:3-slim base image in Dockerfile
Currently reduces image size from 896MB to 126MB.
|
2020-08-31 19:18:26 +01:00 |
|
alberto56
|
1ebc6a1431
|
use python3 in readme and dockerfile
|
2020-05-09 08:03:23 -04:00 |
|
EsuS
|
004632a99b
|
Update references to GitHub project from wummel to linkchecker
Remove all mention of donations.
|
2019-04-18 19:59:52 +01:00 |
|
Petr Ruzicka
|
20c8e9b6cb
|
Dockerfile fix, Documentation updated
|
2018-03-25 14:01:04 +02:00 |
|
Petr Ruzicka
|
524788b53d
|
Adding Dockerfile used by Docker containers which providing isolation from the OS.
|
2018-03-14 18:18:30 +01:00 |
|