Skip to content

Commit

Permalink
- update package version to 0055
Browse files Browse the repository at this point in the history
- redis update from 3.2.6 - 4.0.14
  • Loading branch information
jboxberger committed Nov 8, 2019
1 parent c5cd5fb commit a6b2e13
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 8 deletions.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

This is an upgraded and improved GitLab package which uses the stock Synology Package from [Synology Repo](https://www.synology.com/de-de/dsm/packages/Docker-GitLab) and can be installed over the original package.

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

## Hardware Requirements:
- 1 CPU core ( 2 cores is recommended )
Expand Down Expand Up @@ -89,6 +89,7 @@ Mod: modified Gitlab Package
| - | 12.3.5-0054 | ok |
| - | 12.4.1-0054 | ok |
| - | 12.4.2-0054 | ok |
| - | 12.4.2-0055 | ok |

##### Update Stock 9.4.4-0050 to Mod
| Prev. Version | New Version | Status |
Expand Down Expand Up @@ -151,6 +152,8 @@ Mod: modified Gitlab Package
| 11.11.0-0053 | 12.3.5-0054 | ok |
| 11.11.0-0053 | 12.4.1-0054 | ok |
| 11.11.0-0053 | 12.4.2-0054 | ok |
| 11.11.0-0053 | 12.4.2-0055 | ok |
| 11.11.8-0055 | 12.4.2-0055 | ok |

##### Update between Mod Packages
| Prev. Version | New Version | Status |
Expand All @@ -177,6 +180,7 @@ Mod: modified Gitlab Package
| 12.3.3-0054 | 12.3.5-0054 | ok |
| 12.3.5-0054 | 12.4.1-0054 | ok |
| 12.4.1-0054 | 12.4.2-0054 | ok |
| 12.4.2-0054 | 12.4.2-0055 | ok |

# Migration

Expand Down
10 changes: 5 additions & 5 deletions build.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash

IS_DEBUG=0
spk_version=0054
spk_version=0055

########################################################################################################################
# FUNCTIONS
Expand All @@ -27,13 +27,13 @@ fi
########################################################################################################################
# DEFAULT PARAMETERS
########################################################################################################################
gitlab_target_package_fqn="sameersbn/gitlab:11.0.4"
gitlab_target_package_download_size=896
gitlab_target_package_fqn="sameersbn/gitlab:11.0.8"
gitlab_target_package_download_size=859

postgresql_target_package_fqn="sameersbn/postgresql:10"
postgresql_target_package_download_size=95

redis_target_package_fqn="redis:3.2.6"
redis_target_package_fqn="redis:4.0.14"
redis_target_package_download_size=29

gitlab_stock_package_name="Docker-GitLab"
Expand Down Expand Up @@ -98,7 +98,7 @@ redis_target_package_name_escaped=$(echo "$redis_target_package_name" | tr '/' '
########################################################################################################################
# VARIABLES
########################################################################################################################
base_package_url='https://usdl.synology.com/download/Package/spk/Docker-GitLab/11.0.4-0054/Docker-GitLab-x64-11.0.4-0054.spk'
base_package_url='https://usdl.synology.com/download/Package/spk/Docker-GitLab/11.11.8-0055/Docker-GitLab-x64-11.11.8-0055.spk'
base_package_filename="${base_package_url##*/}"
base_package_name="${base_package_filename%.*}"
base_package_version=$( echo $base_package_name | grep -P '([0-9]{1,2}[.][0-9]{1,2}[.]{0,1}[0-9]{0,2})' -o )
Expand Down
4 changes: 2 additions & 2 deletions rebuild-all.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ done
gitlab_package_name="sameersbn/gitlab"
postgresql_package_name="sameersbn/postgresql"
redis_package_name="redis"
spk_version=0054
spk_version=0055

# https://microbadger.com/images/sameersbn/gitlab
declare -A versions; declare -a orders;
Expand All @@ -41,7 +41,7 @@ do
postgresql_size="76"
postgresql_package_fqn=$postgresql_package_name:$postgresql_version

redis_version="3.2.6"
redis_version="4.0.14"
redis_size="29"
redis_package_fqn=$redis_package_name:$redis_version

Expand Down

0 comments on commit a6b2e13

Please sign in to comment.