All Projects → nuxeo → nuxeo-tools-docker

nuxeo / nuxeo-tools-docker

Licence: LGPL-2.1 license
Various Docker files used at Nuxeo

Programming Languages

shell
77523 projects
Dockerfile
14818 projects
Makefile
30231 projects
groovy
2714 projects
python
139335 projects - #7 most used programming language

Labels

Projects that are alternatives of or similar to nuxeo-tools-docker

Redux Devtools Extension
Redux DevTools extension.
Stars: ✭ 13,236 (+82625%)
Mutual labels:  devtools
Filter Console
Filter out unwanted `console.log()` output
Stars: ✭ 203 (+1168.75%)
Mutual labels:  devtools
Save Page State
A chrome extension to save the state of a page for further analysis
Stars: ✭ 208 (+1200%)
Mutual labels:  devtools
Devtools
📋 DevTools to help debug forms.
Stars: ✭ 171 (+968.75%)
Mutual labels:  devtools
Gifexceptionbundle
😛 The GhostBuster of your exception page!
Stars: ✭ 197 (+1131.25%)
Mutual labels:  devtools
React Cordova Boilerplate
TodoMVC example for react with development tools to build a cordova application
Stars: ✭ 206 (+1187.5%)
Mutual labels:  devtools
Lightproxy
💎 Cross platform Web debugging proxy
Stars: ✭ 2,347 (+14568.75%)
Mutual labels:  devtools
Walletconnect Monorepo
WalletConnect Monorepo
Stars: ✭ 230 (+1337.5%)
Mutual labels:  devtools
Aiohttp Devtools
dev tools for aiohttp
Stars: ✭ 202 (+1162.5%)
Mutual labels:  devtools
Kubefwd
Bulk port forwarding Kubernetes services for local development.
Stars: ✭ 2,713 (+16856.25%)
Mutual labels:  devtools
Augury
Angular Debugging and Visualization Tools
Stars: ✭ 2,050 (+12712.5%)
Mutual labels:  devtools
Sloth
Sloth - an extension slowing down page loading to bring real user experience
Stars: ✭ 189 (+1081.25%)
Mutual labels:  devtools
Element
💦Load test your app using real web browsers
Stars: ✭ 204 (+1175%)
Mutual labels:  devtools
Mininote
📔 A simple Markdown note-taking editor
Stars: ✭ 171 (+968.75%)
Mutual labels:  devtools
Remotedebug Ios Webkit Adapter
Debug Safari and WebViews on iOS from tools like VS Code and Chrome DevTools
Stars: ✭ 2,563 (+15918.75%)
Mutual labels:  devtools
Lite Server
Lightweight node server
Stars: ✭ 2,137 (+13256.25%)
Mutual labels:  devtools
Webpack Dashboard
A CLI dashboard for webpack dev server
Stars: ✭ 13,850 (+86462.5%)
Mutual labels:  devtools
Portal
A clojure tool to navigate through your data.
Stars: ✭ 239 (+1393.75%)
Mutual labels:  devtools
Codedmailsfree
Ready to use 50+ responsive HTML email templates - Codedmails Free
Stars: ✭ 227 (+1318.75%)
Mutual labels:  devtools
React Performance Observer
Get performance measurements from React Fiber
Stars: ✭ 207 (+1193.75%)
Mutual labels:  devtools

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].