jmccann / drone-terraform

Drone plugin for triggering Terraform deployments
http://plugins.drone.io/jmccann/terraform/
Apache License 2.0
86 stars 93 forks source link

Terraform Docker Image Does Not Exist #10

Closed serialh0bbyist closed 8 years ago

serialh0bbyist commented 8 years ago

During the Drone build I get the following error:

[info] Pulling image plugins/drone-terraform:latest
[info] Pulling image plugins/drone-terraform:latest
[error] Error pulling plugins/drone-terraform:latest. Tag latest not found in repository docker.io/plugins/drone-terraform

[info] build failed (exit code 255)

When I go look for the image on DockerHub it does not exist either.

serialh0bbyist commented 8 years ago

I just noticed that the build was failing, and I'm guessing this is why it doesn't exist. I also noticed that the .drone.sec file is not present which I believe would have your encrypted dockerhub username/password. Again a lot of this is speculation and please correct me if I'm wrong.

jackspirou commented 8 years ago

@as0bu your speculation is correct. I believe @bradrydzewski needs to add the .drone.sec. @tboerger and @gtaylor correct me if one of you guys are able to add the .drone.sec

tboerger commented 8 years ago

I will create a PR to add it now

serialh0bbyist commented 8 years ago

Awesome, thanks @tboerger!

tboerger commented 8 years ago

Will be fixed with https://github.com/drone-plugins/drone-terraform/pull/11