Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Test docker update
Browse files Browse the repository at this point in the history
isboston committed Dec 26, 2024
1 parent b0c0aaa commit 5f18d86
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci-oci-docker-install.yml
Original file line number Diff line number Diff line change
@@ -15,7 +15,7 @@ on:
paths:
- '.github/workflows/ci-oci-docker-install.yml'
- 'install/OneClickInstall/install-Docker.sh'
- 'install/docker/*'
- 'install/docker/'
workflow_dispatch:
inputs:
offline:
3 changes: 1 addition & 2 deletions install/docker/.env
Original file line number Diff line number Diff line change
@@ -30,8 +30,7 @@
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=opensearchproject/opensearch:2.18.0
ELK_IMAGE_NAME=opensearchproject/opensearch:${ELK_VERSION}
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}

0 comments on commit 5f18d86

Please sign in to comment.