File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
- FROM resin/rpi-raspbian :stretch-20190121
1
+ FROM balenalib/raspberrypi3 :stretch-20190920
2
2
MAINTAINER Jubilee Tan
3
3
4
4
SHELL ["/bin/sh" , "-c" ],
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ sudo docker run --detach \
21
21
--volume /srv/gitlab/config:/etc/gitlab \
22
22
--volume /srv/gitlab/logs:/var/log/gitlab \
23
23
--volume /srv/gitlab/data:/var/opt/gitlab \
24
- jubilee2/rpi-gitlab-ce:v11.10.4
24
+ jubilee2/rpi-gitlab-ce:v12.4.1
25
25
```
26
26
27
27
## Method 2 build image by your self
Original file line number Diff line number Diff line change 1
1
PACKAGECLOUD_REPO=raspberry-pi2
2
2
RELEASE_PACKAGE=gitlab-ce
3
- RELEASE_VERSION=12.4.0 -ce.0
4
- DOWNLOAD_URL=https://packages.gitlab.com/gitlab/raspberry-pi2 /packages/raspbian/stretch/gitlab-ce_12.4.0-ce.0_armhf .deb/download.deb
3
+ RELEASE_VERSION=12.4.1 -ce.0
4
+ DOWNLOAD_URL=https://packages.gitlab.com/gitlab/${PACKAGECLOUD_REPO} /packages/raspbian/stretch/${RELEASE_PACKAGE}_${RELEASE_VERSION}_armhf .deb/download.deb
You can’t perform that action at this time.
0 commit comments