From 9fe8961f9004f3018a7eac8222a30645055c9ced Mon Sep 17 00:00:00 2001 From: Christopher Desiniotis Date: Fri, 29 Sep 2023 11:12:47 -0700 Subject: [PATCH] Use docker:dind image in CI Signed-off-by: Christopher Desiniotis --- .common-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.common-ci.yml b/.common-ci.yml index a392c3d..0be1ff8 100644 --- a/.common-ci.yml +++ b/.common-ci.yml @@ -12,9 +12,9 @@ # See the License for the specific language governing permissions and # limitations under the License. default: - image: docker:stable + image: docker:dind services: - - docker:stable-dind + - docker:dind stages: - image