aboutsummaryrefslogtreecommitdiffstats
path: root/Dockerfile (follow)
Commit message (Collapse)AuthorAgeLines
* Don't use the deprecated --without dev in DockerfileGravatar Chris Lovering2023-02-27-1/+1
|
* Upgrade To 3.10Gravatar Hassan Abouelela2022-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 SupportGravatar Hassan Abouelela2022-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 DockerfilesGravatar Hassan Abouelela2021-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 DockerfileGravatar Chris Lovering2021-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_DOCKERGravatar Joe Banks2021-09-03-0/+4
|
* Add Django Prometheus to installed apps and middlewareGravatar Joe Banks2021-09-02-0/+1
|
* Add --noinput and --clear to collectstatic flagsGravatar Joe Banks2021-08-25-1/+1
|
* Run collectstatic in the image build process, disable in prod startupGravatar Joe Banks2021-08-25-0/+7
|
* Convert docker file to use 3.9 and poetryGravatar Chris2021-05-17-12/+9
|
* Dockerfile optimisationsGravatar Joe Banks2021-03-13-10/+5
| | | | Copies dependencies before code for caching and removes git dependency.
* Update DockerfileGravatar Joe Banks2021-03-01-5/+6
|
* Add Git SHA consuming and putting to environment in DockerfileGravatar ks1292020-12-20-1/+5
|
* Bump version down to 3.8Gravatar Leon Sandøy2020-11-15-1/+1
|
* Upgrade site to Python 3.9.Gravatar Leon Sandøy2020-11-14-0/+32
|
* Address review by @jchristgitGravatar Gareth Coles2019-04-05-1/+0
|
* Use symlink to `alpine-3.7` Dockerfile.Gravatar Johannes Christ2018-09-18-11/+1
|
* Omit Python header installation step.Gravatar Johannes Christ2018-09-16-1/+1
|
* Back to the roots.Gravatar Johannes Christ2018-09-16-3/+1
|
* Use sane package manager.Gravatar Johannes Christ2018-09-16-8/+3
|
* Only delete build-time dependencies.Gravatar Johannes Christ2018-09-04-1/+1
|
* Use proper WSGI callable.Gravatar Johannes Christ2018-09-04-1/+1
|
* Purge unneeded packages.Gravatar Johannes Christ2018-09-04-0/+1
|
* Try using local registry.Gravatar Johannes Christ2018-09-03-1/+17
|
* Proeprly set up lint and test stages.Gravatar Johannes Christ2018-08-30-1/+1
|
* Push site base image on CI.Gravatar Gareth Coles2018-08-27-17/+1
|
* Add a `Dockerfile`.Gravatar Johannes Christ2018-08-27-0/+17