/nuxeo-tools-docker

Various Docker files used at Nuxeo

Primary LanguageShellGNU Lesser General Public License v2.1LGPL-2.1

About / Synopsis

  • Miscelaneous Docker files used at Nuxeo

  • Project status: working

  • 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

Deprecated

libsass

nuxeo-cluster

nuxeo

Deprecated

nuxeobase

Deprecated

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

pgsql9.5logs

https://hub.docker.com/r/library/postgres/ 9.5 customized with logging collector and sample Nuxeo configuration

See pgsql9.5logs/README.md

webdriver