| public_base_image_exists | R Documentation |
Public ECR images are world-readable, so we can probe the manifest without credentials via 'docker manifest inspect'. Returns FALSE on any error (Docker missing, network issue, tag absent) so callers fall back to a private build.
public_base_image_exists(image_uri)
image_uri |
Full public image reference, e.g.
|
TRUE if the manifest is retrievable, FALSE otherwise.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.