From 19a94904d30dd84c19e1c714e8897abe628b2d25 Mon Sep 17 00:00:00 2001 From: Alex Jo Date: Wed, 5 Oct 2022 16:20:20 -0400 Subject: [PATCH] Rename Spark Iceberg image Having the minor version in the image name is not helpful and has been out of date for some time. --- .github/workflows/ci.yml | 2 +- testing/{spark3.0-iceberg => spark3-iceberg}/Dockerfile | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename testing/{spark3.0-iceberg => spark3-iceberg}/Dockerfile (100%) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 42566fd0..01f356c8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -13,7 +13,7 @@ jobs: - image: dns - image: centos7-oj17 - image: centos7-oj17-openldap-referrals - - image: spark3.0-iceberg + - image: spark3-iceberg - image: spark3-delta - image: kerberos test: kerberos diff --git a/testing/spark3.0-iceberg/Dockerfile b/testing/spark3-iceberg/Dockerfile similarity index 100% rename from testing/spark3.0-iceberg/Dockerfile rename to testing/spark3-iceberg/Dockerfile