lib/publiccloud/k8s_provider.pm

get_container_registry_prefix

Get the full registry prefix URL (based on the account and region) to push container images on ECR.

get_container_image_full_name

Returns the full name of the container image in ECR registry tag Tag of the container

get_default_tag

Returns a default tag for container images based of the current job id

configure_podman

Configure the podman to access the cloud provider registry

push_container_image

Upload a container image to the Provider Cotainer registry. Required parameter is the name of the image, previously stored in the local registry. And the tag (name) in the public cloud containers repository Retrieves the full name of the uploaded image or die.