Giter Club home page Giter Club logo

nuxeo-tools-docker's Introduction

About / Synopsis

  • What is it, what does it do / Abstract

  • Project status: working/prototype

  • Nuxeo Support: internal usage, no support.

Table of contents

Content Listing

Resources (Documentation and other links)

Contributing / Reporting issues

Link to JIRA component (or project if there is no component for that project). Sample: https://jira.nuxeo.com/browse/NXP/component/14503/ Sample: https://jira.nuxeo.com/secure/CreateIssue!default.jspa?project=NXP

License

Apache License, Version 2.0

Sample: https://github.com/nuxeo/nuxeo-drive

About Nuxeo

The Nuxeo Platform is an open source customizable and extensible content management platform for building business applications. It provides the foundation for developing document management, digital asset management, case management application and knowledge management. You can easily add features using ready-to-use addons or by extending the platform using its extension point system.

The Nuxeo Platform is developed and supported by Nuxeo, with contributions from the community.

Nuxeo dramatically improves how content-based applications are built, managed and deployed, making customers more agile, innovative and successful. Nuxeo provides a next generation, enterprise ready platform for building traditional and cutting-edge content oriented applications. Combining a powerful application development environment with SaaS-based tools and a modular architecture, the Nuxeo Platform and Products provide clear business value to some of the most recognizable brands including Verizon, Electronic Arts, Sharp, FICO, the U.S. Navy, and Boeing. Nuxeo is headquartered in New York and Paris. More information is available at www.nuxeo.com.


nuxeo-tools-docker

Various Docker files used at Nuxeo

Versioning convention

Once the docker image is ready, a tag should be created with the format:

<IMAGE_NAME>-<VERSION>

For example:

openldap-1.0.0

The versioning data are then included into the image before publishing using the following labels:

  • version
  • scm-ref
  • scm-url
  • description

This will allow to have the image version the author meant, the commit id, the url of the repository and the description.

For example, adding the data (in the Dockerfile) to a built image before publishing it:

    LABEL version="<VERSION>"
    LABEL scm-ref="<SCM_REF_VALUE>"
    LABEL scm-url="<SCM_REPOSITORY>"
    LABEL description="<This is a description that can span multiple lines.>"

will end up being replaced by the right values inside a build job:

    LABEL version="1.0.0"
    LABEL scm-ref="45b1fccbc75901f5655876aebecc980a5c2077af"
    LABEL scm-url="https://github.com/nuxeo/nuxeo-tools-docker"
    LABEL description="This is a description that can span multiple lines."

Images

ccextractor

ffmpeg

jenkins-slave

libsass

nuxeo-cluster

nuxeo

nuxeobase

openldap

An OpenLDAP image used for functional testing, dev and support at Nuxeo.

shibboleth-sp

A Shibboleth service provider image for functional testing, dev and support at Nuxeo.

oracle11g

webdriver

nuxeo-tools-docker's People

Contributors

mguillaume avatar ffjdm avatar funshodavid avatar ldoguin avatar bdelbosc avatar jcarsique avatar kevinleturc 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.