GalleyBytes / terraform-operator

A Kubernetes CRD to handle terraform operations
http://tf.galleybytes.com
Apache License 2.0
364 stars 47 forks source link

Updated docker build process #47

Closed number21 closed 3 years ago

number21 commented 3 years ago

Hi! This PR contains changes that working on my Mac to build docker containers. I cannot figure out why script need envsubst. Renamed dockerfile, removed -f option in build execution Added ARG variable, this allow to support Docker Desktop and more clear way to push values to build context.

isaaguilar commented 3 years ago

Much more intuitive, thanks.