Commit message (Collapse) | Author | ||
---|---|---|---|
2023-12-24 | docker: bump base images | Egor Tensin | |
2023-08-14 | docker: add HEALTHCHECK | Egor Tensin | |
2023-05-30 | docker: fix armhf buildsv4.0.12 | Egor Tensin | |
2023-05-30 | docker: rename scriptsv4.0.11 | Egor Tensin | |
2023-05-21 | docker: bump base images | Egor Tensin | |
2023-03-02 | pin Python version | Egor Tensin | |
2023-02-27 | docker: remove entrypoint.sh | Egor Tensin | |
The remainder functionality fits nicely to run.sh. | |||
2023-02-25 | add --quiet flags to all installations | Egor Tensin | |
2023-02-25 | docker: add run.sh | Egor Tensin | |
2023-02-25 | docker: rename schedule.sh to run_cron.sh | Egor Tensin | |
2022-12-04 | docker: make schedule.sh more reusable | Egor Tensin | |
2022-12-03 | docker: factor out cron stuff into schedule.sh | Egor Tensin | |
It can be easily reused that way. | |||
2022-12-03 | docker: chmod o-rwx the output directory | Egor Tensin | |
2022-12-02 | docker: bump base image | Egor Tensin | |
2022-10-16 | docker: upgrade base images | Egor Tensin | |
2022-10-16 | move Dockerfile to docker/ | Egor Tensin | |
2022-04-09 | docker: use pip install --target | Egor Tensin | |
2022-03-27 | docker: change default paths | Egor Tensin | |
2022-03-15 | Dockerfile: set maintainer label | Egor Tensin | |
2022-03-15 | docker: bump base images | Egor Tensin | |
2022-03-15 | docker: split into build stages | Egor Tensin | |
2022-03-15 | docker: best practices | Egor Tensin | |
2021-11-01 | docker: bump base image | Egor Tensin | |
2021-08-02 | docker: fix CMD handling | Egor Tensin | |
It was difficult to override CMD (due to the requirement to `activate` the venv), move the `activate` call to entrypoint.sh. | |||
2021-08-01 | docker: fix Dockerfile after messing with requirements.txt | Egor Tensin | |
2021-07-31 | merge my_repos.py to the config | Egor Tensin | |
The config is also in the TOML format now. It's a bit messy for the moment, but I'll fix it. | |||
2021-03-30 | docker: update base image to Alpine 3.13 | Egor Tensin | |
2021-03-30 | docker: enable scheduled runs via crond | Egor Tensin | |
2021-03-29 | further renaming work | Egor Tensin | |
2021-03-29 | rename the project to "cgitize" | Egor Tensin | |
2020-03-01 | rename the modules | Egor Tensin | |
2019-08-13 | add Dockerfile | Egor Tensin | |