Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issue #4035: Updated elasticsearch version tag. #4085

Open
wants to merge 1 commit into
base: rel-10_0
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions otobo.elasticsearch.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
# See also bin/docker/build_docker_images.sh
# See also https://doc.otobo.org/manual/installation/10.0/en/content/installation-docker.html

# Use 7.17.3, because latest flag is not available
# This image is based on Ubuntu 20.04. The User is root.
FROM docker.elastic.co/elasticsearch/elasticsearch:7.17.3 AS otobo-elasticsearch
# Use 7.17.27, because latest flag is not available
# It is currently unclear un which OS the image is based. The User is root.
FROM docker.elastic.co/elasticsearch/elasticsearch:7.17.27 AS otobo-elasticsearch

# Install system tools
# Hadolint ignore=DL3008
Expand Down
Loading