GithubHelp home page GithubHelp logo

docker-images's Introduction

Docker Images Repo

This repository contains build information for different docker images that are built and published by docker hub.

You can find the finished images HERE

Repository setup

Every sub-directory represents a docker hub image entry. If there are multiple tags/versions required a branch on this repository is created for every version that is needed. The branches start with the sub-directory name followed by a ''. Everything of the branch name after the first '' is used as tag name for the docker image tag.

Docker hub settings for build trigger:

SourceType:             "Branch"
Source:                 "/^<imageName>_(.*)$/"
Docker Tag:             "{\1}"
Dockerfile location:    "Dockerfile"
Build Context:          "/<imageName>/"

The variable <imageName> has to be replaced with the docker image name and has to match with the sub-directory of this repository.

Images

Unity3D

Unity3d images that contains an activated Unity standalone installation. This can be used for builds but also other tasks like building .unitypackage files from repositories. Used in FishmanNavigation to automatically build .unitypackage files when new changes are pushed. Newest Unity Linux versions can be found HERE.

Nuget

To build NuGet packages in a CI environment. NuGet is officially only supported on Windows. But using Mono it also works on Linux. This image also includes dotnet core sdk to build .net core libraries.

docker-images's People

Contributors

robinryf avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.