We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
As a user, I need to run aic-bash with all of its dependencies, without installing them to my system.
When working with such a nice script, it will be nice to isolate its dependencies and to cleanly separate them from the underlying system.
One way of achieving this is to build an OCI container, which can be run through Docker, Podman or other OCI-compliant container schedulers.
This container could be built with GitHub Actions and pushed to GitHub Packages for ease of development.
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
When working with such a nice script, it will be nice to isolate its dependencies and to cleanly separate them from the underlying system.
One way of achieving this is to build an OCI container, which can be run through Docker, Podman or other OCI-compliant container schedulers.
This container could be built with GitHub Actions and pushed to GitHub Packages for ease of development.
The text was updated successfully, but these errors were encountered: