Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Gepetto
dashboard
Commits
deb51142
Commit
deb51142
authored
Jun 12, 2018
by
Guilhem Saurel
Browse files
docker images names must be lower case
parent
36b1ba79
Changes
1
Show whitespace changes
Inline
Side-by-side
rainboard/models.py
View file @
deb51142
...
...
@@ -623,7 +623,7 @@ class Image(models.Model):
def
get_image_name
(
self
):
project
=
self
.
robotpkg
.
project
return
f
'
{
project
.
registry
()
}
/
{
project
.
main_namespace
.
slug
}
/
{
project
}
/
{
self
}
'
return
f
'
{
project
.
registry
()
}
/
{
project
.
main_namespace
.
slug
}
/
{
project
}
/
{
self
}
'
.
lower
()
def
get_image_url
(
self
):
project
=
self
.
robotpkg
.
project
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment