File tree Expand file tree Collapse file tree 3 files changed +2
-3
lines changed
integration-tests/src/test
java/oracle/weblogic/kubernetes Expand file tree Collapse file tree 3 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -206,7 +206,7 @@ public interface TestConstants {
206206
207207 // ELK Stack and WebLogic logging exporter constants
208208 public static final String ELASTICSEARCH_NAME = "elasticsearch" ;
209- public static final String ELASTICSEARCH_IMAGE_NAME = TEST_IMAGES_REPO
209+ public static final String ELASTICSEARCH_IMAGE_NAME = TEST_IMAGES_REPO
210210 + "/weblogick8s/test-images/docker/elasticsearch" ;
211211 public static final String ELK_STACK_VERSION = "7.8.1" ;
212212 public static final String FLUENTD_IMAGE_VERSION =
Original file line number Diff line number Diff line change 1- # Copyright (c) 2022,2023 Oracle and/or its affiliates.
1+ # Copyright (c) 2022, 2023, Oracle and/or its affiliates.
22# Licensed under the Universal Permissive License v 1.0 as shown at https://oss.oracle.com/licenses/upl.
33
44# Format: Relative Source Image Location;Relative Target Image Location
Original file line number Diff line number Diff line change @@ -137,7 +137,6 @@ ${KUBERNETES_CLI} get clusterrolebindings --no-headers | awk '/traefik-/{print $
137137sudo rm -rf ${PV_ROOT} /*
138138
139139export OKD=true
140-
141140echo " ${WLSIMG_BUILDER:- docker} info"
142141${WLSIMG_BUILDER:- docker} info
143142${WLSIMG_BUILDER:- docker} ps
You can’t perform that action at this time.
0 commit comments