Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2024-10-23 | Upgrade python to 3.11 | Matthew Lemon | 1 | -1/+2 | |
2024-06-06 | Configures static for the new volume | Matthew Lemon | 1 | -9/+4 | |
2024-06-05 | fix.... | Matthew Lemon | 1 | -2/+1 | |
2024-06-05 | Experiment with putting collectstatic and superuser in initial build | Matthew Lemon | 1 | -3/+5 | |
2024-06-05 | Set executible on entrypoint manually | Matthew Lemon | 1 | -1/+0 | |
2024-06-05 | Fix Dockerfile end of line error | Matthew Lemon | 1 | -1/+1 | |
2024-06-05 | Adds docker-entrypoint script | Matthew Lemon | 1 | -2/+3 | |
2024-06-04 | Updated gunicorn command | Matthew Lemon | 1 | -1/+1 | |
2024-06-03 | Adds missing CMD from Dockerfile | Matthew Lemon | 1 | -0/+3 | |
2024-06-03 | More changes to Docker file to get RHEL to build and alias file | Matthew Lemon | 1 | -5/+3 | |
2024-06-03 | Switch again to RHEL base image | Matthew Lemon | 1 | -6/+7 | |
2024-06-03 | Switch to bullseye base in attempt to beat FIPS error | Matthew Lemon | 1 | -2/+2 | |
2024-06-03 | Add requirement on libgcrypt20-dev to try to fix libgcrypt error | Matthew Lemon | 1 | -1/+1 | |
2024-06-03 | Revised Dockerfile to use slim and prod config for postgres | Matthew Lemon | 1 | -21/+8 | |
2024-05-23 | Changed final django image to python312-slim in attempt to handle libgcrypt ↵ | Matthew Lemon | 1 | -1/+1 | |
build error on OpenShift | |||||
2024-05-23 | Reverts to working Dockerfile for django - using RHEL builder | Matthew Lemon | 1 | -22/+27 | |
2024-05-23 | Trying with a RHEL ubi image to get round CVEs | Matthew Lemon | 1 | -14/+22 | |
2024-05-23 | Switch base container to rhel9/python3.12 to try to avoid CVEs | Matthew Lemon | 1 | -1/+2 | |
2024-05-23 | Removes multi-stage build for Django - uses RHEL | Matthew Lemon | 1 | -14/+0 | |
2024-05-23 | Revert "Ditched the redhat builder stage" | Matthew Lemon | 1 | -10/+26 | |
This reverts commit 5f9ca9b3e597a9dfda9ffb3af25a60b2c7309986. | |||||
2024-05-23 | Ditched the redhat builder stage | Matthew Lemon | 1 | -26/+10 | |
- Run make to build and run - Does not use volumes do database data is not retained May have to revert if the CICD kicks this out for using a Dockerhub image. | |||||
2024-05-23 | Local Docker environment is now runnable with make | Matthew Lemon | 1 | -14/+4 | |
2024-05-23 | wip: moved config to base.py | Matthew Lemon | 1 | -0/+4 | |
2024-05-03 | Fix for read-only sqlite file | Matthew Lemon | 1 | -12/+16 | |
2024-04-30 | Ports changes | Matthew Lemon | 1 | -2/+2 | |
2024-04-25 | Now uses gunicorn to run the server instead of dev server | Matthew Lemon | 1 | -2/+2 | |
2024-04-24 | Ensuring permissions set in final image for db purposes | Matthew Lemon | 1 | -0/+1 | |
2024-04-24 | Upgrading pip | Matthew Lemon | 1 | -1/+1 | |
2024-04-24 | Using multi-stage build container to overcome rhel CVEs | Matthew Lemon | 1 | -5/+25 | |
2024-04-24 | New Dockerfile using RedHat image | Matthew Lemon | 1 | -25/+15 | |
2024-04-23 | Switching to alpine base image | Matthew Lemon | 1 | -7/+7 | |
2024-04-23 | Trying different base image | Matthew Lemon | 1 | -1/+1 | |
2024-04-23 | Updates python version in Docker | Matthew Lemon | 1 | -1/+1 | |
2024-04-23 | switched to Django | Matthew Lemon | 1 | -34/+20 | |
2024-04-22 | Further changes to Dockerfile | Matthew Lemon | 1 | -1/+12 | |
2024-04-22 | Trying to fix Dockerfile for non-root use | Matthew Lemon | 1 | -2/+23 | |
2024-04-22 | Changed to 1.20 and using RHEL9 Go image | Matthew Lemon | 1 | -4/+3 | |
- Using RHEL image registry and Go toolset image (https://catalog.redhat.com/software/containers/rhel9/go-toolset/61df08166d9a1b7b2aab2344?image=6613b725036e65b1bc748a3f&architecture=amd64&container-tabs=packages) - Changed Go version to 1.20 to accommodate image - Removed structured logger | |||||
2024-04-19 | Expand image source identifier for docker.io | Matthew Lemon | 1 | -1/+1 | |
2024-04-18 | Adds code from ded-go-core - no database | Matthew Lemon | 1 | -25/+12 | |
D2S test app code removed (nginx error). Adds all go code from `ded-go-core` using the basic Gov.UK UI for a test page for DED. |