diff --git a/gitea-dind-gcloud.Dockerfile b/gitea-dind-gcloud.Dockerfile new file mode 100644 index 0000000..4d0330c --- /dev/null +++ b/gitea-dind-gcloud.Dockerfile @@ -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 diff --git a/gitea-tf-gcloud.Dockerfile b/gitea-tf-gcloud.Dockerfile new file mode 100644 index 0000000..c6977f0 --- /dev/null +++ b/gitea-tf-gcloud.Dockerfile @@ -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/