Skip to content
This repository has been archived by the owner on May 31, 2019. It is now read-only.

Update for 1.1.1/1.0.4 and remove project.json images #206

Merged
merged 1 commit into from Mar 6, 2017

Conversation

natemcmaster
Copy link
Contributor

@natemcmaster natemcmaster commented Feb 28, 2017

Update packagecache to use the "Feburary 2017" patch release
Update crossgen caches
Update README.md examples.

Resolves #203
Resolves #200

@@ -1,11 +1,11 @@
FROM microsoft/dotnet:1.1.0-sdk-msbuild-rc4
FROM microsoft/dotnet-nightly:1.1.1-sdk
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@MichaelSimons

Step 1/8 : FROM microsoft/dotnet-nightly:1.1.1-sdk
manifest for microsoft/dotnet-nightly:1.1.1-sdk not found

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Any ideas? This tag is listed on docker hub.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Docker Hub is currently down at the moment - http://status.docker.com/

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Oh, thx 🤒

@BrennanConroy
Copy link
Member

Shouldn't it be patch 1.1.2

@natemcmaster
Copy link
Contributor Author

@BrennanConroy good catch. The package cache version is "1.1.2", but we're keeping the image versions aligned with the dotnet images and the runtime version.

@@ -60,7 +56,7 @@ With this technique your application is compiled when you run `docker build` and
FROM microsoft/aspnetcore-build
WORKDIR /app

COPY project.json .
COPY MyApp.csproj .
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Not sure what I think about this, but would it make sense to use *.csproj here as a way to abstract the Dockerfile?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yeah, good idea. Makes it more copy+paste friendly too.

@natemcmaster natemcmaster force-pushed the namc/feb-patch branch 2 times, most recently from 70d0578 to 8e43b77 Compare March 1, 2017 17:36
@natemcmaster
Copy link
Contributor Author

dotnet/dotnet-docker#214

Update packagecache to use the "Feburary 2017" patch release
Update crossgen caches in runtime images
Update README.md examples
Remove the crossgen cache from the build image
@natemcmaster natemcmaster merged commit 7837f62 into master Mar 6, 2017
@natemcmaster natemcmaster deleted the namc/feb-patch branch March 16, 2017 17:11
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants