mirror of
https://github.com/jessfraz/dockerfiles.git
synced 2024-11-23 19:32:30 +01:00
added terragrunt
This commit is contained in:
parent
3983ca935b
commit
914dba7924
11
terragrunt/Dockerfile
Normal file
11
terragrunt/Dockerfile
Normal file
|
@ -0,0 +1,11 @@
|
|||
FROM alpine:latest
|
||||
LABEL maintainer "Krystan Honour <krystan@gmail.com>"
|
||||
|
||||
ADD https://github.com/gruntwork-io/terragrunt/releases/download/v0.16.14/terragrunt_linux_amd64 terragrunt
|
||||
|
||||
RUN chmod +x terragrunt
|
||||
|
||||
FROM hashicorp/terraform:latest
|
||||
COPY --from=0 terragrunt /usr/local/bin/
|
||||
|
||||
ENTRYPOINT ["/usr/local/bin/terragrunt"]
|
Loading…
Reference in New Issue
Block a user