philippgille / hello-netcoreapp

Basic .NET Core console application with additional scripts and files for building the app and creating release artifacts for a framework-dependent deployment, self-contained deployment, Docker image, Chocolatey package and AppImage
GNU General Public License v3.0
6 stars 5 forks source link

Create automated build on Docker Hub #2

Closed philippgille closed 7 years ago

philippgille commented 7 years ago

Probably only possible with .NET Core SDK image, because otherwise there's no published app for the FDD image? Or build with the SCD files from GitHub Releases. This makes it necessary to trigger a Docker build after a new version gets released to GitHub Releases.

philippgille commented 7 years ago

Should now be possible since Docker 17.05.0-ce with multi-stage builds.

See https://docs.docker.com/engine/userguide/eng-image/multistage-build/