@Pradeep Internet access is disabled for security reasons. The lesson must be self-contained.
For this lesson, there are a few directions you could go
-
One option might be to place the images in a tarball and place them in the lesson directory, provided they’re not that large. You could then just add a step to install these images in your lesson guide, or even do this automatically once https://github.com/nre-learning/syringe/issues/112 is finished, which will let you automate any endpoint’s configuration.
-
Alternatively, you could build your own docker image (and contribute all files in your PR) that runs a docker registry of some kind (e.g. quay) with your images preloaded and run your own registry within the lesson environment itself. You’d have to configure the endpoint running the images to use the new registry, which you can again do manually in the lesson guide or automate once the endpoint configuration re-vamp is done.
Hopefully that makes sense.