aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/docker/Dockerfile (unfollow)
Commit message (Collapse)Author
2024-06-23switch to egor@tensin.namev5.1.0Egor Tensin
2024-03-06Dockerfile: fix casingEgor Tensin
2023-12-24docker: bump base imagesEgor Tensin
2023-08-14docker: add HEALTHCHECKEgor Tensin
2023-05-30docker: fix armhf buildsv4.0.12Egor Tensin
2023-05-30docker: rename scriptsv4.0.11Egor Tensin
2023-05-21docker: bump base imagesEgor Tensin
2023-03-02pin Python versionEgor Tensin
2023-02-27docker: remove entrypoint.shEgor Tensin
The remainder functionality fits nicely to run.sh.
2023-02-25add --quiet flags to all installationsEgor Tensin
2023-02-25docker: add run.shEgor Tensin
2023-02-25docker: rename schedule.sh to run_cron.shEgor Tensin
2022-12-04docker: make schedule.sh more reusableEgor Tensin
2022-12-03docker: factor out cron stuff into schedule.shEgor Tensin
It can be easily reused that way.
2022-12-03docker: chmod o-rwx the output directoryEgor Tensin
2022-12-02docker: bump base imageEgor Tensin
2022-10-16docker: upgrade base imagesEgor Tensin
2022-10-16move Dockerfile to docker/Egor Tensin
2022-04-09docker: use pip install --targetEgor Tensin
2022-03-27docker: change default pathsEgor Tensin
2022-03-15Dockerfile: set maintainer labelEgor Tensin
2022-03-15docker: bump base imagesEgor Tensin
2022-03-15docker: split into build stagesEgor Tensin
2022-03-15docker: best practicesEgor Tensin
2021-11-01docker: bump base imageEgor Tensin
2021-08-02docker: fix CMD handlingEgor Tensin
It was difficult to override CMD (due to the requirement to `activate` the venv), move the `activate` call to entrypoint.sh.
2021-08-01docker: fix Dockerfile after messing with requirements.txtEgor Tensin
2021-07-31merge my_repos.py to the configEgor 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-30docker: update base image to Alpine 3.13Egor Tensin
2021-03-30docker: enable scheduled runs via crondEgor Tensin
2021-03-29further renaming workEgor Tensin
2021-03-29rename the project to "cgitize"Egor Tensin
2020-03-01rename the modulesEgor Tensin
2019-08-13add DockerfileEgor Tensin