Giter Site home page Giter Site logo

terra-docker's Introduction

Terra Docker

License

terra-docker

This is a repo for docker files supporting Terra CI and development.

This repo contains docker files to create the following images:

terra-node-base

This dockerfile serves as a base for our CI and Dev docker containers. It provides a common version of node as well as some other common settings. It is based on node 12 Alpine.

terra-node-ci

This dockerfile provides a docker image for terra projects to extend to use in CI it will copy code as well as run npm install by default.

terra-node-dev

This dockerfile provides a docker image setup with zshell for developers to use as a common node development environment. This image copies no code in and can be used directly with a volume mount to add code to the /opt/module directory.

Versioning

These docker containers are versioned via semver.

Development notes

Changes to terra-node-base

Make any changes to terra-node-base in an isolated pull request. Automated releases through docker hub are non deterministic and there is no guarantee that terra-node-base will build and be released before the containers that depend on it.

Releases

Are handled by docker hub based on tags.

To release terra-node-base tag a branch with terra-node-base@v#.# where #.# is the version you wish to release.

To release terra-node-ci tag a branch with terra-node-ci@v#.# where #.# is the version you wish to release.

To release terra-node-dev tag a branch with terra-node-base@v#.# where #.# is the version you wish to release.

All release will release a latest tag and a tag based on the major version. 1.1 would be released with a 1 tag, 2.2 would be released with a 2 tag, etc.

terra-docker's People

Contributors

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