We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2a913e6 commit 57ce4e1Copy full SHA for 57ce4e1
deployer-image/Dockerfile
@@ -20,7 +20,7 @@ RUN envsubst < /workspace/schema.yaml > /workspace/schema.yaml.processed && \
20
mv /workspace/schema.yaml.processed /workspace/schema.yaml
21
22
# Stage 2: Deployer
23
-FROM gcr.io/cloud-marketplace-tools/k8s/deployer_envsubst:latest
+FROM ubuntu:22.04
24
25
ARG TERRAFORM_VERSION=1.5.3
26
0 commit comments