Survey banner
Switching to Dataiku - a new area to help users who are transitioning from other tools and diving into Dataiku! CHECK IT OUT

Custom docker image

fmonari
Level 2
Custom docker image

Hi, 

is it possible to create custom docker images upon which to build code environments?

If yes, is there any documentation in regard?

Regards,

Filippo

0 Kudos
1 Reply
fchataigner2
Dataiker

Hi

the code env docker images are built for the container configurations selected in the "containerized exectution" tab of the code env, and the images built are based of the base image you parametrized in the container config.

Note that you can also use the --dockerfile-append and --copy-to-buildenv flags of the dssadmin build-base-image script to customize the image DSS uses as its builtin base.

0 Kudos