You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<p>For backwards compatibility <code>java 11</code> is still included. Java projects migrating from previous ODS version will require the use of the bash script <code>use-j11.sh</code> to use java 11. A migration to <code>java 17</code> and <code>java 21</code> can be done afterwards.</p>
<p>in the provided <code>Jenkinsfile</code>, the mentions of <code>python3.12</code> binary to, for example, <code>python3.9</code> binary,</p>
556
556
</li>
557
557
<li>
558
-
<p>and switch the <code>FROM</code> statement in your <code>Dockerfile</code> to the python version required, for example, <code>registry.access.redhat.com/ubi8/python-39</code>.</p>
558
+
<p>and switch the <code>FROM</code> statement in your <code>Dockerfile</code> to the python version required, for example, <code>registry.access.redhat.com/ubi9/python-39</code>.</p>
0 commit comments