You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 11, 2020. It is now read-only.
name - (Required, string) The name of the Docker image.
keep_remotely - (Optional, 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.
Summary
Add a new resource called docker_registry_image that provides an image/tag in a docker registry such as AWS ECR
Schema proposal
name
- (Required, string) The name of the Docker image.keep_remotely
- (Optional, boolean) If true, then the Docker image won't bedeleted on destroy operation. If this is false, it will delete the image from
the docker registry on destroy operation.
build
- (Optional, Map) ... arguments from docker cli golang libraryImplementation proposal
References
The text was updated successfully, but these errors were encountered: