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 Jan 26, 2021. It is now read-only.
First of all thanks for setting up this nice sample project, it helps a lot understanding helm, draft and AKS. Unfortunately I'm stuck right at the beginning and I'm hoping to find some help here.
I think I took care of all the prerequisites, but I can't draft up the parrot service as it misses the Dockerfile, which is there. Here you can see the output:
Steves-MBP:parrot schdief$ draft up
Draft Up Started: 'parrot': 01D5KQFETCVKEKTHD5GFW87QEQ
parrot: Building Docker Image: FAIL ❌ (1.0013s)
Inspect the logs with `draft logs 01D5KQFETCVKEKTHD5GFW87QEQ`
Steves-MBP:parrot schdief$ draft logs 01D5KQFETCVKEKTHD5GFW87QEQ
2019/03/10 12:58:17 error while building: Error response from daemon: Cannot locate specified Dockerfile: Dockerfile
Steves-MBP:parrot schdief$ ls
Controllers NOTICE appsettings.Development.json charts parrot.csproj
Dockerfile Program.cs appsettings.json draft.toml semantic
Hubs Startup.cs azure-build-pipeline.yml package-lock.json semantic.json
Models Views bundleconfig.json package.json wwwroot
Any idea what is missing? Help is much appreciated, thanks!
The text was updated successfully, but these errors were encountered:
First of all thanks for setting up this nice sample project, it helps a lot understanding helm, draft and AKS. Unfortunately I'm stuck right at the beginning and I'm hoping to find some help here.
I think I took care of all the prerequisites, but I can't draft up the parrot service as it misses the Dockerfile, which is there. Here you can see the output:
Any idea what is missing? Help is much appreciated, thanks!
The text was updated successfully, but these errors were encountered: