Skip to content

Commit b4b1fcc

Browse files
authored
fix: remove docker compose version specification (#604)
1 parent 82f8551 commit b4b1fcc

File tree

12 files changed

+0
-12
lines changed

12 files changed

+0
-12
lines changed

docker/linux/ubuntu/docker-compose.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
version: '3.8'
21
services:
32

43
stk:

docker/linux/ubuntu/stk-engine-py311/docker-compose.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
version: '3.8'
21
services:
32
stk-python3.11:
43
image: ansys/stk:dev-ubuntu22.04-python3.11

docker/linux/ubuntu/stk-engine-py312/docker-compose.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
version: '3.8'
21
services:
32
stk-python3.12:
43
image: ansys/stk:dev-ubuntu22.04-python3.12

docker/linux/ubuntu/stk-engine-py313/docker-compose.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
version: '3.8'
21
services:
32
stk-python3.13:
43
image: ansys/stk:dev-ubuntu22.04-python3.13

docker/linux/ubuntu/stk-engine-pybase/docker-compose.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
version: '3.8'
21
services:
32
stk-python-common:
43
image: ansys/stk:dev-ubuntu22.04-python-common

docker/linux/ubuntu/stk-engine/docker-compose.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
version: '3.8'
21
services:
32
stk:
43
image: ansys/stk:dev-ubuntu22.04

docker/windows/docker-compose.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
version: '3.8'
21
services:
32

43
stk:

docker/windows/stk-engine-py311/docker-compose.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
version: '3.8'
21
services:
32
stk-python3.111:
43
image: ansys/stk:dev-windowsservercore-ltsc2019-python3.11

docker/windows/stk-engine-py312/docker-compose.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
version: '3.8'
21
services:
32
stk-python3.12:
43
image: ansys/stk:dev-windowsservercore-ltsc2019-python3.12

docker/windows/stk-engine-py313/docker-compose.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
version: '3.8'
21
services:
32
stk-python3.13:
43
image: ansys/stk:dev-windowsservercore-ltsc2019-python3.13

0 commit comments

Comments
 (0)