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

Install terraform from new package #23

Closed tboerger closed 7 years ago

tboerger commented 8 years ago

To avoid the download of untrusted packages I have updated the Dockerfile to use a package provided by alpine testing repository.

tboerger commented 8 years ago

@bradrydzewski Maybe you want to merge it? Simplifies the image...

tboerger commented 8 years ago

What about this? :)

jmccann commented 7 years ago

@tboerger Just merged my 0.5 updates. Seems we have some conflicts now. Mind updating?

tboerger commented 7 years ago

I would do that, but since this branch is part of your repo I'm not allowed to push there ;)

jmccann commented 7 years ago

Reinstated access for you. Sorry about that @tboerger !

jmccann commented 7 years ago

Just curious how well alpine repo keeps up with terraform package version. Related to #29 I see alpine repo has 0.7.12 while 0.8.1 is current latest.

tboerger commented 7 years ago

This is up to me because I'm the maintainer. I will update to latest version soon.

edwinavalos commented 7 years ago

Ah great. Thanks, I missed this PR when I made mine! I'll close mine out.

tboerger commented 7 years ago

I have created a pull request to alpine to get the latest stable terraform version installed through the package at https://github.com/alpinelinux/aports/pull/622