Build and Extend - nuxeo-sandbox/nuxeo-presales-docker GitHub Wiki
Build
This stack uses a custom image of Nuxeo Server (to include things like ffmpeg
, x264
, x265
and others). You can extend the configuration to include additional RPMs if you need to. This allows you to incorporate tools like ccextractor
within your image. The build file you can modify is located at ${COMPOSE_DIR}/build_nuxeo/Dockerfile
.
One you make your changes to the Dockerfile, run make build
to rebuild the docker image. Then run make up
to bring up the container.
Similarly, to extend the OpenSearch image, edit the build_opensearch/Dockerfile
file. Then Build OpenSearch make build
and bring it up: make up
.
Extend
The upstream Nuxeo Docker image has several additional features to bake in existing packages. Please see the upstream image README at: https://github.com/nuxeo/nuxeo/tree/master/docker