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 {
206
206
207
207
// ELK Stack and WebLogic logging exporter constants
208
208
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
210
210
+ "/weblogick8s/test-images/docker/elasticsearch" ;
211
211
public static final String ELK_STACK_VERSION = "7.8.1" ;
212
212
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.
2
2
# Licensed under the Universal Permissive License v 1.0 as shown at https://oss.oracle.com/licenses/upl.
3
3
4
4
# 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 $
137
137
sudo rm -rf ${PV_ROOT} /*
138
138
139
139
export OKD=true
140
-
141
140
echo " ${WLSIMG_BUILDER:- docker} info"
142
141
${WLSIMG_BUILDER:- docker} info
143
142
${WLSIMG_BUILDER:- docker} ps
You can’t perform that action at this time.
0 commit comments