Skip to content
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

No found images #6

Open
wexmaster opened this issue Nov 16, 2022 · 1 comment
Open

No found images #6

wexmaster opened this issue Nov 16, 2022 · 1 comment

Comments

@wexmaster
Copy link

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

@wexmaster
Copy link
Author

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant