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