Module: AllImages
- Defined in:
- lib/all_images.rb,
lib/all_images/version.rb
Overview
AllImages is a Ruby library that provides functionality for managing and executing scripts across multiple Docker images.
It offers a command-line interface for running automated tasks in containerized environments, supporting configuration-driven execution, image building, and interactive debugging.
The library includes modules for handling configuration files, managing Docker image operations, and providing a user-friendly interface for developers to test their code across different environments without manual setup.
Defined Under Namespace
Constant Summary collapse
- VERSION =
AllImages version
'0.7.0'
- VERSION_ARRAY =
:nodoc:
VERSION.split('.').map(&:to_i)
- VERSION_MAJOR =
:nodoc:
VERSION_ARRAY[0]
- VERSION_MINOR =
:nodoc:
VERSION_ARRAY[1]
- VERSION_BUILD =
:nodoc:
VERSION_ARRAY[2]