Git Product home page Git Product logo

docker-library's Introduction

Docker Library

Docker library project for building useful docker images with the maven docker plugin.

Images

Here's a list of all docker images sorted by category.

Artifact Repositories

Build Tools

Load Test Tools

Operating Systems

Runtimes

Secrets Management

Static Code Analysis

Web Servers

Build

To build this project you'll have to install some tools on your machine.

Prerequisities

Script

  • Execute build script:
    Usage:
      ./build.sh [Options] <Args>
    
    Options:
      -h                    Print this help text
      -c                    Remove all docker containers and images
      -d                    Deploy docker images to docker registry
      -f                    Build docker images without build cache
      -p <project-list>     Build comma separated maven project list
      -s                    Create docker containers from images and start them
      -t <tag>              Build with specified image tag
      -v                    Verbose logging of errors (optimise flag false)
    
    Examples:
      ./build.sh                                     Build all docker images
      ./build.sh -c                                  Remove all docker containers and images
      ./build.sh -p debian,jdk                       Build only docker images for 'debian' and 'jdk'
      ./build.sh -p debian,jdk -t master -f          -> and tag with name 'master'
      ./build.sh -p debian,jdk -t master -f          -> and do not use docker build cache
      ./build.sh -p debian,jdk -t master -f -s       -> and start containers
      ./build.sh -p debian,jdk -t master -f -s -d    -> and deploy to docker registry
      ./build.sh -p debian,jdk -t master -f -s -d -v -> and verbose logging of errors      
    

Additional information

docker-library's People

Contributors

chrisipa avatar djesionek avatar

Stargazers

 avatar

Watchers

 avatar  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.