You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I noticed as part of #1249 that in the integration tests we either have secretless and secretless-dev built as part of ./start and the docker-compose.yml. The former is horrible because you potentially rebuild something you already have, which increases build time.
It would be good to
Standardise on using pre-built images.
If the image doesn't exist we can have a common script that runs before all the ./start scripts and either automatically builds secretless and secretless-dev, or prompts the user before doing so (opt-in).
AC:
TBC
List of conditions that must be met for this card to be complete (aka Acceptance Criteria)
The text was updated successfully, but these errors were encountered:
Description
I noticed as part of #1249 that in the integration tests we either have secretless and secretless-dev built as part of
./start
and thedocker-compose.yml
. The former is horrible because you potentially rebuild something you already have, which increases build time.It would be good to
./start
scripts and either automatically builds secretless and secretless-dev, or prompts the user before doing so (opt-in).AC:
TBC
The text was updated successfully, but these errors were encountered: