-
Notifications
You must be signed in to change notification settings - Fork 10.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Worker App build error #324
Comments
Same issue encountered here, wondering if there is any help?? |
Hi! Actually I just found some solutions, here is a new Yaml file which works. You might want to replace it into the older one. apiVersion: apps/v1 |
Same error for me as well, is it officially fixed now? |
这是来自QQ邮箱的假期自动回复邮件。
您好,我最近正在休假中,无法亲自回复您的邮件。我将在假期结束后,尽快给您回复。
|
Actually I’ve already given up this project. There is another accessible one on GitHub.
…------------------ Original ------------------
From: Looth Ibrahim ***@***.***>
Date: Tue,Jan 16,2024 10:10 AM
To: dockersamples/example-voting-app ***@***.***>
Cc: 桑榆非晚 ***@***.***>, Comment ***@***.***>
Subject: Re: [dockersamples/example-voting-app] Worker App build error (Issue#324)
Same error for me as well, is it officially fixed now?
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you commented.Message ID: ***@***.***>
|
can you share the repo with me please. thanks man |
Sure. I’m gonna look for it.
…------------------ Original ------------------
From: Looth Ibrahim ***@***.***>
Date: Tue,Jan 16,2024 10:16 AM
To: dockersamples/example-voting-app ***@***.***>
Cc: 桑榆非晚 ***@***.***>, Comment ***@***.***>
Subject: Re: [dockersamples/example-voting-app] Worker App build error (Issue#324)
can you share the repo with me please. thanks man
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you commented.Message ID: ***@***.***>
|
We manage to work: docker-compose.yml ` worker: worker/Dockerfile: ` FROM --platform=linux/amd64 mcr.microsoft.com/dotnet/sdk:7.0 as build WORKDIR /source COPY . . # app image |
这是来自QQ邮箱的假期自动回复邮件。
您好,我最近正在休假中,无法亲自回复您的邮件。我将在假期结束后,尽快给您回复。
|
Description
docker compose up
renders the following error while building an image for the worker app.The text was updated successfully, but these errors were encountered: