Community

The helixml/base-images community is active and welcoming, providing a platform for discussions and collaboration.

GitHub Discussions is the primary platform for community engagement. It provides a space for:

  • Asking questions: If you encounter issues or have questions about the project, you can ask them on GitHub Discussions.

  • Sharing feedback: Your feedback is valuable! Share your experiences with the project, suggestions for improvements, or even just general thoughts on the project.

  • Participating in discussions: Engage with other users, learn from their experiences, and contribute to the collective knowledge base.

Example:

# Example code showing how to use a base image
from base_image import BaseImage

image = BaseImage("ubuntu:latest")
image.run_command("ls -l")

You can find GitHub Discussions here: discussions