Custom docker image
fmonari
Registered Posts: 18 ✭✭✭✭
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
Answers
-
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.