Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Don't use the deprecated --without dev in Dockerfile | 2023-02-27 | -1/+1 | |
| | ||||
* | Upgrade To 3.10 | 2022-09-30 | -1/+1 | |
| | | | | | | | All dependencies and code are already ready for 3.10, all that's necessary is to update the number. Signed-off-by: Hassan Abouelela <[email protected]> | |||
* | Fix Poetry 1.2 Support | 2022-09-18 | -12/+5 | |
| | | | | | | | | | | | | | | Poetry 1.2 introduced a regression which broke pip `--user` installs. These types of install where the main way we did installations in docker and CI, which made it much more convenient to control their location, availability, and caching. Poetry's team does not recognize this as a supported use case, so major changes were required to get everything working again. Most of the changes were consolidated into chrislovering/python-poetry-base for docker, and hassanabouelela/setup-python for CI. Signed-off-by: Hassan Abouelela <[email protected]> | |||
* | Merges Dockerfiles | 2021-10-10 | -0/+6 | |
| | | | | | | | Merges the normal dockerfile with the static build one to reduce duplication. Signed-off-by: Hassan Abouelela <[email protected]> | |||
* | Pin platform in Dockerfile | 2021-09-04 | -1/+1 | |
| | | | | | | Some of our deps don't have wheels for atm processors. With Mac's M1 chips becomming more common, we should make it easier for those users to build our environments. | |||
* | Add note on BUILDING_DOCKER | 2021-09-03 | -0/+4 | |
| | ||||
* | Add Django Prometheus to installed apps and middleware | 2021-09-02 | -0/+1 | |
| | ||||
* | Add --noinput and --clear to collectstatic flags | 2021-08-25 | -1/+1 | |
| | ||||
* | Run collectstatic in the image build process, disable in prod startup | 2021-08-25 | -0/+7 | |
| | ||||
* | Convert docker file to use 3.9 and poetry | 2021-05-17 | -12/+9 | |
| | ||||
* | Dockerfile optimisations | 2021-03-13 | -10/+5 | |
| | | | | Copies dependencies before code for caching and removes git dependency. | |||
* | Update Dockerfile | 2021-03-01 | -5/+6 | |
| | ||||
* | Add Git SHA consuming and putting to environment in Dockerfile | 2020-12-20 | -1/+5 | |
| | ||||
* | Bump version down to 3.8 | 2020-11-15 | -1/+1 | |
| | ||||
* | Upgrade site to Python 3.9. | 2020-11-14 | -0/+32 | |
| | ||||
* | Address review by @jchristgit | 2019-04-05 | -1/+0 | |
| | ||||
* | Use symlink to `alpine-3.7` Dockerfile. | 2018-09-18 | -11/+1 | |
| | ||||
* | Omit Python header installation step. | 2018-09-16 | -1/+1 | |
| | ||||
* | Back to the roots. | 2018-09-16 | -3/+1 | |
| | ||||
* | Use sane package manager. | 2018-09-16 | -8/+3 | |
| | ||||
* | Only delete build-time dependencies. | 2018-09-04 | -1/+1 | |
| | ||||
* | Use proper WSGI callable. | 2018-09-04 | -1/+1 | |
| | ||||
* | Purge unneeded packages. | 2018-09-04 | -0/+1 | |
| | ||||
* | Try using local registry. | 2018-09-03 | -1/+17 | |
| | ||||
* | Proeprly set up lint and test stages. | 2018-08-30 | -1/+1 | |
| | ||||
* | Push site base image on CI. | 2018-08-27 | -17/+1 | |
| | ||||
* | Add a `Dockerfile`. | 2018-08-27 | -0/+17 | |