-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
8 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
FROM google/cloud-sdk:latest | ||
|
||
RUN apt-get install software-properties-common -y && apt-get update -y | ||
RUN curl -fsSL https://apt.releases.hashicorp.com/gpg | apt-key add - | ||
RUN apt-add-repository "deb [arch=amd64] https://apt.releases.hashicorp.com $(lsb_release -cs) main" | ||
RUN apt-get update -y && apt-get install terraform -y && apt install jq -y |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
# terraform-gcloud-image | ||
Terraform installed on top of google/cloud-sdk image. Ideal for CD Pipelines that require both GCloud SDK and Terraform. | ||
# Terraform/GCloudSDK Dockerfile Repo | ||
Are you a DevOps Engineer declaring IaC with Terraform and Deploying to GCP? use this image in your pipelines for simplify your job. |