mirror of
https://github.com/sameersbn/docker-gitlab.git
synced 2026-01-18 13:58:25 +00:00
upgrade GitLab CE to 14.0.4
This commit is contained in:
parent
3d84c35036
commit
366a6e1d25
@ -3,6 +3,10 @@
|
||||
This file only reflects the changes that are made in this image. Please refer to the upstream GitLab [CHANGELOG](
|
||||
https://gitlab.com/gitlab-org/gitlab-foss/blob/master/CHANGELOG.md) for the list of changes in GitLab.
|
||||
|
||||
**14.0.4**
|
||||
- gitlab: upgrade CE to v14.0.4
|
||||
- gitaly: upgrade to v14.0.4
|
||||
|
||||
**14.0.3**
|
||||
- gitlab: upgrade CE to v14.0.3
|
||||
- gitaly: upgrade to v14.0.3
|
||||
|
||||
@ -1,13 +1,13 @@
|
||||
FROM ubuntu:focal-20210609
|
||||
|
||||
ARG VERSION=14.0.3
|
||||
ARG VERSION=14.0.4
|
||||
|
||||
ENV GITLAB_VERSION=${VERSION} \
|
||||
RUBY_VERSION=2.7 \
|
||||
GOLANG_VERSION=1.16.5 \
|
||||
GITLAB_SHELL_VERSION=13.19.0 \
|
||||
GITLAB_PAGES_VERSION=1.40.0 \
|
||||
GITALY_SERVER_VERSION=14.0.3 \
|
||||
GITALY_SERVER_VERSION=14.0.4 \
|
||||
GITLAB_USER="git" \
|
||||
GITLAB_HOME="/home/git" \
|
||||
GITLAB_LOG_DIR="/var/log/gitlab" \
|
||||
|
||||
@ -22,7 +22,7 @@ services:
|
||||
|
||||
gitlab:
|
||||
restart: always
|
||||
image: sameersbn/gitlab:14.0.3
|
||||
image: sameersbn/gitlab:14.0.4
|
||||
depends_on:
|
||||
- redis
|
||||
- postgresql
|
||||
|
||||
@ -63,7 +63,7 @@ services:
|
||||
- traefik-public
|
||||
|
||||
gitlab:
|
||||
image: sameersbn/gitlab:14.0.3
|
||||
image: sameersbn/gitlab:14.0.4
|
||||
depends_on:
|
||||
- redis
|
||||
- postgresql
|
||||
|
||||
@ -22,7 +22,7 @@ services:
|
||||
|
||||
gitlab:
|
||||
restart: always
|
||||
image: sameersbn/gitlab:14.0.3
|
||||
image: sameersbn/gitlab:14.0.4
|
||||
depends_on:
|
||||
- redis
|
||||
- postgresql
|
||||
|
||||
@ -289,7 +289,7 @@ docker stop registry gitlab && docker rm registry gitlab
|
||||
Execute the rake task with a removeable container.
|
||||
```bash
|
||||
docker run --name gitlab -it --rm [OPTIONS] \
|
||||
sameersbn/gitlab:14.0.3 app:rake gitlab:backup:create
|
||||
sameersbn/gitlab:14.0.4 app:rake gitlab:backup:create
|
||||
```
|
||||
## Restoring Backups
|
||||
|
||||
@ -305,7 +305,7 @@ Execute the rake task to restore a backup. Make sure you run the container in in
|
||||
|
||||
```bash
|
||||
docker run --name gitlab -it --rm [OPTIONS] \
|
||||
sameersbn/gitlab:14.0.3 app:rake gitlab:backup:restore
|
||||
sameersbn/gitlab:14.0.4 app:rake gitlab:backup:restore
|
||||
```
|
||||
|
||||
The list of all available backups will be displayed in reverse chronological order. Select the backup you want to restore and continue.
|
||||
@ -314,7 +314,7 @@ To avoid user interaction in the restore operation, specify the timestamp of the
|
||||
|
||||
```bash
|
||||
docker run --name gitlab -it --rm [OPTIONS] \
|
||||
sameersbn/gitlab:14.0.3 app:rake gitlab:backup:restore BACKUP=1417624827
|
||||
sameersbn/gitlab:14.0.4 app:rake gitlab:backup:restore BACKUP=1417624827
|
||||
```
|
||||
|
||||
# Upgrading from an existing GitLab installation
|
||||
@ -325,7 +325,7 @@ If you want enable this feature for an existing instance of GitLab you need to d
|
||||
- **Step 1**: Update the docker image.
|
||||
|
||||
```bash
|
||||
docker pull sameersbn/gitlab:14.0.3
|
||||
docker pull sameersbn/gitlab:14.0.4
|
||||
```
|
||||
|
||||
- **Step 2**: Stop and remove the currently running image
|
||||
@ -378,7 +378,7 @@ docker run --name gitlab -d [PREVIOUS_OPTIONS] \
|
||||
--env 'GITLAB_REGISTRY_CERT_PATH=/certs/registry-auth.crt' \
|
||||
--env 'GITLAB_REGISTRY_KEY_PATH=/certs/registry-auth.key' \
|
||||
--link registry:registry
|
||||
sameersbn/gitlab:14.0.3
|
||||
sameersbn/gitlab:14.0.4
|
||||
```
|
||||
|
||||
|
||||
|
||||
@ -22,7 +22,7 @@ services:
|
||||
|
||||
gitlab:
|
||||
restart: always
|
||||
image: sameersbn/gitlab:14.0.3
|
||||
image: sameersbn/gitlab:14.0.4
|
||||
depends_on:
|
||||
- redis
|
||||
- postgresql
|
||||
|
||||
@ -22,7 +22,7 @@ services:
|
||||
|
||||
gitlab:
|
||||
restart: always
|
||||
image: sameersbn/gitlab:14.0.3
|
||||
image: sameersbn/gitlab:14.0.4
|
||||
volumes:
|
||||
- gitlab-data:/home/git/data:Z
|
||||
- gitlab-logs:/var/log/gitlab
|
||||
|
||||
@ -14,7 +14,7 @@ spec:
|
||||
spec:
|
||||
containers:
|
||||
- name: gitlab
|
||||
image: sameersbn/gitlab:14.0.3
|
||||
image: sameersbn/gitlab:14.0.4
|
||||
env:
|
||||
- name: TZ
|
||||
value: Asia/Kolkata
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user