Skip to content

Commit 7f87d19

Browse files
committed
Updated images to elastic 8.18.1
1 parent e9ccd84 commit 7f87d19

File tree

10 files changed

+24
-58
lines changed

10 files changed

+24
-58
lines changed

.devcontainer/docker-compose.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ services:
2222
# (Adding the "ports" property to this file will not forward from a Codespace.)
2323

2424
elasticsearch:
25-
image: exceptionless/elasticsearch:8.17.4
25+
image: exceptionless/elasticsearch:8.18.1
2626
environment:
2727
node.name: elasticsearch
2828
cluster.name: exceptionless
@@ -38,14 +38,14 @@ services:
3838
kibana:
3939
depends_on:
4040
- elasticsearch
41-
image: docker.elastic.co/kibana/kibana:8.17.4
41+
image: docker.elastic.co/kibana/kibana:8.18.1
4242
environment:
4343
xpack.security.enabled: "false"
4444
ports:
4545
- 5601:5601
4646

4747
redis:
48-
image: redis:7.2-alpine
48+
image: redis:7.4-alpine
4949
ports:
5050
- 6379:6379
5151

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ ENTRYPOINT ["/app/app-docker-entrypoint.sh"]
9898

9999
# completely self-contained
100100

101-
FROM exceptionless/elasticsearch:8.17.4 AS exceptionless
101+
FROM exceptionless/elasticsearch:8.18.1 AS exceptionless
102102

103103
WORKDIR /app
104104
COPY --from=job-publish /app/src/Exceptionless.Job/out ./
@@ -156,7 +156,7 @@ ENTRYPOINT ["/app/docker-entrypoint.sh"]
156156

157157
# completely self-contained 7.x
158158

159-
FROM exceptionless/elasticsearch:7.17.19 AS exceptionless7
159+
FROM exceptionless/elasticsearch:7.17.28 AS exceptionless7
160160

161161
WORKDIR /app
162162
COPY --from=job-publish /app/src/Exceptionless.Job/out ./

docker/docker-compose.7x.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ version: "2.2"
22

33
services:
44
elasticsearch:
5-
image: exceptionless/elasticsearch:7.17.19
5+
image: exceptionless/elasticsearch:7.17.28
66
environment:
77
discovery.type: single-node
88
xpack.security.enabled: "false"
@@ -16,7 +16,7 @@ services:
1616
kibana:
1717
depends_on:
1818
- elasticsearch
19-
image: docker.elastic.co/kibana/kibana:7.17.19
19+
image: docker.elastic.co/kibana/kibana:7.17.28
2020
ports:
2121
- 5601:5601
2222

docker/docker-compose.apm.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ version: "2.2"
22

33
services:
44
setup:
5-
image: docker.elastic.co/elasticsearch/elasticsearch:8.17.4
5+
image: docker.elastic.co/elasticsearch/elasticsearch:8.18.1
66
volumes:
77
- certs:/usr/share/elasticsearch/config/certs
88
user: "0"
@@ -53,7 +53,7 @@ services:
5353
depends_on:
5454
setup:
5555
condition: service_healthy
56-
image: docker.elastic.co/elasticsearch/elasticsearch:8.17.4
56+
image: docker.elastic.co/elasticsearch/elasticsearch:8.18.1
5757
volumes:
5858
- certs:/usr/share/elasticsearch/config/certs
5959
- esdata:/usr/share/elasticsearch/data
@@ -98,7 +98,7 @@ services:
9898
depends_on:
9999
elasticsearch:
100100
condition: service_healthy
101-
image: docker.elastic.co/kibana/kibana:8.17.4
101+
image: docker.elastic.co/kibana/kibana:8.18.1
102102
volumes:
103103
- certs:/usr/share/kibana/config/certs
104104
ports:
@@ -124,7 +124,7 @@ services:
124124
depends_on:
125125
elasticsearch:
126126
condition: service_healthy
127-
image: docker.elastic.co/apm/apm-server:8.17.4
127+
image: docker.elastic.co/apm/apm-server:8.18.1
128128
volumes:
129129
- certs:/usr/share/apm-server/certs
130130
ports:
@@ -149,7 +149,7 @@ services:
149149
-E output.elasticsearch.ssl.certificate_authorities=["/usr/share/apm-server/certs/ca/ca.crt"]
150150
151151
redis:
152-
image: redis:7.2-alpine
152+
image: redis:7.4-alpine
153153
ports:
154154
- 6379:6379
155155

docker/docker-compose.dev.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ services:
5050
- appdata:/app/storage
5151

5252
elasticsearch:
53-
image: exceptionless/elasticsearch:8.17.4
53+
image: exceptionless/elasticsearch:8.18.1
5454
environment:
5555
discovery.type: single-node
5656
xpack.security.enabled: "false"
@@ -64,12 +64,12 @@ services:
6464
kibana:
6565
depends_on:
6666
- elasticsearch
67-
image: docker.elastic.co/kibana/kibana:8.17.4
67+
image: docker.elastic.co/kibana/kibana:8.18.1
6868
ports:
6969
- 5601:5601
7070

7171
redis:
72-
image: redis:7.2-alpine
72+
image: redis:7.4-alpine
7373
ports:
7474
- 6379:6379
7575

docker/docker-compose.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
services:
22
elasticsearch:
3-
image: exceptionless/elasticsearch:8.17.4
3+
image: exceptionless/elasticsearch:8.18.1
44
environment:
55
node.name: elasticsearch
66
cluster.name: exceptionless
@@ -16,14 +16,14 @@ services:
1616
kibana:
1717
depends_on:
1818
- elasticsearch
19-
image: docker.elastic.co/kibana/kibana:8.17.4
19+
image: docker.elastic.co/kibana/kibana:8.18.1
2020
environment:
2121
xpack.security.enabled: "false"
2222
ports:
2323
- 5601:5601
2424

2525
redis:
26-
image: redis:7.2-alpine
26+
image: redis:7.4-alpine
2727
ports:
2828
- 6379:6379
2929

samples/docker-compose.all-in-one.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ services:
2020
kibana:
2121
depends_on:
2222
- elasticsearch
23-
image: docker.elastic.co/kibana/kibana:8.17.4
23+
image: docker.elastic.co/kibana/kibana:8.18.1
2424
ports:
2525
- 5601:5601
2626

samples/docker-compose.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ services:
4444
- ex_appdata:/app/storage
4545

4646
elasticsearch:
47-
image: exceptionless/elasticsearch:8.17.4
47+
image: exceptionless/elasticsearch:8.18.1
4848
environment:
4949
discovery.type: single-node
5050
xpack.security.enabled: "false"
@@ -58,12 +58,12 @@ services:
5858
kibana:
5959
depends_on:
6060
- elasticsearch
61-
image: docker.elastic.co/kibana/kibana:8.17.4
61+
image: docker.elastic.co/kibana/kibana:8.18.1
6262
ports:
6363
- 5601:5601
6464

6565
redis:
66-
image: redis:7.2-alpine
66+
image: redis:7.4-alpine
6767
ports:
6868
- 6379:6379
6969

src/Exceptionless.AppHost/Extensions/ElasticsearchExtensions.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ public static class ElasticsearchBuilderExtensions
1515
private const int KibanaPort = 5601;
1616

1717
/// <summary>
18-
/// Adds a Elasticsearch container to the application model. The default image is "docker.elastic.co/elasticsearch/elasticsearch". This version the package defaults to the 8.17.4 tag of the Elasticsearch container image
18+
/// Adds a Elasticsearch container to the application model. The default image is "docker.elastic.co/elasticsearch/elasticsearch". This version the package defaults to the 8.18.1 tag of the Elasticsearch container image
1919
/// </summary>
2020
/// <param name="builder">The <see cref="IDistributedApplicationBuilder"/>.</param>
2121
/// <param name="name">The name of the resource. This name will be used as the connection string name when referenced in a dependency.</param>
@@ -119,5 +119,5 @@ internal static class ElasticsearchContainerImageTags
119119
public const string Image = "exceptionless/elasticsearch";
120120
public const string KibanaRegistry = "docker.elastic.co";
121121
public const string KibanaImage = "kibana/kibana";
122-
public const string Tag = "8.17.4";
122+
public const string Tag = "8.18.1";
123123
}

tests/Exceptionless.Tests/Repositories/IndexTests.cs

Lines changed: 0 additions & 34 deletions
This file was deleted.

0 commit comments

Comments
 (0)