From 0e38305e3446addb61b49607d1c8272569888a3a Mon Sep 17 00:00:00 2001 From: Zhenhua Li Date: Wed, 29 Mar 2023 12:58:48 -0700 Subject: [PATCH] Use Go 1.19-bullseye for containers (#7557) --- .ci/containers/downstream-builder/Dockerfile | 2 +- .ci/containers/gcb-terraform-vcr-tester/Dockerfile | 2 +- .ci/containers/github-differ/Dockerfile | 2 +- .ci/containers/terraform-tester/Dockerfile | 2 +- .../terraform-validator-tester-integration/Dockerfile | 2 +- .ci/containers/terraform-validator-tester/Dockerfile | 2 +- .ci/containers/terraform-vcr-tester/Dockerfile | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.ci/containers/downstream-builder/Dockerfile b/.ci/containers/downstream-builder/Dockerfile index 9325fd73de13..7af3873d90a1 100644 --- a/.ci/containers/downstream-builder/Dockerfile +++ b/.ci/containers/downstream-builder/Dockerfile @@ -1,4 +1,4 @@ -from golang:1.19-stretch as resource +from golang:1.19-bullseye as resource SHELL ["/bin/bash", "-c"] diff --git a/.ci/containers/gcb-terraform-vcr-tester/Dockerfile b/.ci/containers/gcb-terraform-vcr-tester/Dockerfile index 63ca8fdcc230..12e8ec04054e 100644 --- a/.ci/containers/gcb-terraform-vcr-tester/Dockerfile +++ b/.ci/containers/gcb-terraform-vcr-tester/Dockerfile @@ -1,4 +1,4 @@ -from golang:1.19-stretch as resource +from golang:1.19-bullseye as resource SHELL ["/bin/bash", "-c"] # Set up Github SSH cloning. RUN ssh-keyscan github.com >> /known_hosts diff --git a/.ci/containers/github-differ/Dockerfile b/.ci/containers/github-differ/Dockerfile index a34a3276d7be..14e43097efd8 100644 --- a/.ci/containers/github-differ/Dockerfile +++ b/.ci/containers/github-differ/Dockerfile @@ -1,4 +1,4 @@ -from golang:1.19-stretch as resource +from golang:1.19-bullseye as resource SHELL ["/bin/bash", "-c"] RUN apt-get update diff --git a/.ci/containers/terraform-tester/Dockerfile b/.ci/containers/terraform-tester/Dockerfile index 002d7b887800..3da42259c7b5 100644 --- a/.ci/containers/terraform-tester/Dockerfile +++ b/.ci/containers/terraform-tester/Dockerfile @@ -1,4 +1,4 @@ -from golang:1.19-stretch as resource +from golang:1.19-bullseye as resource SHELL ["/bin/bash", "-c"] # Set up Github SSH cloning. RUN ssh-keyscan github.com >> /known_hosts diff --git a/.ci/containers/terraform-validator-tester-integration/Dockerfile b/.ci/containers/terraform-validator-tester-integration/Dockerfile index c4dfb1985e7c..8e385e7edecc 100644 --- a/.ci/containers/terraform-validator-tester-integration/Dockerfile +++ b/.ci/containers/terraform-validator-tester-integration/Dockerfile @@ -1,4 +1,4 @@ -from golang:1.19-stretch as resource +from golang:1.19-bullseye as resource SHELL ["/bin/bash", "-c"] # Set up Github SSH cloning. RUN ssh-keyscan github.com >> /known_hosts diff --git a/.ci/containers/terraform-validator-tester/Dockerfile b/.ci/containers/terraform-validator-tester/Dockerfile index 9c708f831059..08f9bbba7d86 100644 --- a/.ci/containers/terraform-validator-tester/Dockerfile +++ b/.ci/containers/terraform-validator-tester/Dockerfile @@ -1,4 +1,4 @@ -from golang:1.19-stretch as resource +from golang:1.19-bullseye as resource SHELL ["/bin/bash", "-c"] # Set up Github SSH cloning. RUN ssh-keyscan github.com >> /known_hosts diff --git a/.ci/containers/terraform-vcr-tester/Dockerfile b/.ci/containers/terraform-vcr-tester/Dockerfile index 7409295256c0..10763f6f6df8 100644 --- a/.ci/containers/terraform-vcr-tester/Dockerfile +++ b/.ci/containers/terraform-vcr-tester/Dockerfile @@ -1,4 +1,4 @@ -from golang:1.19-stretch as resource +from golang:1.19-bullseye as resource SHELL ["/bin/bash", "-c"] # Set up Github SSH cloning. RUN ssh-keyscan github.com >> /known_hosts