Skip to content
This repository was archived by the owner on Feb 17, 2025. It is now read-only.

Latest commit

 

History

History

2-custom-docker-image

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

Baked-in Stage Libraries and Configuration

This example packages a custom sdc.properties file within an SDC image, along with a set of SDC stage libs (including Enterprise stage libs), at the time the image is built.

This approach is suitable for execution SDCs whose configuration and stage libs do not need to be dynamically set. The sdc.properties file "baked in" to the custom SDC image may include custom settings for properties like production.maxBatchSize and email configuration if these properties are consistent across deployments.

Set http.realm.file.permission.check=false in your sdc.properties file to avoid permission issues.

See the Dockerfile and build.sh in the sdc-docker-custom-config directory.