-
Notifications
You must be signed in to change notification settings - Fork 33
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
provide option to use toolbox in our distrobox just recipes #186
Comments
Context in #106 about why we want toolbox, not just distrobox. |
when i get to reorging the distrobox just file, i want to make it possible to select image, set a name (using a just arg) and platform (distrobox or toolbox) as part of the overhaul, but since this would require some more work than the rest of the reorg, i decided to split reorging the distrobox just file as its own PR afterwards. 😃 |
@HikariKnight this relates to your comment here: #181 (comment) Even though you are on the discussion already, linking it for reference. |
Just updating that i am laying the groundwork for this now in #194 |
It was discussed and determined that neither #194 nor #199 either addressed nor hindered this issue. Also, an important point was raised, this issue is really about enabling |
Should we try make the just recipe work similar to [rhel-ubi8]
image=registry.access.redhat.com/ubi8/toolbox:latest
distro=
release=
[rhel9]
image=
distro=rhel
release=9 the part inside Then just do, if |
This issue is tangentially related to this one: #210 |
@bsherman @noelmiller should we use |
Closing for now since there's not much energy in trying to make toolbox work for our use cases. |
Actually @HikariKnight pretty much implemented this. |
yep the assemble one is mostly a copy+paste of the "make a list of images and select one" from the i just forgot to close this 😅 |
I suggest maybe add an argument to all our distrobox recipes which allows toggling toolbox, and perhaps allows setting an env var which defaults to toolbox. The idea people that some users definitely do use it exclusively.
I agree, mostly from the position that our just recipes are all, already
distrobox-*
Yes. This latter thought is basically what I was suggesting in my second option...
I'd be happy to merge this as is, but file a follow-up issue to be more "toolbox-friendly" and either coach you through the env var stuff or provide the PR myself.
Originally posted by @bsherman in #185 (comment)
The text was updated successfully, but these errors were encountered: