Skip to content
This repository has been archived by the owner on Jul 27, 2023. It is now read-only.

Commit

Permalink
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions incubator/java-openliberty/image/project/Dockerfile
Original file line number Diff line number Diff line change
@@ -45,6 +45,7 @@ COPY --chown=java_user:java_group ./user-app /project/user-app
# also liberty:create copies config from src->target
# also remove quick-start-security.xml since it's convenient for local dev mode but should not be in the production image.
RUN cd /project/user-app && \
echo "QUICK START SECURITY IS NOT SECURE FOR PRODUCTION ENVIRONMENTS. IT IS BEING REMOVED" \
rm -f src/main/liberty/config/configDropins/defaults/quick-start-security.xml && \
mvn -Pappsody-build -B liberty:create package

4 changes: 2 additions & 2 deletions incubator/java-openliberty/stack.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: Open Liberty
version: 0.2.7
description: Open Liberty & OpenJ9 using Maven
version: 0.2.8
description: Eclipse MicroProfile & Jakarta EE on Open Liberty & OpenJ9 using Maven
license: Apache-2.0
language: java
maintainers:

0 comments on commit 1ed4340

Please sign in to comment.