Skip to main content

CONTAINER_IMAGE_TAGS

Constant CONTAINER_IMAGE_TAGS 

pub const CONTAINER_IMAGE_TAGS: &'static str;
Expand description

Container image tags. An example can be found in Docker Image Inspect. Should be only the <tag> section of the full name for example from registry.example.com/my-org/my-image:<tag>.

§Notes

§Examples

  • [ "v1.27.1", "3.5.7-0", ]