Skip to content

Commit 366dace

Browse files
committed
Update copyright headers and support SERVER_NAME env
1 parent 9ab9e79 commit 366dace

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

46 files changed

+200
-172
lines changed

ga/22.0.0.12/full/Dockerfile.ubi.ibmjava8

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# (C) Copyright IBM Corporation 2019.
1+
# (C) Copyright IBM Corporation 2019, 2023.
22
#
33
# Licensed under the Apache License, Version 2.0 (the "License");
44
# you may not use this file except in compliance with the License.

ga/22.0.0.12/full/Dockerfile.ubi.openjdk11

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# (C) Copyright IBM Corporation 2019.
1+
# (C) Copyright IBM Corporation 2019, 2023.
22
#
33
# Licensed under the Apache License, Version 2.0 (the "License");
44
# you may not use this file except in compliance with the License.

ga/22.0.0.12/full/Dockerfile.ubi.openjdk17

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# (C) Copyright IBM Corporation 2019.
1+
# (C) Copyright IBM Corporation 2019, 2023.
22
#
33
# Licensed under the Apache License, Version 2.0 (the "License");
44
# you may not use this file except in compliance with the License.

ga/22.0.0.12/full/Dockerfile.ubi.openjdk8

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# (C) Copyright IBM Corporation 2019.
1+
# (C) Copyright IBM Corporation 2019, 2023.
22
#
33
# Licensed under the Apache License, Version 2.0 (the "License");
44
# you may not use this file except in compliance with the License.

ga/22.0.0.12/full/Dockerfile.ubuntu.ibmjava8

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# (C) Copyright IBM Corporation 2019.
1+
# (C) Copyright IBM Corporation 2019, 2023.
22
#
33
# Licensed under the Apache License, Version 2.0 (the "License");
44
# you may not use this file except in compliance with the License.

ga/22.0.0.12/full/Dockerfile.ubuntu.openjdk11

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# (C) Copyright IBM Corporation 2020.
1+
# (C) Copyright IBM Corporation 2020, 2023.
22
#
33
# Licensed under the Apache License, Version 2.0 (the "License");
44
# you may not use this file except in compliance with the License.

ga/22.0.0.12/full/Dockerfile.ubuntu.openjdk17

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# (C) Copyright IBM Corporation 2020.
1+
# (C) Copyright IBM Corporation 2020, 2023.
22
#
33
# Licensed under the Apache License, Version 2.0 (the "License");
44
# you may not use this file except in compliance with the License.

ga/22.0.0.12/kernel/Dockerfile.ubi.ibmjava8

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# (C) Copyright IBM Corporation 2019.
1+
# (C) Copyright IBM Corporation 2019, 2023.
22
#
33
# Licensed under the Apache License, Version 2.0 (the "License");
44
# you may not use this file except in compliance with the License.
@@ -125,4 +125,4 @@ USER 1001
125125
EXPOSE 9080 9443
126126

127127
ENTRYPOINT ["/opt/ibm/helpers/runtime/docker-server.sh"]
128-
CMD ["/opt/ibm/wlp/bin/server", "run", "defaultServer"]
128+
CMD ["/opt/ibm/wlp/bin/server", "run"]

ga/22.0.0.12/kernel/Dockerfile.ubi.openjdk11

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# (C) Copyright IBM Corporation 2019.
1+
# (C) Copyright IBM Corporation 2019, 2023.
22
#
33
# Licensed under the Apache License, Version 2.0 (the "License");
44
# you may not use this file except in compliance with the License.
@@ -126,4 +126,4 @@ USER 1001
126126
EXPOSE 9080 9443
127127

128128
ENTRYPOINT ["/opt/ibm/helpers/runtime/docker-server.sh"]
129-
CMD ["/opt/ibm/wlp/bin/server", "run", "defaultServer"]
129+
CMD ["/opt/ibm/wlp/bin/server", "run"]

ga/22.0.0.12/kernel/Dockerfile.ubi.openjdk17

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# (C) Copyright IBM Corporation 2019.
1+
# (C) Copyright IBM Corporation 2019, 2023.
22
#
33
# Licensed under the Apache License, Version 2.0 (the "License");
44
# you may not use this file except in compliance with the License.
@@ -126,4 +126,4 @@ USER 1001
126126
EXPOSE 9080 9443
127127

128128
ENTRYPOINT ["/opt/ibm/helpers/runtime/docker-server.sh"]
129-
CMD ["/opt/ibm/wlp/bin/server", "run", "defaultServer"]
129+
CMD ["/opt/ibm/wlp/bin/server", "run"]

0 commit comments

Comments
 (0)