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
The image should be pushed to remote registry, and finish without error.
Actual Behaviour
The image was pushed successfully, but the terraform apply failed with the following error:
╷
│ Error: Unable to create image, image not found: unable to get digest: Got bad response from registry: 400 Bad Request
│
│ with docker_registry_image.default[0],
│ on main.tf line 113, in resource "docker_registry_image" "default":
│ 113: resource "docker_registry_image" "default" {
@armona I am also experiencing same issue. Any luck figuring this out? Otherwise, will have to handle the building and pushing to ECR without using Terraform :(.
Community Note
Terraform (and docker Provider) Version
OpenTofu v1.7.1
on darwin_arm64
Affected Resource(s)
docker_registry_image
Terraform Configuration Files
Debug Output
Panic Output
Expected Behaviour
The image should be pushed to remote registry, and finish without error.
Actual Behaviour
The image was pushed successfully, but the terraform apply failed with the following error:
Steps to Reproduce
terraform apply
Important Factoids
References
The text was updated successfully, but these errors were encountered: