mirror of
https://github.com/OpenBankProject/OBP-API.git
synced 2026-02-06 13:07:02 +00:00
switch props, bump jetty base image
This commit is contained in:
parent
f338c15e34
commit
0e999d183d
2
.github/Dockerfile_PreBuild
vendored
2
.github/Dockerfile_PreBuild
vendored
@ -1,4 +1,4 @@
|
||||
FROM jetty:9.4.49-jre11-alpine
|
||||
FROM jetty:9.4.50-jre11-alpine
|
||||
|
||||
# Copy OBP source code
|
||||
# Copy build artifact (.war file) into jetty from 'maven' stage.
|
||||
|
||||
2
.github/Dockerfile_PreBuild_OC
vendored
2
.github/Dockerfile_PreBuild_OC
vendored
@ -1,4 +1,4 @@
|
||||
FROM jetty:9.4.49-jre11-alpine
|
||||
FROM jetty:9.4.50-jre11-alpine
|
||||
|
||||
# Copy build artifact (.war file) into jetty from 'maven' stage.
|
||||
COPY /obp-api/target/obp-api-1.*.war /var/lib/jetty/webapps/ROOT.war
|
||||
|
||||
2
.github/workflows/build_package.yml
vendored
2
.github/workflows/build_package.yml
vendored
@ -21,7 +21,7 @@ jobs:
|
||||
cache: maven
|
||||
- name: Build with Maven
|
||||
run: |
|
||||
cp obp-api/src/main/resources/props/sample.props.template obp-api/src/main/resources/props/default.props
|
||||
cp obp-api/src/main/resources/props/sample.props.template obp-api/src/main/resources/props/production.default.props
|
||||
echo connector=star > obp-api/src/main/resources/props/test.default.props
|
||||
echo starConnector_supported_types=mapped,internal >> obp-api/src/main/resources/props/test.default.props
|
||||
echo hostname=http://localhost:8016 >> obp-api/src/main/resources/props/test.default.props
|
||||
|
||||
Loading…
Reference in New Issue
Block a user