Add images for terraform deployment and pushing images to gcp
This commit is contained in:
7
gitea-tf-gcloud.Dockerfile
Normal file
7
gitea-tf-gcloud.Dockerfile
Normal file
@@ -0,0 +1,7 @@
|
||||
FROM debian:bookworm-slim
|
||||
|
||||
RUN apt-get update && apt-get -y install curl wget bash unzip python3 nodejs npm
|
||||
|
||||
RUN curl https://sdk.cloud.google.com > install.sh && bash install.sh --disable-prompts
|
||||
|
||||
RUN wget https://releases.hashicorp.com/terraform/1.7.4/terraform_1.7.4_linux_amd64.zip && unzip terraform_1.7.4_linux_amd64.zip && mv terraform /usr/bin/
|
||||
Reference in New Issue
Block a user