summaryrefslogtreecommitdiffstats
path: root/Dockerfile (follow)
Commit message (Expand)AuthorAgeFilesLines
* Upgrade python to 3.11Matthew Lemon2024-10-231-1/+2
* Configures static for the new volumeMatthew Lemon2024-06-061-9/+4
* fix....Matthew Lemon2024-06-051-2/+1
* Experiment with putting collectstatic and superuser in initial buildMatthew Lemon2024-06-051-3/+5
* Set executible on entrypoint manuallyMatthew Lemon2024-06-051-1/+0
* Fix Dockerfile end of line errorMatthew Lemon2024-06-051-1/+1
* Adds docker-entrypoint scriptMatthew Lemon2024-06-051-2/+3
* Updated gunicorn commandMatthew Lemon2024-06-041-1/+1
* Adds missing CMD from DockerfileMatthew Lemon2024-06-031-0/+3
* More changes to Docker file to get RHEL to build and alias fileMatthew Lemon2024-06-031-5/+3
* Switch again to RHEL base imageMatthew Lemon2024-06-031-6/+7
* Switch to bullseye base in attempt to beat FIPS errorMatthew Lemon2024-06-031-2/+2
* Add requirement on libgcrypt20-dev to try to fix libgcrypt errorMatthew Lemon2024-06-031-1/+1
* Revised Dockerfile to use slim and prod config for postgresMatthew Lemon2024-06-031-21/+8
* Changed final django image to python312-slim in attempt to handle libgcrypt b...Matthew Lemon2024-05-231-1/+1
* Reverts to working Dockerfile for django - using RHEL builderMatthew Lemon2024-05-231-22/+27
* Trying with a RHEL ubi image to get round CVEsMatthew Lemon2024-05-231-14/+22
* Switch base container to rhel9/python3.12 to try to avoid CVEsMatthew Lemon2024-05-231-1/+2
* Removes multi-stage build for Django - uses RHELMatthew Lemon2024-05-231-14/+0
* Revert "Ditched the redhat builder stage"Matthew Lemon2024-05-231-10/+26
* Ditched the redhat builder stageMatthew Lemon2024-05-231-26/+10
* Local Docker environment is now runnable with makeMatthew Lemon2024-05-231-14/+4
* wip: moved config to base.pyMatthew Lemon2024-05-231-0/+4
* Fix for read-only sqlite fileMatthew Lemon2024-05-031-12/+16
* Ports changesMatthew Lemon2024-04-301-2/+2
* Now uses gunicorn to run the server instead of dev serverMatthew Lemon2024-04-251-2/+2
* Ensuring permissions set in final image for db purposesMatthew Lemon2024-04-241-0/+1
* Upgrading pipMatthew Lemon2024-04-241-1/+1
* Using multi-stage build container to overcome rhel CVEsMatthew Lemon2024-04-241-5/+25
* New Dockerfile using RedHat imageMatthew Lemon2024-04-241-25/+15
* Switching to alpine base imageMatthew Lemon2024-04-231-7/+7
* Trying different base imageMatthew Lemon2024-04-231-1/+1
* Updates python version in DockerMatthew Lemon2024-04-231-1/+1
* switched to DjangoMatthew Lemon2024-04-231-34/+20
* Further changes to DockerfileMatthew Lemon2024-04-221-1/+12
* Trying to fix Dockerfile for non-root useMatthew Lemon2024-04-221-2/+23
* Expand image source identifier for docker.ioMatthew Lemon2024-04-191-1/+1
* Adds code from ded-go-core - no databaseMatthew Lemon2024-04-181-25/+12
* Initial commitYulqen2024-04-171-0/+25