We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3fcfc27 commit 23c727aCopy full SHA for 23c727a
Dockerfile
@@ -0,0 +1,9 @@
1
+FROM hashicorp/terraform:0.12.13 as terraform-installer
2
+
3
+FROM alpine:latest
4
5
+COPY --from=terraform-installer /bin/terraform /bin/terraform
6
7
+ENTRYPOINT []
8
9
+CMD ["sh"]
README.md
@@ -1,2 +1,3 @@
-# jenkins-terraform
-make a jenkins ssh-slave that has terraform installed.
+# terraform-docker
+make a jenkins friendly container with terraform installed.
0 commit comments