Skip to content

cschlosser/gitlab-version-check

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Gitlab version checker

Docker Pulls Docker Build Docker Layers

How to run

echo "Enter your Gitlab API Token:"
read -s gitlab_key

echo "Enter your SMTP Password:"
read -s smtp_pass

docker run --rm -t \
-e API_TOKEN="$gitlab_key" \
-e GITLAB_URL="http://your.gitlab.url" \
-e SMTP_SERVER="smtp://your.smtp.server:port" \
-e SMTP_USER="<your_user_name>" \
-e SMTP_PASSWORD="$smtp_pass" \
-e SMTP_FROM="from@your.gitlab.url" \
-e RECEIVER="admin@your.email" \
cschlosser/gitlab-version-check

About

Check the version of your GitLab instance and send a mail if out of date.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published