feat(update): minor changes

This commit is contained in:
Olivier Louvignes
2018-07-07 01:00:19 +02:00
parent a51e656534
commit 29a50c7faa
2 changed files with 9 additions and 4 deletions

View File

@ -1,5 +1,7 @@
GITLAB_CE_VERSION=10.8.2-ce.0
GITLAB_RUNNER_VERSION=alpine-v10.8.0
# https://hub.docker.com/r/gitlab/gitlab-ce/tags/
GITLAB_CE_VERSION=11.0.3-ce.0
# https://hub.docker.com/r/gitlab/gitlab-runner/tags/
GITLAB_RUNNER_VERSION=alpine-v11.0.0
POSTGRES_VERSION=9.6.8-alpine
REDIS_VERSION=3-alpine

View File

@ -4,13 +4,16 @@ all: build
bash:
@source .env
@docker run --rm --net=host -it ${DOCKER_IMAGE}:${GITLAB_CE_VERSION} /bin/sh
@docker run --rm --net=host -it gitlab/gitlab-ce:${GITLAB_CE_VERSION} /bin/sh
version:
@docker run --rm --net=host -it gitlab/gitlab-ce:${GITLAB_CE_VERSION} /opt/gitlab/embedded/bin/psql --version
reconfigure:
@docker-compose exec gitlab gitlab-ctl reconfigure
backup:
@docker-compose exec gitlab gitlab-rake gitlab:backup:create
@docker-compose exec gitlab gitlab-rake gitlab:backup:create
build:
@bash scripts/buildEnv.sh