Skip to content

Commit

Permalink
Remove version from docker-compose (apache#1438)
Browse files Browse the repository at this point in the history
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"
```
  • Loading branch information
Fokko authored Dec 17, 2024
1 parent d8c6c94 commit 59a18b3
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion dev/docker-compose-azurite.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
# KIND, either express or implied. See the License for the
# specific language governing permissions and limitations
# under the License.
version: "3"

services:
azurite:
Expand Down
1 change: 0 additions & 1 deletion dev/docker-compose-gcs-server.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
# KIND, either express or implied. See the License for the
# specific language governing permissions and limitations
# under the License.
version: "3"

services:
gcs-server:
Expand Down
1 change: 0 additions & 1 deletion dev/docker-compose-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
# KIND, either express or implied. See the License for the
# specific language governing permissions and limitations
# under the License.
version: "3"

services:
spark-iceberg:
Expand Down
1 change: 0 additions & 1 deletion dev/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
# KIND, either express or implied. See the License for the
# specific language governing permissions and limitations
# under the License.
version: "3"

services:
minio:
Expand Down

0 comments on commit 59a18b3

Please sign in to comment.