Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
D
docker-clean
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
nimrod
docker-clean
Commits
6f554698
Commit
6f554698
authored
4 years ago
by
nimrod
Browse files
Options
Downloads
Patches
Plain Diff
Updates.
- Links. - pre-commit. - GitLab CI.
parent
1f59c281
No related branches found
No related tags found
No related merge requests found
Pipeline
#423
passed
4 years ago
Stage: test
Changes
3
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
.gitlab-ci.yml
+4
-0
4 additions, 0 deletions
.gitlab-ci.yml
.pre-commit-config.yaml
+48
-0
48 additions, 0 deletions
.pre-commit-config.yaml
README.md
+6
-4
6 additions, 4 deletions
README.md
with
58 additions
and
4 deletions
.gitlab-ci.yml
0 → 100644
+
4
−
0
View file @
6f554698
---
include
:
-
project
:
shore/ci-templates
file
:
templates/pre-commit.yml
This diff is collapsed.
Click to expand it.
.pre-commit-config.yaml
0 → 100644
+
48
−
0
View file @
6f554698
---
repos
:
-
repo
:
https://github.com/pre-commit/pre-commit-hooks.git
rev
:
v3.4.0
hooks
:
-
id
:
check-added-large-files
-
id
:
check-executables-have-shebangs
-
id
:
check-merge-conflict
-
id
:
check-symlinks
-
id
:
trailing-whitespace
-
repo
:
https://github.com/Yelp/detect-secrets
rev
:
v0.14.3
hooks
:
-
id
:
detect-secrets
-
repo
:
https://github.com/adrienverge/yamllint
rev
:
v1.25.0
hooks
:
-
id
:
yamllint
-
repo
:
https://github.com/amperser/proselint/
rev
:
0.10.2
hooks
:
-
id
:
proselint
types
:
[
plain-text
]
exclude
:
LICENSE
-
repo
:
https://github.com/executablebooks/mdformat.git
rev
:
0.5.3
hooks
:
-
id
:
mdformat
-
repo
:
https://git.shore.co.il/nimrod/shell-pre-commit.git
rev
:
v0.6.0
hooks
:
-
id
:
shell-lint
-
repo
:
https://github.com/shellcheck-py/shellcheck-py.git
rev
:
v0.7.1.1
hooks
:
-
id
:
shellcheck
-
repo
:
https://git.shore.co.il/nimrod/docker-pre-commit.git/
rev
:
v0.3.0
hooks
:
-
id
:
hadolint
-
id
:
docker-compose
This diff is collapsed.
Click to expand it.
README.md
+
6
−
4
View file @
6f554698
# docker-clean
# docker-clean
[

](https://git.shore.co.il/nimrod/docker-clean/-/commits/master)
> Remove unused data.
> Remove unused data.
A clean script for removing dangling images and volumed and created and exited
A clean script for removing dangling images and volumed and created and exited
...
@@ -17,7 +19,7 @@ This software is licensed under the MIT license (see `LICENSE.txt`).
...
@@ -17,7 +19,7 @@ This software is licensed under the MIT license (see `LICENSE.txt`).
## Author Information
## Author Information
Nimrod Adar,
[
contact me
](
mailto:nimrod@shore.co.il
)
or visit my
[
website
](
Nimrod Adar,
[
contact me
](
mailto:nimrod@shore.co.il
)
or visit my
https://www.shore.co.il/
)
. Patches are welcome via
[
`git send-email`
](
[
website
](
https://www.shore.co.il/
)
. Patches are welcome via
http://git-scm.com/book/en/v2/Git-Commands-Email
)
. The repository
is located
[
`git send-email`
](
http://git-scm.com/book/en/v2/Git-Commands-Email
)
. The repository
at:
<https://
www
.shore.co.il/
git
/>
.
is located
at:
<https://
git
.shore.co.il/
expore
/>
.
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