GitBucket
Toggle navigation
Pull requests
Issues
Snippets
Sign in
Files
Branches
2
Releases
33
Issues
2
Pull requests
Labels
Priorities
Milestones
Commit Graphs
Network
Fork
: 0
docker
/
gitbucket
Browse code
update to 4.19.3
develop
master
4.39.0
4.38.4
4.38.3
4.37.2
4.37.1
4.36.2
4.36.1
4.35.3
4.35.1
4.34.0
4.33.0
4.32.0
4.31.2
4.31.1
4.31.0
4.30.1
4.30.0
4.29.0
4.28.0
4.27.0
4.26.0
4.25.0
4.24.1
4.23.1
4.22.0
4.21.2
4.20.0
...
4.19.3
1 parent
a7871c1
commit
5c5d9b794eaa4a92c7b701a0f51847d1e5c7cbcf
Pascal Gollor
authored
on 7 Dec 2017
Patch
Unified
Split
Showing
3 changed files
+1
-1
■
■
■■■
docker-compose.yml
+1
-1
■
■
■■■
docker/Dockerfile
+1
-1
■
■
■■■
version
Ignore Space
Show notes
View
2
■
■
■■■
docker-compose.yml
version
:
'2.1'
services
:
main
-
gitbucket
:
image
:
pgollor
/
gitbucket
:
4.19
.
2
image
:
pgollor
/
gitbucket
:
4.19
.
3
mem_limit
:
2g
restart
:
always
depends_on
:
mysql
-
gitbucket
:
Ignore Space
Show notes
View
2
■
■
■■■
docker/Dockerfile
RUN apk update
RUN apk add ca
-
certificates wget su
-
exec
git
# get gitbucket
RUN wget https
:
//github.com/gitbucket/gitbucket/releases/download/4.19.2/gitbucket.war -O $GITBUCKET_HOME/latest.war
RUN wget https
:
//github.com/gitbucket/gitbucket/releases/download/4.19.3/gitbucket.war -O $GITBUCKET_HOME/latest.war
# clean
RUN apk
del
wget
RUN rm
-
rf
/
var
/
cache
/
apk
/*
Ignore Space
Show notes
View
2
■
■
■■■
version
4.19
.
2
4.19
.
3
Show line notes below