-
Notifications
You must be signed in to change notification settings - Fork 5.7k
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
Traditional (apt/rpm) software packages #257
Comments
Well, personally I'm ok with using just a binary. Ansible scripts is something that I'd keed away from the workstation. Also, on the second thought Flatpak is not really a good idea, because it would make the tools and other processes spawned by the editor exectue in the context of the container, which kind of makes no sense to do if the goal is to use stuff from the plain-old host environemnt. I'm renaming this issue to just deb/rpm. |
Also using Flatpak is a big security hole. Isolation is pretty much breakable compared to Snap (which I personally discourage for security sensitive workloads) |
Snap, Flatpak, Docker and any container-based "isolation" is too easy to subvert, so it can't really be used as a security measure. gVisior is the closest candidate to have something securely isolated, but there may be ways around it too. |
We should build a |
See #1306 |
For the use case of installing this one the existing workstation (in contrast to installing it on a dedicated server) it would be great to provide Flatpack (and/or Snapcraft) and deb/rpm packages.
Using it on the workstation has the benefits of cutting the time to setup all the tooling on the server and jump string into what you want to do.
The text was updated successfully, but these errors were encountered: