-
Notifications
You must be signed in to change notification settings - Fork 139
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
Add a new action to install a debian package #157
Comments
For now I do it this way: Create an overlay for your local packages:
Add an apt sources file:
Then enable the overlay in the recipe:
It would be nice if debos could make it more seamless, for sure. |
Fix go-debos#157 Signed-off-by: Frédéric Danis <[email protected]>
This add a new 'source' option to 'apt' action, allowing to install local packages from the 'source' directory in addition to the repository. Fix go-debos#157 Signed-off-by: Frédéric Danis <[email protected]>
This add a new 'source' option to 'apt' action, allowing to install local packages from the 'source' directory in addition to the repository. Fix go-debos#157 Signed-off-by: Frédéric Danis <[email protected]>
This add a new 'source' option to 'apt' action, allowing to install local packages from the 'source' directory in addition to the repository. Fix go-debos#157 Signed-off-by: Frédéric Danis <[email protected]>
@elboulangero please consider to document your workaround for a package install in a recipe for https://github.com/go-debos/debos-recipes |
This add a new 'local-packages-dir' option to 'apt' action, allowing to install local packages from the 'local-packages-dir' directory in addition to the repository. Fix go-debos#157 Signed-off-by: Frédéric Danis <[email protected]>
The apt-file action allows local .deb packages to be installed using the `apt` command, much like the apt action but for local packages rather than those from apt repositories. Resolves: go-debos#157 Closes: go-debos#165 Signed-off-by: Christopher Obbard <[email protected]>
…debian packages The apt-file action allows local .deb packages to be installed using the `apt` command, much like the apt action but for local packages rather than those from apt repositories. Resolves: go-debos#157 Closes: go-debos#165 Signed-off-by: Christopher Obbard <[email protected]>
…debian packages The apt-file action allows local .deb packages to be installed using the `apt` command, much like the apt action but for local packages rather than those from apt repositories. Resolves: go-debos#157 Closes: go-debos#165 Signed-off-by: Christopher Obbard <[email protected]>
@elboulangero @obbardc @sjoerdsimons Is there a reason not to use the current actions as below?
Thanks, |
Hi Daniel, |
OK, in that case, it depends on the policy of Debos/Collabora. |
debos wraps a lot of common recipes; e.g. the apt action you could do by |
Thanks for your comment. I think that adding convenient actions is nice, but I worry that adding too many could also increase your generous maintenance efforts. In any case, have you considered adding a bit of syntax sugar to the apt action instead of creating a new one?
Thanks, |
…debian packages The apt-file action allows local .deb packages to be installed using the `apt` command, much like the apt action but for local packages rather than those from apt repositories. Resolves: go-debos#157 Closes: go-debos#165 Signed-off-by: Christopher Obbard <[email protected]>
The apt-file action allows local .deb packages to be installed using the `apt` command, much like the apt action but for local packages rather than those from apt repositories. Resolves: go-debos#157 Closes: go-debos#165 Signed-off-by: Christopher Obbard <[email protected]>
The install-dpkg action allows local .deb packages to be installed using the apt command, much like the apt action but for local packages rather than for packages retrieved from remote apt repositories. Resolves: go-debos#157 Closes: go-debos#165 Signed-off-by: Christopher Obbard <[email protected]>
The install-dpkg action allows local .deb packages to be installed using the apt command, much like the apt action but for local packages rather than for packages retrieved from remote apt repositories. Resolves: go-debos#157 Closes: go-debos#165 Signed-off-by: Christopher Obbard <[email protected]>
The install-dpkg action allows local .deb packages to be installed using the apt command, much like the apt action but for local packages rather than for packages retrieved from remote apt repositories. Resolves: go-debos#157 Closes: go-debos#165 Signed-off-by: Christopher Obbard <[email protected]>
The install-dpkg action allows local .deb packages to be installed using the apt command, much like the apt action but for local packages rather than for packages retrieved from remote apt repositories. Resolves: go-debos#157 Closes: go-debos#165 Signed-off-by: Christopher Obbard <[email protected]>
It could be useful to be able to install a locally built debian package to the image.
The text was updated successfully, but these errors were encountered: