cfm / terraform-metal-securedrop-staging

Terraform module for standing up a SecureDrop staging environment at Equinix Metal (fka Packet)
MIT License
0 stars 2 forks source link

Support installing prod releases or RCs without building debs #8

Open eloquence opened 2 years ago

eloquence commented 2 years ago

It would be nice to support using current packages from apt or apt-test for quickly spinning up staging envs based on specific published releases rather than building debs every time (which is also error-prone if we don't use build-debs-notest due to the build container getting out of date; it also often doesn't work for older release tags, e.g., building 2.1.0 doesn't work without special patches due to https://github.com/freedomofpress/securedrop/issues/6205).