| `ECS_IMAGE_PULL_BEHAVIOR` | <default | always | once | prefer-cached > | The behavior used to customize the container image and digest pull process. If `default` is specified, the image/digest will be pulled remotely, if the pull fails then the cached image/digest on the instance will be used. If `always` is specified, the image/digest will be pulled remotely, if the pull fails then the task will fail. If `once` is specified, the image/digest will be pulled remotely if it has not been pulled before or if the image was removed by image cleanup, otherwise the cached image/digest on the instance will be used. If `prefer-cached` is specified, the image/digest will be pulled remotely if there is no cached image, otherwise the cached image/digest in the instance will be used. | default | default |
0 commit comments