Add images for terraform deployment and pushing images to gcp

This commit is contained in:
2024-02-28 16:44:00 -06:00
parent f2126c9bc8
commit fa0756218e
2 changed files with 14 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
FROM docker:24-dind
RUN apk add --no-cache nodejs npm git curl bash python3
RUN curl https://sdk.cloud.google.com > install.sh
RUN sh install.sh --disable-prompts

View 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/