Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .secrets.baseline
Original file line number Diff line number Diff line change
Expand Up @@ -646,7 +646,7 @@
"hashed_secret": "7083d74c46835f9b94206ff41e2e54ff946d6683",
"is_secret": false,
"is_verified": false,
"line_number": 73,
"line_number": 74,
"type": "Hex High Entropy String",
"verified_result": null
}
Expand Down Expand Up @@ -696,7 +696,7 @@
"hashed_secret": "7083d74c46835f9b94206ff41e2e54ff946d6683",
"is_secret": false,
"is_verified": false,
"line_number": 72,
"line_number": 73,
"type": "Hex High Entropy String",
"verified_result": null
}
Expand Down
5 changes: 3 additions & 2 deletions ga/25.0.0.9/kernel/Dockerfile.ubi.openjdk8
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,10 @@ RUN yum -y install shadow-utils unzip wget findutils openssl \
&& sha1sum -c /tmp/wlp.zip.sha1 \
&& chmod -R g+x /usr/bin \
&& unzip -q /tmp/wlp.zip -d /opt/ibm \
&& cp -a /opt/ibm/wlp/lafiles/. /licenses/ \
&& find /tmp/wlpFixes -type f -name "*.jar" -print0 | sort -z | xargs -0 -n 1 -r -I {} java -jar {} --installLocation /opt/ibm/wlp \
&& chown -R 1001:0 /opt/ibm/wlp \
&& chmod -R g+rw /opt/ibm/wlp \
&& cp -a /opt/ibm/wlp/lafiles/. /licenses/
&& chmod -R g+rw /opt/ibm/wlp

FROM icr.io/appcafe/ibm-semeru-runtimes:open-8-jdk-ubi

Expand Down
5 changes: 3 additions & 2 deletions ga/25.0.0.9/kernel/Dockerfile.ubi9-minimal.openjdk8
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,10 @@ RUN microdnf -y install shadow-utils unzip wget findutils openssl \
&& sha1sum -c /tmp/wlp.zip.sha1 \
&& chmod -R g+x /usr/bin \
&& unzip -q /tmp/wlp.zip -d /opt/ibm \
&& cp -a /opt/ibm/wlp/lafiles/. /licenses/ \
&& find /tmp/wlpFixes -type f -name "*.jar" -print0 | sort -z | xargs -0 -n 1 -r -I {} java -jar {} --installLocation /opt/ibm/wlp \
&& chown -R 1001:0 /opt/ibm/wlp \
&& chmod -R g+rw /opt/ibm/wlp \
&& cp -a /opt/ibm/wlp/lafiles/. /licenses/
&& chmod -R g+rw /opt/ibm/wlp

FROM icr.io/appcafe/ibm-semeru-runtimes:open-8-jre-ubi9-minimal

Expand Down