The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

Beam::Make::Docker::Image::Hub - A Beam::Make recipe to pull/update a Docker image from hub.docker.com

VERSION

version 0.003

SYNOPSIS

### Beamfile
nordaaker/convos:
    $class: Beam::Make::Docker::Image::Hub
    image: nordaaker/convos

DESCRIPTION

This Beam::Make recipe class will update a Docker image by checking Docker Hub for changes.

This class inherits all attributes from Beam::Make::Docker::Image.

SEE ALSO

Beam::Make::Docker::Image, Beam::Make::Docker::Container, Beam::Make, https://docker.com

AUTHOR

Doug Bell <preaction@cpan.org>

COPYRIGHT AND LICENSE

This software is copyright (c) 2020 by Doug Bell.

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