Red hat based docker images , Dockerfiles

I am able to successfully setup Rasa-X Docker-compose method using instructions given on the Portal. Based on my understanding Rasa uses Ubuntu as base image for all these containers. I have two queries :

  1. If I want to repeat the same using red hat based images do I have to create Dockerfile myself ?
  2. Where can i get Docker files for all the images used in the setup ? I could find only Rasa open source docker file in github .

Hi,

  1. Yes, if you wanna use for some reason different base image you have to prepare Dockerfiles and build Rasa Open Source and Rasa X on your own.
  2. There is available only Dockerfile for the Rasa Open Source, Rasa X is not open source, hence Dockerfiles are not available for it.
1 Like