-`build` (Block List, Max: 1) Definition for building the image (see [below for nested schema](#nestedblock--build))
-`insecure_skip_verify` (Boolean) If `true`, the verification of TLS certificates of the server/registry is disabled. Defaults to `false`
-`keep_remotely` (Boolean) If true, then the Docker image won't be deleted on destroy operation. If this is false, it will delete the image from the docker registry on destroy operation. Defaults to `false`
-`auth_config` (Block List) The configuration for the authentication (see [below for nested schema](#nestedblock--build--auth_config))
-`build_args` (Map of String) Pairs for build-time variables in the form TODO
-`build_id` (String) BuildID is an optional identifier that can be passed together with the build request. The same identifier can be used to gracefully cancel the build with the cancel request.
-`cache_from` (List of String) Images to consider as cache sources
-`cgroup_parent` (String) Optional parent cgroup for the container
-`cpu_period` (Number) The length of a CPU period in microseconds
-`cpu_quota` (Number) Microseconds of CPU time that the container can get in a CPU period
-`cpu_set_cpus` (String) CPUs in which to allow execution (e.g., `0-3`, `0`, `1`)
-`cpu_set_mems` (String) MEMs in which to allow execution (`0-3`, `0`, `1`)
-`cpu_shares` (Number) CPU shares (relative weight)
-`dockerfile` (String) Dockerfile file. Defaults to `Dockerfile`
-`extra_hosts` (List of String) A list of hostnames/IP mappings to add to the container’s /etc/hosts file. Specified in the form ["hostname:IP"]