Sha256: 56eda64d3629423ec495a3814cc3f566f23751afb8fa3722cc07c19e70458826
Contents?: true
Size: 250 Bytes
Versions: 27
Compression:
Stored size: 250 Bytes
Contents
module Minke module Tasks class BuildImage < Task def run args = nil @logger.info "## Build image" @docker_runner.build_image @config.docker.application_docker_file, @config.application_name end end end end
Version data entries
27 entries across 27 versions & 1 rubygems