Skip to content

Commit

Permalink
Merge pull request #83 from thin-edge/feat-network-improvements
Browse files Browse the repository at this point in the history
feat: update layer to include new networking and local pki improvements
  • Loading branch information
reubenmiller authored Sep 30, 2024
2 parents b7fb2e8 + b2e75f3 commit c277717
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 2 deletions.
4 changes: 3 additions & 1 deletion layers/debian-containers.toml
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
parent = "tedge-rugpi-core/debian-bookworm-tedge"

recipes = [
"tedge-rugpi-core/docker",
"core/rugpi-ctrl",
"tedge-rugpi-core/docker",
"tedge-rugpi-core/systemd-resolved",
"tedge-rugpi-core/boot-options",
"tedge-config",
]

Expand Down
2 changes: 2 additions & 0 deletions layers/rpi-containers.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ parent = "tedge-rugpi-core/raspios-tedge"
recipes = [
"core/rugpi-ctrl",
"tedge-rugpi-core/docker",
"tedge-rugpi-core/systemd-resolved",
"tedge-rugpi-core/boot-options",
"tedge-config",
]

Expand Down
2 changes: 2 additions & 0 deletions layers/rpi-default.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ parent = "tedge-rugpi-core/raspios-tedge"

recipes = [
"core/rugpi-ctrl",
"tedge-rugpi-core/systemd-resolved",
"tedge-rugpi-core/boot-options",
]

[parameters."core/rugpi-ctrl"]
Expand Down
2 changes: 1 addition & 1 deletion rugpi-bakery.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[repositories]
tedge-rugpi-core = { git = "https://github.com/thin-edge/tedge-rugpi-core.git", branch = "v0.7" }
tedge-rugpi-core = { git = "https://github.com/thin-edge/tedge-rugpi-core.git", branch = "v0.8" }

[images.debian-amd64]
layer = "debian-default"
Expand Down

0 comments on commit c277717

Please sign in to comment.