davidkassa / dotnet-nodejs

Auto-updating Docker image based on .NET Core official image with Node.js installed.

Home Page:https://hub.docker.com/r/davidkassa/dotnet-nodejs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

dotnet-nodejs

Build Status

Auto-updating Docker image based on .NET Core official image with Node.js installed.

This image should be rebuilt automatically anytime there is an update to the .NET Core SDK or Node.js docker containers through a repository link.

Please note that I'm pulling Node.js from apt-get, but using the repository link as a trigger, so there is a theoretical race condition.

Can be pulled from Docker Hub

docker pull davidkassa/dotnet-nodejs

A new build can be manually triggered (if the above automation fails) by sending a POST to

https://cloud.docker.com/api/build/v1/source/a8970549-8e02-40f4-8cc0-c5aff2690dc0/trigger/44391246-758a-4390-9182-138b85214090/call/

About

Auto-updating Docker image based on .NET Core official image with Node.js installed.

https://hub.docker.com/r/davidkassa/dotnet-nodejs

License:MIT License


Languages

Language:Dockerfile 66.3%Language:Shell 33.7%