Skip to content
Snippets Groups Projects
  • Angel Misevski's avatar
    Add option to use digests for images referenced in registry (#195) · 50606c68
    Angel Misevski authored
    
    * Add ability to use digests for images referenced in registry
    
    Add script /build/scripts/write_image_digests.sh, which will rewrite all
    image references in registry to use the current digest for each image
    tag.
    
    Requires adding skopeo to the dockerfiles, in order to find image
    digests.
    
    Option can be enabled via `./build.sh` parameter `--use-digests` or by
    using docker build arg "USE_DIGESTS=true"
    
    Signed-off-by: default avatarAngel Misevski <amisevsk@redhat.com>
    50606c68