Skip to content

Commit 8014048

Browse files
authored
Revert "Build issue fix"
1 parent 26c7de6 commit 8014048

13 files changed

Lines changed: 0 additions & 13 deletions

docker/Dockerfile.demo

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,6 @@ COPY --chown=1001:0 src/main/wlp/server.xml /config/server.xml
7575
# This script will add the requested XML snippets to enable Liberty features and grow image to be fit-for-purpose
7676
# using featureUtility.
7777
# Only available in 'kernel-slim'. The 'full' tag already includes all features for convenience.
78-
ENV JVM_ARGS="-Dhttp.agent=Java/1"
7978
RUN bash features.sh
8079

8180
COPY --from=war --chown=1001:0 target/openliberty-website-1.0-SNAPSHOT /config/apps/openliberty.war

docker/Dockerfile.draft

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,6 @@ COPY --chown=1001:0 src/main/wlp/server.xml /config/server.xml
7676
# This script will add the requested XML snippets to enable Liberty features and grow image to be fit-for-purpose
7777
# using featureUtility.
7878
# Only available in 'kernel-slim'. The 'full' tag already includes all features for convenience.
79-
ENV JVM_ARGS="-Dhttp.agent=Java/1"
8079
RUN bash features.sh
8180

8281
COPY --from=war --chown=1001:0 target/openliberty-website-1.0-SNAPSHOT /config/apps/openliberty.war

docker/Dockerfile.prod

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,6 @@ COPY --chown=1001:0 src/main/wlp/server.xml /config/server.xml
9393
# This script will add the requested XML snippets to enable Liberty features and grow image to be fit-for-purpose
9494
# using featureUtility.
9595
# Only available in 'kernel-slim'. The 'full' tag already includes all features for convenience.
96-
ENV JVM_ARGS="-Dhttp.agent=Java/1"
9796
RUN bash features.sh
9897

9998
COPY --from=war --chown=1001:0 target/openliberty-website-1.0-SNAPSHOT /config/apps/openliberty.war

docker/Dockerfile.staging

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,6 @@ COPY --chown=1001:0 src/main/wlp/server.xml /config/server.xml
9191
# This script will add the requested XML snippets to enable Liberty features and grow image to be fit-for-purpose
9292
# using featureUtility.
9393
# Only available in 'kernel-slim'. The 'full' tag already includes all features for convenience.
94-
ENV JVM_ARGS="-Dhttp.agent=Java/1"
9594
RUN bash features.sh
9695

9796
COPY --from=war --chown=1001:0 target/openliberty-website-1.0-SNAPSHOT /config/apps/openliberty.war

docker/blogs/Dockerfile.blogs.draft

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,6 @@ COPY --chown=1001:0 src/main/wlp/server.xml /config/server.xml
7373
# This script will add the requested XML snippets to enable Liberty features and grow image to be fit-for-purpose
7474
# using featureUtility.
7575
# Only available in 'kernel-slim'. The 'full' tag already includes all features for convenience.
76-
ENV JVM_ARGS="-Dhttp.agent=Java/1"
7776
RUN bash features.sh
7877

7978
COPY --from=war --chown=1001:0 target/openliberty-website-1.0-SNAPSHOT /config/apps/openliberty.war

docker/blogs/Dockerfile.blogs.staging

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,6 @@ COPY --chown=1001:0 src/main/wlp/server.xml /config/server.xml
7373
# This script will add the requested XML snippets to enable Liberty features and grow image to be fit-for-purpose
7474
# using featureUtility.
7575
# Only available in 'kernel-slim'. The 'full' tag already includes all features for convenience.
76-
ENV JVM_ARGS="-Dhttp.agent=Java/1"
7776
RUN bash features.sh
7877

7978
COPY --from=war --chown=1001:0 target/openliberty-website-1.0-SNAPSHOT /config/apps/openliberty.war

docker/certifications/Dockerfile.certifications.draft

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,6 @@ COPY --chown=1001:0 src/main/wlp/server.xml /config/server.xml
7070
# This script will add the requested XML snippets to enable Liberty features and grow image to be fit-for-purpose
7171
# using featureUtility.
7272
# Only available in 'kernel-slim'. The 'full' tag already includes all features for convenience.
73-
ENV JVM_ARGS="-Dhttp.agent=Java/1"
7473
RUN bash features.sh
7574

7675
COPY --from=war --chown=1001:0 target/openliberty-website-1.0-SNAPSHOT /config/apps/openliberty.war

docker/certifications/Dockerfile.certifications.staging

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,6 @@ COPY --chown=1001:0 src/main/wlp/server.xml /config/server.xml
7070
# This script will add the requested XML snippets to enable Liberty features and grow image to be fit-for-purpose
7171
# using featureUtility.
7272
# Only available in 'kernel-slim'. The 'full' tag already includes all features for convenience.
73-
ENV JVM_ARGS="-Dhttp.agent=Java/1"
7473
RUN bash features.sh
7574

7675
COPY --from=war --chown=1001:0 target/openliberty-website-1.0-SNAPSHOT /config/apps/openliberty.war

docker/docs/Dockerfile.docs.draft

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,6 @@ COPY --chown=1001:0 src/main/wlp/server.xml /config/server.xml
8080
# This script will add the requested XML snippets to enable Liberty features and grow image to be fit-for-purpose
8181
# using featureUtility.
8282
# Only available in 'kernel-slim'. The 'full' tag already includes all features for convenience.
83-
ENV JVM_ARGS="-Dhttp.agent=Java/1"
8483
RUN bash features.sh
8584

8685
COPY --from=war --chown=1001:0 target/openliberty-website-1.0-SNAPSHOT /config/apps/openliberty.war

docker/docs/Dockerfile.docs.staging

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,6 @@ COPY --chown=1001:0 src/main/wlp/server.xml /config/server.xml
8080
# This script will add the requested XML snippets to enable Liberty features and grow image to be fit-for-purpose
8181
# using featureUtility.
8282
# Only available in 'kernel-slim'. The 'full' tag already includes all features for convenience.
83-
ENV JVM_ARGS="-Dhttp.agent=Java/1"
8483
RUN bash features.sh
8584

8685
COPY --from=war --chown=1001:0 target/openliberty-website-1.0-SNAPSHOT /config/apps/openliberty.war

0 commit comments

Comments
 (0)