Docker Wizard
Docker Wizard is a tool to build Docker images directly from the UI and upload them to the Tracto Registry. It simplifies creation of new Jupyter kernel images and operation images.
How to try:
- In the navigation interface of UI, press "Create object" button, select Blueprint

-
Set image name - it should be a Cypress path without //.
-
You may attach various Cypress files to the build via the "Additional settings / Attached files" section. Select a Cypress file and specify the local filename for a builder job file system. You may refer to that file in the "COPY" command of the Dockerfile using the local filename you specified.
-
Put a Dockerfile content into the "Dockerfile" field.
-
Click on "start new build"
-
A link to a builder's operation will appear, you may click on it to view the build progress.
-
Once the build is finished, you may view the image by navigating to the path you specified as an image name.