We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hello, I started to practice mortgate but no old images found in docker hub
FROM microsoft/dotnet:2.0-sdk AS builder FROM microsoft/dotnet:2.0-runtime
Is it possible for you to upload these images? or update? Thank you
The text was updated successfully, but these errors were encountered:
Hi,
Update code
optimizer/Dockerfile
FROM mcr.microsoft.com/dotnet/sdk:2.1 AS builder FROM mcr.microsoft.com/dotnet/aspnet:2.1
calculator/Dockerfile
FROM mcr.microsoft.com/dotnet/sdk:2.1 AS builder FROM mcr.microsoft.com/dotnet/runtime:2.1
notifier/Dockerfile
FROM openjdk:8-jdk-stretch
This helps other people to build a docker-compose build but the code needs to be tested as some API doesn't work.
Sorry, something went wrong.
No branches or pull requests
Hello,
I started to practice mortgate but no old images found in docker hub
FROM microsoft/dotnet:2.0-sdk AS builder
FROM microsoft/dotnet:2.0-runtime
Is it possible for you to upload these images? or update? Thank you
The text was updated successfully, but these errors were encountered: