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.
you have another, different node running docker (provided by docker.something)
Expected Behavior
Some "helpful" error message, mentioning that the docker_image resource is not available on that docker instance.
Actual Behavior
Unhelpful error message that suggest you do not have access to the image or it does not exist.
Error: Unable to create container with image sha256:2ca708c1c9ccc509b070f226d6e4712604e0c48b55d7d8f5adc9be4a4d36029a:
Unable to pull image sha256:2ca708c1c9ccc509b070f226d6e4712604e0c48b55d7d8f5adc9be4a4d36029a: error pulling image sha256:2ca708c1c9ccc509b070f226d6e4712604e0c48b55d7d8f5adc9be4a4d36029a:
Error response from daemon: pull access denied for sha256, repository does not exist or may require 'docker login': denied: requested access to the resource is denied
Some "helpful" error message, mentioning that the docker_image resource is not available on that docker instance.
Hmm, I'd rather expect that the image would be pulled if is not present on the machine where the daemon is running. I wonder why the daemon says you're not authorized when pulling from the public docker hub. What do you think @dubo-dubon-duponey ?
Terraform Version
v0.12.9
Affected Resource(s)
docker_image & docker_container
Terraform Configuration Files
Make sure that:
docker.something
)Expected Behavior
Some "helpful" error message, mentioning that the docker_image resource is not available on that docker instance.
Actual Behavior
Unhelpful error message that suggest you do not have access to the image or it does not exist.
Steps to Reproduce
terraform apply
Important Factoids
Docker providers are accessed over ssh.
References
Originally mentioned in #15 (comment)
The text was updated successfully, but these errors were encountered: