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
3f73f809
Commit
3f73f809
authored
Dec 14, 2020
by
mh
Browse files
another debug try
parent
55983a52
Pipeline
#4964
failed with stage
in 4 minutes and 40 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Dockerfile
View file @
3f73f809
...
...
@@ -18,7 +18,8 @@ RUN apt-get update -q \
nano
\
less
\
&&
rm
-rf
/var/lib/apt/lists/
*
\
&&
sed
's/session\s*required\s*pam_loginuid.so/session optional pam_loginuid.so/g'
-i
/etc/pam.d/sshd
&&
sed
's/session\s*required\s*pam_loginuid.so/session optional pam_loginuid.so/g'
-i
/etc/pam.d/sshd
\
&&
find /opt/gitlab/sv
-ls
# Remove MOTD
RUN
rm
-rf
/etc/update-motd.d /etc/motd /etc/motd.dynamic
...
...
build.sh
View file @
3f73f809
...
...
@@ -24,7 +24,7 @@ else
fi
echo
"Building image"
buildah bud
--log-level
debug
--pull-always
$cache_flag
-f
"./Dockerfile.el7"
-t
"
${
NAME
}
:
${
VERSION
}
"
"
${
basedir
}
"
buildah bud
--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