Skip to content

Commit

Permalink
Change jakartaee-9.1 to webProfile-9.1
Browse files Browse the repository at this point in the history
Signed-off-by: Kevin Grigorenko <[email protected]>
  • Loading branch information
kgibm committed Nov 30, 2022
1 parent 78ebded commit b3c3950
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,9 @@ COPY --chown=default:root src/main/liberty/config/configDropins/defaults/advance
# Remove redundant config
RUN rm /config/configDropins/defaults/open-default-port.xml

# Required for Liberty Operator with manageTLS: true
RUN chmod a+w /config/configDropins/defaults/keystore.xml

# This script will add the requested XML snippets to enable Liberty features and grow image to be fit-for-purpose using featureUtility.
# Only available in 'kernel-slim'. The 'full' tag already includes all features for convenience.
RUN features.sh
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.example</groupId>
<artifactId>libertydiag</artifactId>
<version>0.1.20221101</version>
<version>0.1.20221130</version>
<packaging>war</packaging>

<!-- Override these with mvn -D${PROPERTY}=${VALUE} -->
Expand Down

0 comments on commit b3c3950

Please sign in to comment.