Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Update files according to new CI setupsebastiaan/backend/cache-docker-images | 2020-11-18 | -396/+26 | |
| | ||||
* | Use correct conditional expression for prod steps | 2020-11-18 | -1/+1 | |
| | ||||
* | Use correct conditional expression for prod steps | 2020-11-18 | -3/+3 | |
| | ||||
* | Clean up workflow file | 2020-11-18 | -1/+1 | |
| | ||||
* | Clean up workflow file | 2020-11-18 | -4/+2 | |
| | ||||
* | Clean up workflow file | 2020-11-18 | -8/+8 | |
| | ||||
* | Use environment var for production build bool | 2020-11-18 | -4/+7 | |
| | ||||
* | Debug skipped steps | 2020-11-18 | -5/+7 | |
| | ||||
* | Debug skipped steps | 2020-11-18 | -2/+5 | |
| | ||||
* | Document steps in workflow file | 2020-11-18 | -13/+69 | |
| | ||||
* | Bump cache version to test repository caching | 2020-11-17 | -3/+3 | |
| | ||||
* | Add another cache variation | 2020-11-17 | -9/+3 | |
| | ||||
* | Use correct parameter name | 2020-11-17 | -3/+3 | |
| | ||||
* | Add inline cache instruction | 2020-11-17 | -0/+6 | |
| | ||||
* | Add versioning to cache key | 2020-11-17 | -3/+3 | |
| | ||||
* | Revert GHCR cache commit | 2020-11-17 | -1/+1 | |
| | ||||
* | Test GHCR caching of layers | 2020-11-17 | -1/+1 | |
| | ||||
* | Remove show images step from workflow | 2020-11-17 | -3/+0 | |
| | ||||
* | Specify destination of cache for venv correctly | 2020-11-17 | -1/+1 | |
| | ||||
* | Cache final venv image to local cache | 2020-11-17 | -1/+1 | |
| | ||||
* | Specify correct dockerfile | 2020-11-17 | -2/+2 | |
| | ||||
* | Use one cache target per build | 2020-11-17 | -7/+3 | |
| | ||||
* | Use three image setup for build | 2020-11-17 | -35/+101 | |
| | ||||
* | Ensure intermediate container is available | 2020-11-17 | -0/+3 | |
| | ||||
* | Delete quotes messing with build args | 2020-11-17 | -1/+1 | |
| | ||||
* | Try build args in a different format | 2020-11-17 | -0/+2 | |
| | ||||
* | Troubleshoot vague error message | 2020-11-17 | -5/+4 | |
| | ||||
* | Fix incorrectly specified cache-from argument | 2020-11-17 | -1/+1 | |
| | ||||
* | Add image tag arg to final dockerfile | 2020-11-17 | -5/+12 | |
| | ||||
* | Fix error due to referencing value before it's set | 2020-11-17 | -5/+1 | |
| | ||||
* | Include final build stage | 2020-11-17 | -4/+34 | |
| | ||||
* | Use more effective caching keys for build cache | 2020-11-17 | -1/+2 | |
| | ||||
* | Use multi-stage docker file to use local cache | 2020-11-17 | -33/+48 | |
| | ||||
* | Build final image and push to GHCR | 2020-11-17 | -0/+17 | |
| | ||||
* | Add Python and coveralls to workflow | 2020-11-17 | -1/+9 | |
| | ||||
* | Add unit test step to workflow | 2020-11-17 | -0/+15 | |
| | ||||
* | Use proper quotation in docker run arguments | 2020-11-17 | -3/+3 | |
| | ||||
* | Ensure proper spacing in command | 2020-11-17 | -4/+4 | |
| | ||||
* | Change specification of working directory | 2020-11-17 | -1/+1 | |
| | ||||
* | Change specification of working directory | 2020-11-17 | -2/+2 | |
| | ||||
* | Run linter in docker container | 2020-11-16 | -6/+6 | |
| | ||||
* | Run linter in docker container | 2020-11-16 | -22/+24 | |
| | ||||
* | Enable BuildKit caching on images | 2020-11-16 | -2/+6 | |
| | ||||
* | Fix missing space in docker build command | 2020-11-16 | -2/+2 | |
| | ||||
* | Don't use dockerx builder to build images | 2020-11-16 | -38/+9 | |
| | ||||
* | Build venv container | 2020-11-16 | -11/+14 | |
| | ||||
* | Show image list after build | 2020-11-16 | -1/+1 | |
| | ||||
* | Show container list after build | 2020-11-16 | -1/+1 | |
| | ||||
* | Show container list after build | 2020-11-16 | -32/+35 | |
| | ||||
* | Use quoted run arguments for multiline commands | 2020-11-16 | -9/+6 | |
| |