Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Léo-Paul Géneau
gitlab-ce
Commits
3655e433
Commit
3655e433
authored
9 years ago
by
Rowan Wookey
Browse files
Options
Download
Email Patches
Plain Diff
Fixed #1952 docker ssh connection times can be slow when UseDNS is enabled
parent
c52fe24c
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
0 deletions
+4
-0
CHANGELOG
CHANGELOG
+1
-0
docker/Dockerfile
docker/Dockerfile
+3
-0
No files found.
CHANGELOG
View file @
3655e433
...
...
@@ -12,6 +12,7 @@ v 8.0.0 (unreleased)
- Search for comments should be case insensetive
- Create cross-reference for closing references on commits pushed to non-default branches (Maël Valais)
- Ability to search milestones
- Disabled DNS lookups for SSH in docker image (Rowan Wookey)
v 7.14.1 (unreleased)
- Only include base URL in OmniAuth full_host parameter (Stan Hu)
...
...
This diff is collapsed.
Click to expand it.
docker/Dockerfile
View file @
3655e433
...
...
@@ -25,6 +25,9 @@ RUN mkdir -p /opt/gitlab/sv/sshd/supervise \
&&
ln
-s
/opt/gitlab/sv/sshd /opt/gitlab/service
\
&&
mkdir
-p
/var/run/sshd
# Disabling use DNS in ssh since it tends to slow connecting
RUN
echo
"UseDNS no"
>>
/etc/ssh/sshd_config
# Prepare default configuration
RUN
(
\
echo
""
&&
\
...
...
This diff is collapsed.
Click to expand it.
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