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
{{ message }}
This repository has been archived by the owner on Sep 21, 2020. It is now read-only.
It would be usefull to be able to specify multiple context sources. With that we could setup a build which pulls its dockerfile and main application from git but additionally loads for example datascience-models from s3 into the build context.
Another usecase would be to have one git repository with multiple folders (each containing a dockerfile and some context) + a common folder which should be part of every build context.
If this is desired I would be able to implement this by myself and would create a PR.
The text was updated successfully, but these errors were encountered:
It would be usefull to be able to specify multiple context sources. With that we could setup a build which pulls its dockerfile and main application from git but additionally loads for example datascience-models from s3 into the build context.
Another usecase would be to have one git repository with multiple folders (each containing a dockerfile and some context) + a common folder which should be part of every build context.
If this is desired I would be able to implement this by myself and would create a PR.
The text was updated successfully, but these errors were encountered: