Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
immerda
Container Images
gitlab
Commits
55983a52
Commit
55983a52
authored
Dec 14, 2020
by
mh
Browse files
try to debug the issue
parent
5af08f6d
Pipeline
#4963
failed with stage
in 4 minutes and 55 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
build.sh
View file @
55983a52
...
...
@@ -24,7 +24,7 @@ else
fi
echo
"Building image"
buildah bud
--pull-always
$cache_flag
-f
"./Dockerfile.el7"
-t
"
${
NAME
}
:
${
VERSION
}
"
"
${
basedir
}
"
buildah bud
--log-level
debug
--pull-always
$cache_flag
-f
"./Dockerfile.el7"
-t
"
${
NAME
}
:
${
VERSION
}
"
"
${
basedir
}
"
echo
-e
"Building image
\0
33[0;32mdone
\0
33[0m"
echo
"Exporting image"
...
...
Write
Preview
Supports
Markdown
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