Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(containers): init container capability #659

Conversation

noaccOS
Copy link
Collaborator

@noaccOS noaccOS commented Oct 22, 2024

adds the capability container_management if a device supports all the required interfaces.

closes #615
drafted because we don't currently support all required interfaces

@noaccOS noaccOS force-pushed the feat/containers-capability branch from cfd0bf6 to 73cc371 Compare October 22, 2024 11:59
@noaccOS noaccOS linked an issue Oct 22, 2024 that may be closed by this pull request
@noaccOS noaccOS added the backend This issue is relative to the Edgehog Backend label Oct 22, 2024
@noaccOS noaccOS added this to the v0.10 milestone Oct 22, 2024
@@ -26,6 +26,7 @@ defmodule Edgehog.Devices.Device.Types.Capability do
battery_status: "The device provides information about its battery status.",
cellular_connection: "The device provides information about its cellular connection.",
commands: "The device supports commands, for example the rebooting command.",
contoainer_management: "The device supports running applications using containers.",
Copy link
Collaborator

Choose a reason for hiding this comment

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

Are Contoainers based on Dockoer?

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Helix with its 33.5k stars does not yet include support for plugins or spell checkers 🤡
Btw no, of course they are based on podoman smh

@noaccOS noaccOS force-pushed the feat/containers-capability branch from 73cc371 to 483cfe6 Compare October 23, 2024 13:55
adds the capability `container_management` if a device supports all the
required interfaces.

Signed-off-by: Francesco Noacco <[email protected]>
@noaccOS noaccOS force-pushed the feat/containers-capability branch from 483cfe6 to ccae72f Compare November 8, 2024 11:12
@noaccOS noaccOS marked this pull request as ready for review November 8, 2024 11:12
@lusergit lusergit merged commit 99cb24e into edgehog-device-manager:feature/application-management Nov 8, 2024
8 checks passed
@noaccOS noaccOS deleted the feat/containers-capability branch November 13, 2024 15:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backend This issue is relative to the Edgehog Backend
Projects
Development

Successfully merging this pull request may close these issues.

Add container_management capability
3 participants