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
add reference
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
1 parent
a3cd05a
commit
932f5a521fe0f31e7c0a478651fc6de1bb36d840
Pascal Gollor
authored
on 28 Jan 2019
Patch
Unified
Split
Showing
1 changed file
+5
-0
■
■
■
■
■
docker/Dockerfile
Ignore Space
Show notes
View
5
■
■
■
■
■
docker/Dockerfile
FROM anapsix
/
alpine
-
java
:
8
LABEL maintainer
"Pascal Gollor <pascal@pgollor.de>"
ARG VCS_REF
LABEL org
.
label
-
schema
.
vcs
-
url
=
"https://gitbucket.pgollor.de/docker/gitbucket"
\
org
.
label
-
schema
.
vcs
-
ref
=
$VCS_REF
# ports
EXPOSE
29418
/
tcp
EXPOSE
8080
/
tcp
Show line notes below