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

Commit 1ed4340

Browse files
authored
java-openliberty: Notify of the removal of quick-start-security.xml (#759)
* java-openliberty: Notify of the removal of quick-start-security.xml on deploy * java-openliberty: Notify deletion of quick-start-security.xml
1 parent 12a23c6 commit 1ed4340

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

incubator/java-openliberty/image/project/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ COPY --chown=java_user:java_group ./user-app /project/user-app
4545
# also liberty:create copies config from src->target
4646
# also remove quick-start-security.xml since it's convenient for local dev mode but should not be in the production image.
4747
RUN cd /project/user-app && \
48+
echo "QUICK START SECURITY IS NOT SECURE FOR PRODUCTION ENVIRONMENTS. IT IS BEING REMOVED" \
4849
rm -f src/main/liberty/config/configDropins/defaults/quick-start-security.xml && \
4950
mvn -Pappsody-build -B liberty:create package
5051

incubator/java-openliberty/stack.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: Open Liberty
2-
version: 0.2.7
3-
description: Open Liberty & OpenJ9 using Maven
2+
version: 0.2.8
3+
description: Eclipse MicroProfile & Jakarta EE on Open Liberty & OpenJ9 using Maven
44
license: Apache-2.0
55
language: java
66
maintainers:

0 commit comments

Comments
 (0)