This is an automated email from the ASF dual-hosted git repository.
liurenjie1024 pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/iceberg-rust.git
The following commit(s) were added to refs/heads/main by this push:
new 53c132c chore: remove compose obsolete version (#452) (#454)
53c132c is described below
commit 53c132cdcd77d191e4e674e37e77d3303e698458
Author: yinheli <[email protected]>
AuthorDate: Thu Jul 11 09:52:55 2024 +0800
chore: remove compose obsolete version (#452) (#454)
reference:
https://docs.docker.com/compose/compose-file/04-version-and-name/#version-top-level-element-obsolete
---
crates/catalog/glue/testdata/glue_catalog/docker-compose.yaml | 2 --
crates/catalog/hms/testdata/hms_catalog/docker-compose.yaml | 2 --
crates/catalog/rest/testdata/rest_catalog/docker-compose.yaml | 2 --
crates/iceberg/testdata/file_io_s3/docker-compose.yaml | 1 -
crates/integrations/datafusion/testdata/docker-compose.yaml | 2 --
5 files changed, 9 deletions(-)
diff --git a/crates/catalog/glue/testdata/glue_catalog/docker-compose.yaml
b/crates/catalog/glue/testdata/glue_catalog/docker-compose.yaml
index a0be22e..0a2c938 100644
--- a/crates/catalog/glue/testdata/glue_catalog/docker-compose.yaml
+++ b/crates/catalog/glue/testdata/glue_catalog/docker-compose.yaml
@@ -15,8 +15,6 @@
# specific language governing permissions and limitations
# under the License.
-version: '3.8'
-
services:
minio:
image: minio/minio:RELEASE.2024-03-07T00-43-48Z
diff --git a/crates/catalog/hms/testdata/hms_catalog/docker-compose.yaml
b/crates/catalog/hms/testdata/hms_catalog/docker-compose.yaml
index c960586..b9afac4 100644
--- a/crates/catalog/hms/testdata/hms_catalog/docker-compose.yaml
+++ b/crates/catalog/hms/testdata/hms_catalog/docker-compose.yaml
@@ -15,8 +15,6 @@
# specific language governing permissions and limitations
# under the License.
-version: '3.8'
-
services:
minio:
image: minio/minio:RELEASE.2024-03-07T00-43-48Z
diff --git a/crates/catalog/rest/testdata/rest_catalog/docker-compose.yaml
b/crates/catalog/rest/testdata/rest_catalog/docker-compose.yaml
index 0152a22..b49b6c6 100644
--- a/crates/catalog/rest/testdata/rest_catalog/docker-compose.yaml
+++ b/crates/catalog/rest/testdata/rest_catalog/docker-compose.yaml
@@ -15,8 +15,6 @@
# specific language governing permissions and limitations
# under the License.
-version: '3.8'
-
services:
rest:
image: tabulario/iceberg-rest:0.10.0
diff --git a/crates/iceberg/testdata/file_io_s3/docker-compose.yaml
b/crates/iceberg/testdata/file_io_s3/docker-compose.yaml
index 3c1cfcc..0793d22 100644
--- a/crates/iceberg/testdata/file_io_s3/docker-compose.yaml
+++ b/crates/iceberg/testdata/file_io_s3/docker-compose.yaml
@@ -15,7 +15,6 @@
# specific language governing permissions and limitations
# under the License.
-version: '3'
services:
minio:
image: minio/minio:RELEASE.2024-02-26T09-33-48Z
diff --git a/crates/integrations/datafusion/testdata/docker-compose.yaml
b/crates/integrations/datafusion/testdata/docker-compose.yaml
index 282dc66..2445fc2 100644
--- a/crates/integrations/datafusion/testdata/docker-compose.yaml
+++ b/crates/integrations/datafusion/testdata/docker-compose.yaml
@@ -15,8 +15,6 @@
# specific language governing permissions and limitations
# under the License.
-version: '3.8'
-
services:
minio:
image: minio/minio:RELEASE.2024-03-07T00-43-48Z