Summary
The next steps for this plugin would be to implement more of our own code, to perform the Docker build, or whatever functions we want to perform. Again, this functionality could take further advantage of the available extension points, or if there are none available that will do what we want, we should consider declaring their interfaces and sharing them with the community after coding our own implementation.
In the next chapter, we will explore the tools, options, and resources available for testing our plugins. We will also look further into debugging as we explore how to approach, resolve, and avoid issues with plugins.