Skip to content

Commit 7f2e651

Browse files
committed
Merge branch 'xc-127551' into 'main'
fix OCNE nightly Jenkins job on main See merge request weblogic-cloud/weblogic-kubernetes-operator!4935
2 parents 5166066 + 554bf7f commit 7f2e651

File tree

1 file changed

+2
-2
lines changed
  • integration-tests/src/test/resources/ocne/terraform/1.9/modules/oci-ocne-images

1 file changed

+2
-2
lines changed

integration-tests/src/test/resources/ocne/terraform/1.9/modules/oci-ocne-images/datasources.tf

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2024 Oracle Corporation and/or affiliates. All rights reserved.
1+
# Copyright (c) 2024, 2025, Oracle Corporation and/or affiliates. All rights reserved.
22
# Licensed under the Universal Permissive License v 1.0 as shown at https://oss.oracle.com/licenses/upl
33

44
# Gets the OCID of the OS image to use
@@ -9,7 +9,7 @@ data "oci_core_images" "OLImageOCID" {
99
#sort_by = "TIMECREATED"
1010
#sort_order = "DESC"
1111

12-
display_name = "Oracle-Linux-8.10-2024.08.29-0"
12+
display_name = "Oracle-Autonomous-Linux-8.10-2024.07.31-0"
1313
#display_name = "Oracle-Linux-8.10-2024.09.30-0"
1414
# filter to avoid Oracle Linux images for GPU
1515
#filter {

0 commit comments

Comments
 (0)