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
Once #782 is done, we will have separate prod and dev requirements files. It would be good to leverage these to make our prod build smaller and with no unnecesary dependencies.
To acheive this, we will need to refactor our Docker setup for Basket, to generate a Dev/Test image separate from the main/Prod image and to use these as appropriate
Success criteria
Current container/image workflow is understood
Workflow is updated to generate dev-and-test-specific and prod-specific builds
Prod build still gets shipped to basket-production and basket-staging
Dev/Test build gets shipped to basket-dev
CI is still happy
The text was updated successfully, but these errors were encountered:
Once #782 is done, we will have separate prod and dev requirements files. It would be good to leverage these to make our prod build smaller and with no unnecesary dependencies.
To acheive this, we will need to refactor our Docker setup for Basket, to generate a Dev/Test image separate from the main/Prod image and to use these as appropriate
Success criteria
The text was updated successfully, but these errors were encountered: