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

Podman::Image

Provides operations to create (build, pull) a new image and to manage it.

Attributes

has 'Client'; #21

Podman::Client API connector.

has 'Name'; #29

Image name.

Methods

sub Build($Package, $Name, $File, $Client); #39

Build new named image by given OCI file.

All files placed in the OCI file directory are packed in a tar archive and attached to the request body.

sub Pull($Package, $Name, $Tag, $Client); #81

Pull named image with optional tag (default latest) from registry.

sub Inspect($Self); #106

sub Remove($Self, $Force); #124

Remove image from local store.