Skip to content

Commit

Permalink
Updated Elastic 7.x images to latest, please use this version to upgr…
Browse files Browse the repository at this point in the history
…ade to Elasticsearch 8.
  • Loading branch information
niemyjski committed Jan 7, 2024
1 parent 6ffe2e9 commit 63b4bed
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ ENTRYPOINT ["/app/docker-entrypoint.sh"]

# completely self-contained 7.x

FROM exceptionless/elasticsearch:7.17.14 AS exceptionless7
FROM exceptionless/elasticsearch:7.17.16 AS exceptionless7

WORKDIR /app
COPY --from=job-publish /app/src/Exceptionless.Job/out ./
Expand Down
2 changes: 1 addition & 1 deletion build/docker/elasticsearch/7.x/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# https://www.docker.elastic.co/
FROM docker.elastic.co/elasticsearch/elasticsearch:7.17.14
FROM docker.elastic.co/elasticsearch/elasticsearch:7.17.16

RUN elasticsearch-plugin install -b mapper-size
RUN elasticsearch-plugin install -b repository-azure
Expand Down
4 changes: 2 additions & 2 deletions docker/docker-compose.7x.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: "2.2"

services:
elasticsearch:
image: exceptionless/elasticsearch:7.17.14
image: exceptionless/elasticsearch:7.17.16
environment:
discovery.type: single-node
xpack.security.enabled: "false"
Expand All @@ -16,7 +16,7 @@ services:
kibana:
depends_on:
- elasticsearch
image: docker.elastic.co/kibana/kibana:7.17.14
image: docker.elastic.co/kibana/kibana:7.17.16
ports:
- 5601:5601

Expand Down

0 comments on commit 63b4bed

Please sign in to comment.