Skip to content

Commit

Permalink
Merge pull request #86 from thin-edge/chore-remove-docker-compose-ver…
Browse files Browse the repository at this point in the history
…sion

chore: remove deprecated docker compose version field
  • Loading branch information
reubenmiller authored Sep 22, 2024
2 parents 8139e72 + 9e41894 commit 2b42360
Show file tree
Hide file tree
Showing 8 changed files with 0 additions and 15 deletions.
2 changes: 0 additions & 2 deletions demos/docker-compose/device/docker-compose.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
version: '3'

# child device template
x-child-defaults: &child-defaults
image: ghcr.io/thin-edge/tedge-demo-child:${VERSION:-latest}
Expand Down
2 changes: 0 additions & 2 deletions demos/docker-compose/tedge-containermgmt/docker-compose.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
version: "3"

# device template
x-device-defaults: &defaults
image: ghcr.io/thin-edge/tedge-demo-containermgmt:${VERSION:-latest}
Expand Down
2 changes: 0 additions & 2 deletions demos/docker-compose/tedge/docker-compose.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
version: "3"

# device template
x-device-defaults: &defaults
image: ghcr.io/thin-edge/tedge-demo:${VERSION:-latest}
Expand Down
2 changes: 0 additions & 2 deletions images/alpine-s6/docker-compose.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
version: "3"

# device template
x-device-defaults: &device-defaults
build:
Expand Down
2 changes: 0 additions & 2 deletions images/debian-systemd/docker-compose.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
version: '3'

# child device template
x-child-defaults: &child-defaults
build:
Expand Down
2 changes: 0 additions & 2 deletions images/tedge-containermgmt/docker-compose.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
version: "3"

# device template
x-device-defaults: &defaults
build:
Expand Down
2 changes: 0 additions & 2 deletions images/tedge/docker-compose.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
version: "3"

# device template
x-device-defaults: &defaults
build:
Expand Down
1 change: 0 additions & 1 deletion tests/tedge-containermgmt/data/docker-compose.nginx.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
version: "3"
services:
nginx:
image: nginx
Expand Down

7 comments on commit 2b42360

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Robot Results

✅ Passed ❌ Failed ⏭️ Skipped Total Pass % ⏱️ Duration
11 0 2 11 100 50.388s

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Robot Results

✅ Passed ❌ Failed ⏭️ Skipped Total Pass % ⏱️ Duration
14 0 0 14 100 57.149999999s

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Robot Results

✅ Passed ❌ Failed ⏭️ Skipped Total Pass % ⏱️ Duration
7 0 0 7 100 49.495999999s

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Robot Results

✅ Passed ❌ Failed ⏭️ Skipped Total Pass % ⏱️ Duration
17 0 0 17 100 2m37.746s

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Robot Results

✅ Passed ❌ Failed ⏭️ Skipped Total Pass % ⏱️ Duration
14 0 0 14 100 55.646s

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Robot Results

✅ Passed ❌ Failed ⏭️ Skipped Total Pass % ⏱️ Duration
7 0 0 7 100 45.714s

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Robot Results

✅ Passed ❌ Failed ⏭️ Skipped Total Pass % ⏱️ Duration
11 0 2 11 100 51.343999999s

Please sign in to comment.