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

Error in running def file during rpm installation #6498

Closed
shmily0000 opened this issue May 25, 2023 · 1 comment
Closed

Error in running def file during rpm installation #6498

shmily0000 opened this issue May 25, 2023 · 1 comment

Comments

@shmily0000
Copy link

Hello, using Centos to install Singularity here uses rpm installation, so there are no files such as Singularity.spec. The Singularity version is 3.11.3-1.el7, and the Centos version is Centos-release-7-9.2009.

The content of the def file is as follows

BootStrap: yum

OSVersion: 7

MirrorURL: http://mirror.centos.org/altarch/% {OSVERSION}/os/aarch64/

Include: /usr/bin/yum

%runscript

echo "This is what happens when you run the container..."

%post

echo "Hello from inside the container"

/usr/bin/yum -y install vim-minimal

image
image

image
image

After referring to the issue # 5281, the execution failed. However, the singularity.spec file and the corresponding version of the tar package mconfig file were placed in the required location, but the execution still failed,

Can you provide me with an available def to create a SIF image? By the way, please help me see where the problem is

@github-actions
Copy link

New issues are no longer accepted in this repository. If singularity --version says singularity-ce, submit instead to https://github.com/sylabs/singularity, otherwise submit to https://github.com/apptainer/apptainer.

@github-actions github-actions bot locked and limited conversation to collaborators May 25, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant