Skip to content
Snippets Groups Projects
Commit 7a1f2c24 authored by Guilhem Bonnefille's avatar Guilhem Bonnefille Committed by Pierre Smeyers
Browse files

doc: add comment

parent 849939ac
No related branches found
No related tags found
No related merge requests found
...@@ -269,6 +269,9 @@ stages: ...@@ -269,6 +269,9 @@ stages:
done done
} }
# Cf https://docs.docker.com/engine/reference/commandline/tag/
# > A tag name must be valid ASCII and may contain lowercase and uppercase letters, digits, underscores, periods and dashes.
# > A tag name may not start with a period or a dash and may contain a maximum of 128 characters.
function normalize_image() { function normalize_image() {
imgprefix=${1%%:*} imgprefix=${1%%:*}
tagonly=${1#*:} tagonly=${1#*:}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment