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 f53e19f commit 4c67df6Copy full SHA for 4c67df6
Dockerfile
@@ -1,6 +1,7 @@
1
FROM alpine:3.15
2
3
ENV TERRAFORM_VERSION=1.1.3
4
+ENV COLLECTION_VERSION=2.3.2
5
ARG TARGETPLATFORM
6
7
RUN apk add --no-cache \
@@ -25,7 +26,7 @@ RUN apk add --no-cache \
25
26
27
USER setup
28
RUN cd /terraform/ \
- && curl -O https://raw.githubusercontent.com/SumoLogic/sumologic-kubernetes-collection/7aeb5014aad04c21a21fea2d88e35600da6818eb/deploy/helm/sumologic/conf/setup/main.tf \
29
+ && curl -O https://raw.githubusercontent.com/SumoLogic/sumologic-kubernetes-collection/v${COLLECTION_VERSION}/deploy/helm/sumologic/conf/setup/main.tf \
30
&& terraform init \
31
&& rm main.tf
32
0 commit comments