aboutsummaryrefslogtreecommitdiffstats
path: root/Dockerfile (follow)
Commit message (Collapse)AuthorAgeLines
* 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