dotnet / tye

Tye is a tool that makes developing, testing, and deploying microservices and distributed applications easier. Project Tye includes a local orchestrator to make developing microservices easier and the ability to deploy microservices to Kubernetes with minimal configuration.
MIT License
5.29k stars 520 forks source link

Tye build docker image with credentials #1450

Closed allensiho closed 2 years ago

allensiho commented 2 years ago

Hi,

When I run tye I get authorisation errors as the dockefile tries to pull an image from github which requires credentials.

How do I do that in tye?

Thanks