-
-
Notifications
You must be signed in to change notification settings - Fork 28
Updates to several container and module bases #397
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
Conversation
c1f9dd6
to
990f5b5
Compare
Signed-off-by: vsoch <vsoch@users.noreply.github.com>
On module name conflict, as I mentioned in #395, It's probably good to leave the full name, as it prevents from accidentally loading two versions of the same SHPC container module. So ... can it be added for Lua, too? On the Docker/Podman optional env variables (as in my comment to #391), I was wondering ... instead of using DOCKER for Podman, too ... how about using PODMAN for Docker ...? too daring ...? after all SHPC is more focused on HPC, Docker is kind of a free add-on feature |
|
Added back! For Lua I didn't add
Let's be daring! |
Signed-off-by: vsoch <vsoch@users.noreply.github.com>
Testing related GH issues, and new features. All good but this one: Help block in Podman modulefile:
|
@marcodelapierre I don't see those issues in either docker.tcl or docker.lua - could you comment directly on the code here to point them out? |
this is do-able because we disable validation when edit is being used. Signed-off-by: vsoch <vsoch@users.noreply.github.com>
@vsoch it's only for Lua, in lines from 18 on of
For shell and exec, |
In the TCL module files for Podman, I actually notice other issues (had not checked before): help screen:
actual command definitions:
|
This is because some aliases have other arguments following the executable. If it's repeated it's a bug with deriving alias.entrypoing vs. alias.args, let me take a look. (Update, can confirm it was using alias.command instead of alias args, will fix!) |
This PR include several bug fixes or updates, specially:
Signed-off-by: vsoch vsoch@users.noreply.github.com