Build custom executor images through a guided process, for example to install extensions.
This workflow simplifies the creation of executor images by utilizing the image builder service included with KNIME Business Hub 1.10. The process consists of five steps:
Setup executor version and advanced settings: Define the properties of the new executor image.
Extension selection: Scan spaces on your KNIME Business Hub instance to identify and automatically add required extensions for running workflows. Alternatively, explicitly choose extensions to install.
Integration configuration: Configure Python and R scripting languages and include necessary packages.
Preview and download dockerfile: Review and manually adjust the dockerfile before sending it to the image builder service.
Build the Image: The image builder service builds the image, pushes it to the registry, and provides the final Image URL for setting up a new execution context.
Team admins and global admins can create dockerfiles; only global admins can build images.