csharpfritz / csharpfritz/FritzFFL
wcf dotnet Dockerfile
- Dominant language
- JavaScript
- Stars
- 0
- Forks
- 1
- PR merge metrics
- No merged PRs in 30d
Description
Hey Fritz, we wanted to run wcf dotnet project over AKS but we are not able to.
This is my Dockerfile
FROM mcr.microsoft.com/dotnet/framework/sdk:4.8 AS build
SHELL ["powershell", "-Command", "$ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue';"]
RUN New-Item -Type Directory -Path "C:\fois" | Out-Null
WORKDIR "C:\fois"
COPY WcfFOISService\. .
RUN Get-ChildItem -Path "C:\fois\WcfFOISService\bin"
WORKDIR "C:\fois\WcfFOISService"
RUN msbuild "WcfFOISService.csproj" /p:Configuration=Release
RUN Get-ChildItem -Path "C:\fois\WcfFOISService\bin"
FROM mcr.microsoft.com/dotnet/framework/wcf:4.8 AS runtime
RUN New-Item -Type Directory -Path "C:\fois" | Out-Null
WORKDIR "C:\fois"
COPY --from=build "C:\fois\WcfFOISService\bin\." .
Contributor guide
No contributing guide indexed for this repository
Research direction
Begin with the Dockerfile shown in the issue and reproduce its image build and AKS deployment. Check the build and runtime stages and capture the failure; done means the WCF .NET service builds into the image and runs successfully on AKS.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- azure, csharp, dockerfile, kubernetes
- Domain
- backend, cloud, devops
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 20/100