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