Code Monkey home page Code Monkey logo

ci-build-images's Introduction

Intro

This repository contains all of our CI images which are used to build Strongbox.

Build locally

You can use the build.sh script to build all of the images locally. Check out ./build.sh -h for the available commands.

Example

./build.sh ./images/alpine/Dockerfile.alpine
./build.sh ./images/alpine/jdk8
./build.sh ./images/alpine/jdk8/*mvn3.6*
./build.sh --snapshot ./images/alpine/jdk8/*mvn3.6* 

Structure

To keep things in order we have divided our images into two types - base and jdk.

Base images

The base images contain packages/tools which are commonly used or necessary in multiple other images (i.e. jdk images or jdk images).

Each base image should be placed under a folder in ./images/ (i.e. ./images/alpine/) and should be named using the distribution they represent (i.e. ./images/alpine/Dockerfile.alpine)

JDK images (and build tools)

JDK images provide a specific JDK version (i.e. 8, 11, etc). They are based on the base images and will inherit whatever tools are available there.

The files for jdk images are located in ./images/jdk$VERSION and should be named using the distribution name, jdk version and the build tool they contain (i.e. ./images/jdk8/Dockerfile.alpine.jdk8, ./images/jdk8/Dockerfile.alpine.jdk8-mvn3.6)

JDK images are tagged and published as strongboxci/distribution_name:jdk${VERSION}-${BUILD_TOOL_WITH_VERSION}

Publishing

Our images are published in docker hub.

ci-build-images's People

Contributors

steve-todorov avatar j4ckofalltrades avatar carlspring avatar anki2189 avatar adbjo avatar a-hema 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.