Skip to content

Commit 1d1cd8c

Browse files
Auto-merge
Automatically merge 5.17.0
2 parents 6d8bfa9 + 6c88b92 commit 1d1cd8c

File tree

4 files changed

+5
-10
lines changed

4 files changed

+5
-10
lines changed

.env

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
INSIGHT_VERSION=5.16.1
2-
WORKBENCH_VERSION=3.17.0
1+
INSIGHT_VERSION=5.17.0
2+
WORKBENCH_VERSION=3.18.0
33
IMAGE_SERVER=registry.hub.docker.com/ficoxpress/insight-server
44
IMAGE_WORKER=registry.hub.docker.com/ficoxpress/insight-worker
55
IMAGE_WORKBENCH=registry.hub.docker.com/ficoxpress/xpress-workbench-local
@@ -11,7 +11,7 @@ MINICONDA_ENV=example-environment
1111
VERSION_MYSQL=8.0
1212

1313
SERVER_HOSTNAME=localhost
14-
# Use 8443 for SSL and SAML, 8080 for non-SSL
14+
# Use 8443 for SSL, 8080 for non-SSL
1515
SERVER_PORT=8080
1616
# enable ssl for server worker internal and external communication
1717
ENABLE_SSL=false

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ FICO Xpress Workbench is an IDE used for developing Mosel and Python optimizatio
88
# Documentation
99

1010
For documentation on how to configure and deploy these images, see the
11-
[Xpress Optimization Docker Deployment Guide.](https://www.fico.com/fico-xpress-optimization/docs/latest/dockerGuide/GUID-12B8C111-A287-34DD-B0CF-57E1263B24DB.html)
11+
[Xpress Optimization Docker Deployment Guide.](https://www.fico.com/fico-xpress-optimization/docs/latest/dockerGuide)
1212
You can find documentation on how to use Xpress Insight and Xpress Workbench at the same location.
1313

1414
# License

compose/base.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
services:
22
init:
3-
image: docker.io/amazoncorretto:17-al2023
3+
image: docker.io/amazoncorretto:17-alpine
44
environment:
55
- ENABLE_SSL=${ENABLE_SSL}
66
volumes:

server-config/application.properties

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,8 @@ insight.server.execution.override-worker-urls=${SERVER_PROTOCOL}://worker:${SERV
1616

1717
insight.server.system.log-appender=CONSOLE
1818

19-
insight.server.license.system=LICENSE_SPRING
20-
2119
insight.configuration.key=${INSIGHT_CONFIGURATION_KEY}
2220

23-
insight.server.security.saml2.idp-metadata-xml=/server/config/idp-metadata.xml
24-
insight.server.security.saml2.encryption-key-store=/server/config/idp-keystore
25-
2621
# SSL Defaults uses self-signed auto-generated public-certificate
2722
server.ssl.enabled=${ENABLE_SSL}
2823
server.ssl.key-alias=insight-server-https

0 commit comments

Comments
 (0)