Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
F
fiware
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Labels
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Commits
Open sidebar
authzforce
fiware
Commits
575ce9ad
Unverified
Commit
575ce9ad
authored
Jun 23, 2018
by
Cyril Dangerville
Committed by
GitHub
Jun 23, 2018
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
updated dockerfile to latest version
parent
ee9c67a4
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
7 deletions
+7
-7
docker/Dockerfile
docker/Dockerfile
+7
-7
No files found.
docker/Dockerfile
View file @
575ce9ad
# Copyright (C) 2012-2018 Thales Services SAS.
#
# This file is part of Auth
z
Force CE.
# This file is part of Auth
Z
Force CE.
#
# Auth
z
Force CE is free software: you can redistribute it and/or modify
# Auth
Z
Force CE is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.
#
# Auth
z
Force CE is distributed in the hope that it will be useful,
# Auth
Z
Force CE is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with Auth
z
Force CE. If not, see <http://www.gnu.org/licenses/>.
# along with Auth
Z
Force CE. If not, see <http://www.gnu.org/licenses/>.
# Best practices for writing Dockerfiles:
# https://docs.docker.com/engine/userguide/eng-image/dockerfile_best-practices/
...
...
@@ -24,7 +24,7 @@
# The alternative is to use FROM ubuntu:* then install tomcat ubuntu package and use upstart/sysctl init script but this is not the way to go:
# https://github.com/docker/docker/issues/6800
FROM
tomcat:8-jre8
MAINTAINER
Cyril Dangerville (Contact via http://catalogue.fiware.org/enablers/authorization-pdp-authzforce
)
MAINTAINER
AuthzForce Team (contact mailing list: http://scr.im/azteam
)
ENV
DEBIAN_FRONTEND noninteractive
...
...
@@ -37,9 +37,9 @@ ENV DEBIAN_FRONTEND noninteractive
#ENV HTTP_PROXY 'http://user:password@proxy-host:proxy-port'
#ENV HTTPS_PROXY 'http://user:password@proxy-host:proxy-port'
ENV
JAVA_OPTS="-Djava.security.egd=file:/dev/./urandom -Djava.awt.headless=true -Djavax.xml.accessExternalSchema=
http -Xms1024m -Xmx1024
m -XX:+UseConcMarkSweepGC -server"
ENV
JAVA_OPTS="-Djava.security.egd=file:/dev/./urandom -Djava.awt.headless=true -Djavax.xml.accessExternalSchema=
all -Xms1024m -Xmx2048
m -XX:+UseConcMarkSweepGC -server"
ENV
AUTHZFORCE_SERVER_VERSION="
6.0.0
"
ENV
AUTHZFORCE_SERVER_VERSION="
8.0.1
"
ENV
AUTHZFORCE_SERVER_DOWNLOAD_URL="http://repo1.maven.org/maven2/org/ow2/authzforce/authzforce-ce-server-dist/$AUTHZFORCE_SERVER_VERSION/authzforce-ce-server-dist-$AUTHZFORCE_SERVER_VERSION.deb"
# Download and install Authzforce Server (service starts automatically)
...
...
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