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

Inject instanced host snaps to the provider #622

Open
lengau opened this issue Aug 12, 2024 · 3 comments · Fixed by #670
Open

Inject instanced host snaps to the provider #622

lengau opened this issue Aug 12, 2024 · 3 comments · Fixed by #670
Labels
Enhancement New feature or request triaged We will be doing this

Comments

@lengau
Copy link
Contributor

lengau commented Aug 12, 2024

What needs to get done

Add a way to support a snap instance key from the host when injecting it into the client, without instancing the snap inside the client or requiring that snapd in there even have parallel installs enabled.

Essentially, this needs an optional instance_key in

def inject_from_host(*, executor: Executor, snap_name: str, classic: bool) -> None:

and then passthroughs in related places.

Why it needs to get done

Snapd has parallel installs as an experimental option. We need to be able to get an instanced version of a host snap and install it without being instanced.

See also: canonical/craft-application#411

@lengau lengau added the Enhancement New feature or request label Aug 12, 2024
@lengau lengau added the triaged We will be doing this label Aug 17, 2024
Copy link

Thank you for reporting us your feedback!

The internal ticket has been created: https://warthogs.atlassian.net/browse/CRAFT-3259.

This message was autogenerated

@lengau
Copy link
Contributor Author

lengau commented Sep 16, 2024

Downstrteam: canonical/craft-application#411

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Enhancement New feature or request triaged We will be doing this
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants