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
The mix of Makefile and Dockerfile is a sort of CLI but one that's proven hard to use. Particularly for refactoring or extending the loose patterns.
Description of the Design
Wrap those in a CLI for working with the upgrade layers. Consider generating the Makefile or Dockerfile just in time using a spec. Something like https://www.npmjs.com/package/dockerfile-generator could generate the Dockerfile.
Security Considerations
Scaling Considerations
Test Plan
Upgrade Considerations
The text was updated successfully, but these errors were encountered:
What is the Problem Being Solved?
The mix of Makefile and Dockerfile is a sort of CLI but one that's proven hard to use. Particularly for refactoring or extending the loose patterns.
Description of the Design
Wrap those in a CLI for working with the upgrade layers. Consider generating the Makefile or Dockerfile just in time using a spec. Something like https://www.npmjs.com/package/dockerfile-generator could generate the Dockerfile.
Security Considerations
Scaling Considerations
Test Plan
Upgrade Considerations
The text was updated successfully, but these errors were encountered: