Oscar
9cbf1fdbc0
Added support for docker build arguments ( #521 )
* Added support for docker build arguments
* fixed whitespace issue? #511
* Additional tests
* Update src/Microsoft.Tye.Core/ApplicationFactory.cs
Co-authored-by: Justin Kotalik <jukotali@microsoft.com>
* Update src/Microsoft.Tye.Core/Serialization/ConfigServiceParser.cs
Co-authored-by: Justin Kotalik <jukotali@microsoft.com>
* Update test/E2ETest/TyeBuildTests.Dockerfile.cs
Co-authored-by: Justin Kotalik <jukotali@microsoft.com>
* Moved below DockerFile to keep ordering consistent.
* refactored HandleServiceDockerArgsNameMapping
* Use a stringbuilder for concatenation
* Removed appsettings development file
* Removed launchSettings file
* duplicate parameters test
* Multiple build args test
* small nits
Co-authored-by: Oscar Yahoo <ossent@yahoo.co.uk>
Co-authored-by: Justin Kotalik <jukotali@microsoft.com>
6 years ago
Ryan Nowak
af5eef1929
Normalize line endings
6 years ago
Ryan Nowak
97e2c6c0ba
Use same directory for Dockerfile and app
Fixes : #189
Fixes : #153
This change rejiggers the docker build infrastructure to publish the project
and generate a Dockerfile in the same directory. This way they can't be on
separate drives!
Also added some focused tests for single-phase docker build.
6 years ago
David Fowler
877b6044de
Added ingress support in local orchestrator ( #172 )
* Added ingress support in local orchestrator
- Supports host and port mapping to other services
- Added sample to show ingress usage
- Added a test
6 years ago
Justin Kotalik
19190e79b1
Add frontend-backend test ( #89 )
6 years ago
Justin Kotalik
340fe5182d
Add license and headers ( #74 )
6 years ago
Ryan Nowak
b4b9445f17
m8s comands working in tye ( #21 )
* m8s comands working in tye
* fix styles
6 years ago