Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
O
overleaf-ldap
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
FS Info TU Dortmund
Administration
overleaf-ldap
Commits
ab232e66
Commit
ab232e66
authored
4 years ago
by
Sven Feyerabend
Browse files
Options
Downloads
Patches
Plain Diff
debug(CI): print limits from Dockerfile
parent
39bb94ab
No related branches found
No related tags found
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
.gitlab-ci.yml
+1
-1
1 addition, 1 deletion
.gitlab-ci.yml
Dockerfile
+1
-0
1 addition, 0 deletions
Dockerfile
with
2 additions
and
1 deletion
.gitlab-ci.yml
+
1
−
1
View file @
ab232e66
...
@@ -17,7 +17,7 @@ before_script:
...
@@ -17,7 +17,7 @@ before_script:
-
docker login -u "$CI_REGISTRY_USER" -p "$CI_REGISTRY_PASSWORD" $CI_REGISTRY
-
docker login -u "$CI_REGISTRY_USER" -p "$CI_REGISTRY_PASSWORD" $CI_REGISTRY
-
source environment
-
source environment
-
ulimit -n
999999
-
ulimit -n
999999
-
ulimit
-
ulimit
-n
-
lsof | wc -l
-
lsof | wc -l
-
sysctl fs.file-max
-
sysctl fs.file-max
# - docker pull "$CI_REGISTRY_IMAGE" || true
# - docker pull "$CI_REGISTRY_IMAGE" || true
...
...
This diff is collapsed.
Click to expand it.
Dockerfile
+
1
−
0
View file @
ab232e66
...
@@ -4,6 +4,7 @@ FROM nixpkgs/curl as src
...
@@ -4,6 +4,7 @@ FROM nixpkgs/curl as src
ARG
LDAP_PLUGIN_URL=https://codeload.github.com/smhaller/ldap-overleaf-sl/tar.gz/master
ARG
LDAP_PLUGIN_URL=https://codeload.github.com/smhaller/ldap-overleaf-sl/tar.gz/master
RUN
mkdir
/src
&&
cd
/src
&&
curl
"
$LDAP_PLUGIN_URL
"
|
tar
-xzf
-
--strip-components
=
1
RUN
mkdir
/src
&&
cd
/src
&&
curl
"
$LDAP_PLUGIN_URL
"
|
tar
-xzf
-
--strip-components
=
1
RUN
ls
/src
RUN
ls
/src
RUN
lsof |wc
-l
&&
ulimit
FROM
$BASE
FROM
$BASE
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment