The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Dist::Zilla::Plugin::Docker - Build docker image and upload to docker hub

VERSION

version 0.01

SYNOPSIS

 # in dist.ini
 [Docker]
   image_name = foobar/my-image-name

PARAMETERS

dockerfile

The name of the dockerfile used to build the image. Default is Dockerfile.

image_name

The name of the docker image. For docker hub, this will be something like username/my-image

tag_format

The format string for the image tag. Default is v%V.

push_image

If true, runs docker push at the end to push the image to the upstream repository. Default is true.

time_zone

If using a date string in the tag_format, the time zone used for computing the current date. Default is local.

AUTHOR

Michael Schout <mschout@cpan.org>

COPYRIGHT AND LICENSE

This software is copyright (c) 2021 by Michael Schout.

This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.