aboutsummaryrefslogtreecommitdiff
BranchCommit messageAuthorAge
ami-backendWIPChristopher Baines6 years
gcWIPChristopher Baines6 years
masterImprove the from_port setting in various AWS security groupsChristopher Baines6 years
 
TagDownloadAuthorAge
release_10govuk-mini-environment-admin-release_10.tar  govuk-mini-environment-admin-release_10.tar.gz  Christopher Baines7 years
release_9govuk-mini-environment-admin-release_9.tar  govuk-mini-environment-admin-release_9.tar.gz  Christopher Baines7 years
release_8govuk-mini-environment-admin-release_8.tar  govuk-mini-environment-admin-release_8.tar.gz  Christopher Baines7 years
release_7govuk-mini-environment-admin-release_7.tar  govuk-mini-environment-admin-release_7.tar.gz  Christopher Baines7 years
release_6govuk-mini-environment-admin-release_6.tar  govuk-mini-environment-admin-release_6.tar.gz  Christopher Baines7 years
release_5govuk-mini-environment-admin-release_5.tar  govuk-mini-environment-admin-release_5.tar.gz  Christopher Baines7 years
release_4govuk-mini-environment-admin-release_4.tar  govuk-mini-environment-admin-release_4.tar.gz  Christopher Baines7 years
release_3govuk-mini-environment-admin-release_3.tar  govuk-mini-environment-admin-release_3.tar.gz  Christopher Baines7 years
release_2govuk-mini-environment-admin-release_2.tar  govuk-mini-environment-admin-release_2.tar.gz  Christopher Baines7 years
release_1govuk-mini-environment-admin-release_1.tar  govuk-mini-environment-admin-release_1.tar.gz  Christopher Baines7 years
 
AgeCommit messageAuthor
2019-08-28Improve the from_port setting in various AWS security groups•••Thanks to schmie for looking in to this. HEADmasterChristopher Baines
2019-05-30Add a name for the builder AWS instanceChristopher Baines
2019-05-30Set --max-silent-time for the guix-daemon•••To avoid builds from hanging forever. Christopher Baines
2019-05-30Fix the list of jobs on the AWS using AMI backend pageChristopher Baines
2019-05-30Change the UpdateGcrootsDirectory ln command•••Hopefully these arguments will work a little better. Christopher Baines
2019-05-30Add some checking for valid store pathsChristopher Baines
2019-05-30Add a function to check a store path is validChristopher Baines
2019-05-30Add a new AWS backend using Amazon Machine Images•••The existing AWS backend uses system containers backed on to the AWS hosted NFS service (EFS). This has some advantages, but also some disadvantages. Using the EFS service allows building a container on one instance, with the state being held on the EFS, and then launching a new instance to run the container. Using EFS also provides persistence, at least beyond individual EC2 instances. However, build performance when using EFS is poor compared with a local store without the overhead of the network latency. Additionally, the startup speed of the container running off EFS is slow compared to local storage. This backend doesn't use EFS, instead the Guix store sits on instance storage. Rather than using a system container for a Mini Environment, an Amazon Machine Image (AMI) is built instead. The fast local storage makes builds faster, and using EBS storage for the Mini Envirnoments as well as not having the overhead of starting Ubuntu, then starting the container also makes startup faster. Christopher Baines
2019-05-30Guard against deleting backends in the controllerChristopher Baines
2019-04-27Add ruby-sass as an input•••This seems to be required. Hopefully, sassc can be used instead soon. Christopher Baines
[...]
 
Clone
https://git.cbaines.net/git/gds/govuk-mini-environment-admin
git@git.cbaines.net:gds/govuk-mini-environment-admin