IMPROVEMENTS:
- Minor build system updates have been made, including Rubocop linting.
IMPROVEMENTS:
- The
Build
task now supports aplatform
parameter. - The
Image
taskset now supports aplatform
parameter to pass on toBuild
.
IMPROVEMENTS:
- The
All
andBuild
tasks now supportbuild_args
being passed as a hash.
IMPROVEMENTS:
- If credentials are provided, the build task will now authenticate prior to building to allow images to be built with private base images.
BACKWARDS INCOMPATIBILITIES / NOTES:
- The push and tag rake tasks now accept an
argument_names
parameter providing names of the arguments passed to the task. These arguments are in turn passed to any factory functions. Previously the factory functions took the task parameters as the first argument, now they take the task arguments as the first argument and the task parameters as the second.
IMPROVEMENTS:
- All factory functions now take the task arguments for the push and tag rake tasks.