Provided by: rkt_1.30.0+dfsg1-9ubuntu0.2_amd64 bug

NAME

       rkt-fetch - Fetch image(s) and store them in the local store

SYNOPSIS

       rkt fetch IMAGE_URL... [flags]

DESCRIPTION

       Locates and downloads remote ACIs and their attached signatures.

       If the ACI is available in the local store, the image will not be fetched again.

OPTIONS

       --full[=false]
           print the full image hash after fetching

       -h, --help[=false]
           help for fetch

       --pull-policy="update"
           when to pull an image

       --signature=
           local signature file to use in validating the preceding image

OPTIONS INHERITED FROM PARENT COMMANDS

       --debug[=false]
           print out more debug information to stderr

       --dir=/var/lib/rkt
           rkt data directory

       --insecure-options=none
           comma-separated list of security features to disable. Allowed values: "none", "image",
       "tls", "ondisk", "http", "pubkey", "capabilities", "paths", "seccomp", "all-fetch",
       "all-run", "all"

       --local-config=/etc/rkt
           local configuration directory

       --system-config=/usr/lib/rkt
           system configuration directory

       --trust-keys-from-https[=false]
           automatically trust gpg keys fetched from https

       --user-config=
           user configuration directory

SEE ALSO

       rkt(1)

HISTORY

       20-Jan-2023 Auto generated by spf13/cobra