Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
O
Openfire
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Administrator
Openfire
Commits
28a24610
Unverified
Commit
28a24610
authored
Sep 25, 2017
by
Florian Kinder
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Disabled user creation
parent
684c566c
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
1 deletion
+4
-1
Dockerfile
Dockerfile
+4
-1
No files found.
Dockerfile
View file @
28a24610
...
...
@@ -4,7 +4,10 @@ RUN apt-get update -qq \
&&
apt-get
install
-qqy
ant
\
&&
ant
-Dhalt
.on.plugin.error
=
true
-Dno
.package
=
true
-f
build/build.xml dist.bin
FROM
openjdk:8-jre
#RUN adduser -D -u 999 openfire
COPY
--from=0 /target/release/openfire /usr/local/openfire
WORKDIR
/usr/local/openfire
#RUN adduser --disabled-login --uid 999 --home /usr/local/openfire --gecos "" openfire \
# && chown -R openfire:openfire /usr/local/openfire
#USER openfire
VOLUME
["/usr/local/openfire/conf", "/usr/local/openfire/embedded-db", "/usr/local/openfire/plugins", "/usr/local/openfire/resources/security"]
CMD
["/usr/local/openfire/bin/openfire.sh"]
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment