Skip to content
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

removing checks for versions across all files and 2.x image commands … #191

Merged
merged 5 commits into from Mar 27, 2022

Commits on Mar 27, 2022

  1. removing checks for versions across all files and 2.x image commands …

    …import, export
    
    the reason being so we can easily support apptainer and singularityce installs,
    which both provide an executable singularity but with different versions! Also,
    people should not be using the 2.x command groups at this point because there are too
    many security issues. We can support this in some small way by not making it easy/possible
    to do here, unless they want to install an older version. This will fix #190
    
    Signed-off-by: vsoch <vsoch@users.noreply.github.com>
    vsoch committed Mar 27, 2022
    Configuration menu
    Copy the full SHA
    3d5794b View commit details
    Browse the repository at this point in the history
  2. remove extraneous object

    Signed-off-by: vsoch <vsoch@users.noreply.github.com>
    vsoch committed Mar 27, 2022
    Configuration menu
    Copy the full SHA
    8cfc90d View commit details
    Browse the repository at this point in the history
  3. wrong filename

    Signed-off-by: vsoch <vsoch@users.noreply.github.com>
    vsoch committed Mar 27, 2022
    Configuration menu
    Copy the full SHA
    34f609d View commit details
    Browse the repository at this point in the history
  4. export command removed for 2.x

    Signed-off-by: vsoch <vsoch@users.noreply.github.com>
    vsoch committed Mar 27, 2022
    Configuration menu
    Copy the full SHA
    8c776b3 View commit details
    Browse the repository at this point in the history
  5. reference to non-existent image command!

    Signed-off-by: vsoch <vsoch@users.noreply.github.com>
    vsoch committed Mar 27, 2022
    Configuration menu
    Copy the full SHA
    f0fc589 View commit details
    Browse the repository at this point in the history