Skip to content

Commit 59a18b3

Browse files
authored
Remove version from docker-compose (#1438)
Seeing this in the logs: ``` time="2024-12-09T14:41:56Z" level=warning msg="/home/runner/work/iceberg-python/iceberg-python/dev/docker-compose-gcs-server.yml: `version` is obsolete" ```
1 parent d8c6c94 commit 59a18b3

File tree

4 files changed

+0
-4
lines changed

4 files changed

+0
-4
lines changed

dev/docker-compose-azurite.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@
1414
# KIND, either express or implied. See the License for the
1515
# specific language governing permissions and limitations
1616
# under the License.
17-
version: "3"
1817

1918
services:
2019
azurite:

dev/docker-compose-gcs-server.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@
1414
# KIND, either express or implied. See the License for the
1515
# specific language governing permissions and limitations
1616
# under the License.
17-
version: "3"
1817

1918
services:
2019
gcs-server:

dev/docker-compose-integration.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@
1414
# KIND, either express or implied. See the License for the
1515
# specific language governing permissions and limitations
1616
# under the License.
17-
version: "3"
1817

1918
services:
2019
spark-iceberg:

dev/docker-compose.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@
1414
# KIND, either express or implied. See the License for the
1515
# specific language governing permissions and limitations
1616
# under the License.
17-
version: "3"
1817

1918
services:
2019
minio:

0 commit comments

Comments
 (0)