This section describes how to build a Che-Theia container image with custom branding applied.
Prerequisites
-
A
product.jsonfile with custom branding definitions
Procedure
-
Download an example
Dockerfile. -
In the
Dockerfiledirectory, create abranding/sub-directory. Place the customproduct.jsonfile and logo images into thebranding/directory. -
Build the container image with Che-Theia and push the image to a container registry:
$ docker build -t username/che-theia-codeready-workspaces:next . $ docker push username/che-theia-codeready-workspaces:next