def main()

in hack/images/update_image_list.py [0:0]


def main():
    # Run helm template and get the manifests
    manifests = run_helm_template()

    # Extract images from docker.io registry
    images = extract_docker_images(manifests)

    # Save images to the images.txt file
    save_images_to_file(images, IMAGES_FILE_PATH)