Skip to content

Commit

Permalink
update gitlab to 11.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jboxberger committed Oct 24, 2018
1 parent db4fb35 commit 629b945
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
This GitLab package is based on the original Synology Package from [Synology Repo](https://www.synology.com/de-de/dsm/packages/Docker-GitLab).

**Download Gitlab 11.3.4 SPK**: [here](https://github.com/jboxberger/synology-gitlab-jboxberger/releases)
**Download Gitlab 11.4.0 SPK**: [here](https://github.com/jboxberger/synology-gitlab-jboxberger/releases)

## Hardware Requirements:
- 1 CPU core ( 2 cores is recommended )
Expand Down Expand Up @@ -98,6 +98,8 @@ The first docker container boot up - after installation/update - takes some minu
| --.-.- | 11.3.0 | success |
| 11.3.0 | 11.3.4 | success |
| --.-.- | 11.3.4 | success |
| 11.3.4 | 11.4.0 | success |
| --.-.- | 11.4.0 | success |

## Migrate from stock 9.4.4-0050 Synology GitLab Package
```
Expand Down
3 changes: 2 additions & 1 deletion rebuild-all.sh
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,8 @@ declare -A versions; declare -a orders;
#versions["11.1.4"]="761"; orders+=( "11.1.4" )
#versions["11.2.3"]="696"; orders+=( "11.2.3" )
#versions["11.3.0"]="672"; orders+=( "11.3.0" )
versions["11.3.4"]="674"; orders+=( "11.3.4" )
#versions["11.3.4"]="674"; orders+=( "11.3.4" )
versions["11.4.0"]="679"; orders+=( "11.4.0" )

declare -A redis_sizes
redis_sizes["3.2.6"]=74
Expand Down

0 comments on commit 629b945

Please sign in to comment.