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

Docker Hub automated build appears to fail, although Docker Cloud build works #22

Open philippgille opened 7 years ago

philippgille commented 7 years ago

Maybe delete repository and create a new one on Docker Cloud only? Instead of creating it on Docker Hub and then manageing it via Docker Cloud.

This will probably solve itself by the end of July, where Docker Hub should be updated to the newest Docker version, which supports multi-stage builds. At least when using Docker Hub only.

Maybe still check how to use Docker Cloud in the best way (no Docker Hub repo, non-automated Docker Hub repo, ...).

philippgille commented 7 years ago

Docker issue for multi-stage builds on Docker Hub: https://github.com/docker/hub-feedback/issues/1039