Skip to content

Commit ce886b3

Browse files
authored
revert the FROM statement back to ibmjava:8-ubi (#517)
1 parent 25106db commit ce886b3

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

ga/23.0.0.3/kernel/Dockerfile.ubi.ibmjava8

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
FROM icr.io/appcafe/ibmjava:8-sdk-ubi8
15+
FROM ibmjava:8-ubi
1616

1717
USER root
1818

ga/23.0.0.6/kernel/Dockerfile.ubi.ibmjava8

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
FROM icr.io/appcafe/ibmjava:8-sdk-ubi8 AS getRuntime
15+
FROM ibmjava:8-ubi AS getRuntime
1616

1717
USER root
1818

@@ -38,7 +38,7 @@ RUN yum -y install unzip wget openssl \
3838
&& chmod -R g+rw /opt/ibm/wlp \
3939
&& cp -a /opt/ibm/wlp/lafiles/. /licenses/
4040

41-
FROM icr.io/appcafe/ibmjava:8-sdk-ubi8
41+
FROM ibmjava:8-ubi
4242

4343
USER root
4444

ga/latest/kernel/Dockerfile.ubi.ibmjava8

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
FROM icr.io/appcafe/ibmjava:8-sdk-ubi8 AS getRuntime
15+
FROM ibmjava:8-ubi AS getRuntime
1616

1717
USER root
1818

@@ -38,7 +38,7 @@ RUN yum -y install unzip wget openssl \
3838
&& chmod -R g+rw /opt/ibm/wlp \
3939
&& cp -a /opt/ibm/wlp/lafiles/. /licenses/
4040

41-
FROM icr.io/appcafe/ibmjava:8-sdk-ubi8
41+
FROM ibmjava:8-ubi
4242

4343
USER root
4444

0 commit comments

Comments
 (0)