Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
I
icinga-checks
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
Container Registry
Model registry
Operate
Environments
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
IML Open Source
icinga-checks
Commits
3afa8e41
Commit
3afa8e41
authored
1 month ago
by
Martin
Browse files
Options
Downloads
Patches
Plain Diff
add docker eol
parent
c8cf5e42
No related branches found
No related tags found
1 merge request
!303
add docker eol check
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
check_eol-data/systemtools.cfg
+14
-0
14 additions, 0 deletions
check_eol-data/systemtools.cfg
check_eol-versiondetect/detect-docker
+15
-0
15 additions, 0 deletions
check_eol-versiondetect/detect-docker
with
29 additions
and
0 deletions
check_eol-data/systemtools.cfg
+
14
−
0
View file @
3afa8e41
...
...
@@ -24,3 +24,17 @@ ceph:17.2:2024-06-01
ceph:18.2:2025-08-01
ceph:19.2:2026-09-19
# ----------------------------------------------------------------------
# https://docs.docker.com/engine/release-notes
docker:Docker
is
an
open
platform
for
developing,
shipping,
and
running
applications.
docker:website
https://www.docker.com
# ......................................................................
docker:28:2028-01-01:(not
defined
yet
-
check
https://github.com/moby/moby/blob/master/project/BRANCHES-AND-TAGS.md)
docker:27:2025-12-01:(not
defined
yet
-
check
https://github.com/moby/moby/blob/master/project/BRANCHES-AND-TAGS.md)
docker:26:2023-01-01
docker:25:2026-10-01:(not
defined
yet
-
check
https://github.com/moby/moby/blob/master/project/BRANCHES-AND-TAGS.md)
docker:24:2023-01-01
docker:23:2025-05-19
This diff is collapsed.
Click to expand it.
check_eol-versiondetect/detect-docker
0 → 100755
+
15
−
0
View file @
3afa8e41
# ----------------------------------------------------------------------------
#
# EOL - End of life detection - Warn before reaching end of life
#
# detect version of Docker-Client
#
# ----------------------------------------------------------------------------
# 2025-02-25 v1.0 <martin.gasser@unibe.ch>
# ----------------------------------------------------------------------------
# ----- example output
# docker version --format '{{.Client.Version}}'
# 27.5.1
docker version --format '{{.Client.Version}}' 2>&1 | cut -f 1 -d "." | head -n 1
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