From cc65edf85928f354777705cf350ab567d6f3c759 Mon Sep 17 00:00:00 2001 From: j-dunham Date: Tue, 13 Dec 2022 13:17:26 -0500 Subject: [PATCH] pinned GitLab container version --- gitlab/bootstrap/setup.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gitlab/bootstrap/setup.sh b/gitlab/bootstrap/setup.sh index 27006ba..0213bd9 100755 --- a/gitlab/bootstrap/setup.sh +++ b/gitlab/bootstrap/setup.sh @@ -27,7 +27,7 @@ else --volume /srv/gitlab/logs:/var/log/gitlab \ --volume /srv/gitlab/data:/var/opt/gitlab \ --shm-size 256m \ - gitlab/gitlab-ee:latest + gitlab/gitlab-ee:15.5.6-ee.0 # updates file permissions to avoid git and server errors docker exec -it gitlab update-permissions &> /dev/null @@ -39,4 +39,4 @@ until $(curl --output /dev/null --silent --head --fail http://localhost); do sleep 5 done -echo -e '\nGitLab is up and running! \U1F680' \ No newline at end of file +echo -e '\nGitLab is up and running! \U1F680'