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