Skip to content

Commit

Permalink
Test docker update opensearch
Browse files Browse the repository at this point in the history
  • Loading branch information
isboston committed Dec 26, 2024
1 parent c79ef53 commit b0c0aaa
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci-oci-docker-install.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ on:
paths:
- '.github/workflows/ci-oci-docker-install.yml'
- 'install/OneClickInstall/install-Docker.sh'
- 'install/docker/*.yml'
- 'install/docker/*'
workflow_dispatch:
inputs:
offline:
Expand Down
3 changes: 2 additions & 1 deletion install/docker/.env
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,8 @@
PROXY_IMAGE_NAME=nginx:${PROXY_VERSION}
REDIS_IMAGE_NAME=redis:${REDIS_VERSION}
RABBITMQ_IMAGE_NAME=rabbitmq:${RABBITMQ_VERSION}
ELK_IMAGE_NAME=${REPO}/opensearch:${ELK_VERSION}
#ELK_IMAGE_NAME=${REPO}/opensearch:${ELK_VERSION}
ELK_IMAGE_NAME=opensearchproject/opensearch:2.18.0
FLUENT_BIT_IMAGE_NAME=fluent/fluent-bit:${FLUENT_BIT_VERSION}
DASHBOARDS_IMAGE_NAME=opensearchproject/opensearch-dashboards:${DASHBOARDS_VERSION}
DOCUMENT_SERVER_IMAGE_NAME=${REPO}/4testing-documentserver-ee:${DOCUMENT_SERVER_VERSION}
Expand Down

0 comments on commit b0c0aaa

Please sign in to comment.