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

FATAL error: repository name must be lowercase #53

Closed
xjy11 opened this issue May 24, 2021 · 1 comment
Closed

FATAL error: repository name must be lowercase #53

xjy11 opened this issue May 24, 2021 · 1 comment
Labels
question Further information is requested

Comments

@xjy11
Copy link

xjy11 commented May 24, 2021

I have installed the singularity 3.7.0 and SIF sucessfully. But when I tried to build a container from singularity definition files, I ran "sudo singularity build gedisingularity.sif makesingularity.def" and then I got back a fatal error as below:
FATAL: While performing build: conveyor failed to get: invalid image source: invalid reference format: repository name must be lowercase

The container definition file is written as:
makesingularity.txt

@dtrudg dtrudg added the question Further information is requested label May 24, 2021
@dtrudg
Copy link
Member

dtrudg commented May 24, 2021

From: Ubuntu:20 should be From: ubuntu:20. Docker repositories (where specific containers live) are lowercase only

You likely also want ubuntu:20.04 if you are trying to get the latest LTS version.

@dtrudg dtrudg closed this as completed May 24, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants