Add images for terraform deployment and pushing images to gcp
This commit is contained in:
7
gitea-dind-gcloud.Dockerfile
Normal file
7
gitea-dind-gcloud.Dockerfile
Normal 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
|
||||
Reference in New Issue
Block a user