Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
D
dune-docker
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
1
Issues
1
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Ansgar Burchardt
dune-docker
Commits
e639bad7
Verified
Commit
e639bad7
authored
May 14, 2019
by
Ansgar Burchardt
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add GC service
parent
c4101f77
Pipeline
#2266
canceled with stages
in 8 minutes
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
17 additions
and
0 deletions
+17
-0
bin/duneci-runner-gc
bin/duneci-runner-gc
+17
-0
No files found.
bin/duneci-runner-gc
0 → 100644
View file @
e639bad7
#! /bin/bash
# see https://gitlab.com/gitlab-org/gitlab-runner-docker-cleanup
set
-e
docker run
-d
\
-e
LOW_FREE_SPACE
=
5G
\
-e
EXPECTED_FREE_SPACE
=
20G
\
-e
LOW_FREE_FILES_COUNT
=
1048576
\
-e
EXPECTED_FREE_FILES_COUNT
=
2097152
\
-e
DEFAULT_TTL
=
10m
\
-e
USE_DF
=
1
\
--restart
always
\
-v
/var/run/docker.sock:/var/run/docker.sock
\
--name
=
gitlab-runner-docker-cleanup
\
quay.io/gitlab/gitlab-runner-docker-cleanup
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