Branch | Commit message | Author | Age |
ami-backend | WIP | Christopher Baines | 6 years |
gc | WIP | Christopher Baines | 6 years |
master | Improve the from_port setting in various AWS security groups | Christopher Baines | 6 years |
|
Tag | Download | Author | Age |
release_10 | govuk-mini-environment-admin-release_10.tar govuk-mini-environment-admin-release_10.tar.gz | Christopher Baines | 7 years |
release_9 | govuk-mini-environment-admin-release_9.tar govuk-mini-environment-admin-release_9.tar.gz | Christopher Baines | 7 years |
release_8 | govuk-mini-environment-admin-release_8.tar govuk-mini-environment-admin-release_8.tar.gz | Christopher Baines | 7 years |
release_7 | govuk-mini-environment-admin-release_7.tar govuk-mini-environment-admin-release_7.tar.gz | Christopher Baines | 7 years |
release_6 | govuk-mini-environment-admin-release_6.tar govuk-mini-environment-admin-release_6.tar.gz | Christopher Baines | 7 years |
release_5 | govuk-mini-environment-admin-release_5.tar govuk-mini-environment-admin-release_5.tar.gz | Christopher Baines | 7 years |
release_4 | govuk-mini-environment-admin-release_4.tar govuk-mini-environment-admin-release_4.tar.gz | Christopher Baines | 7 years |
release_3 | govuk-mini-environment-admin-release_3.tar govuk-mini-environment-admin-release_3.tar.gz | Christopher Baines | 7 years |
release_2 | govuk-mini-environment-admin-release_2.tar govuk-mini-environment-admin-release_2.tar.gz | Christopher Baines | 7 years |
release_1 | govuk-mini-environment-admin-release_1.tar govuk-mini-environment-admin-release_1.tar.gz | Christopher Baines | 7 years |
|
Age | Commit message | Author |
2019-08-28 | Improve the from_port setting in various AWS security groups•••Thanks to schmie for looking in to this.
HEADmaster | Christopher Baines |
2019-05-30 | Add a name for the builder AWS instance | Christopher Baines |
2019-05-30 | Set --max-silent-time for the guix-daemon•••To avoid builds from hanging forever.
| Christopher Baines |
2019-05-30 | Fix the list of jobs on the AWS using AMI backend page | Christopher Baines |
2019-05-30 | Change the UpdateGcrootsDirectory ln command•••Hopefully these arguments will work a little better.
| Christopher Baines |
2019-05-30 | Add some checking for valid store paths | Christopher Baines |
2019-05-30 | Add a function to check a store path is valid | Christopher Baines |
2019-05-30 | Add 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-30 | Guard against deleting backends in the controller | Christopher Baines |
2019-04-27 | Add 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 |