Commit 1acaa98 1 parent 0dd7ae4 commit 1acaa98 Copy full SHA for 1acaa98
File tree 13 files changed +28
-28
lines changed
build/docker/elasticsearch/8.x
src/Exceptionless.AppHost/Extensions
13 files changed +28
-28
lines changed Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ services:
22
22
# (Adding the "ports" property to this file will not forward from a Codespace.)
23
23
24
24
elasticsearch :
25
- image : exceptionless/elasticsearch:8.17.0
25
+ image : exceptionless/elasticsearch:8.17.3
26
26
environment :
27
27
node.name : elasticsearch
28
28
cluster.name : exceptionless
@@ -38,7 +38,7 @@ services:
38
38
kibana :
39
39
depends_on :
40
40
- elasticsearch
41
- image : docker.elastic.co/kibana/kibana:8.17.0
41
+ image : docker.elastic.co/kibana/kibana:8.17.3
42
42
environment :
43
43
xpack.security.enabled : " false"
44
44
ports :
Original file line number Diff line number Diff line change @@ -98,7 +98,7 @@ ENTRYPOINT ["/app/app-docker-entrypoint.sh"]
98
98
99
99
# completely self-contained
100
100
101
- FROM exceptionless/elasticsearch:8.17.0 AS exceptionless
101
+ FROM exceptionless/elasticsearch:8.17.3 AS exceptionless
102
102
103
103
WORKDIR /app
104
104
COPY --from=job-publish /app/src/Exceptionless.Job/out ./
Original file line number Diff line number Diff line change 1
1
# https://www.docker.elastic.co/
2
- FROM docker.elastic.co/elasticsearch/elasticsearch:8.17.0
2
+ FROM docker.elastic.co/elasticsearch/elasticsearch:8.17.3
3
3
4
4
RUN elasticsearch-plugin install -b mapper-size
5
5
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ version: "2.2"
2
2
3
3
services :
4
4
setup :
5
- image : docker.elastic.co/elasticsearch/elasticsearch:8.17.0
5
+ image : docker.elastic.co/elasticsearch/elasticsearch:8.17.3
6
6
volumes :
7
7
- certs:/usr/share/elasticsearch/config/certs
8
8
user : " 0"
@@ -53,7 +53,7 @@ services:
53
53
depends_on :
54
54
setup :
55
55
condition : service_healthy
56
- image : docker.elastic.co/elasticsearch/elasticsearch:8.17.0
56
+ image : docker.elastic.co/elasticsearch/elasticsearch:8.17.3
57
57
volumes :
58
58
- certs:/usr/share/elasticsearch/config/certs
59
59
- esdata:/usr/share/elasticsearch/data
@@ -98,7 +98,7 @@ services:
98
98
depends_on :
99
99
elasticsearch :
100
100
condition : service_healthy
101
- image : docker.elastic.co/kibana/kibana:8.17.0
101
+ image : docker.elastic.co/kibana/kibana:8.17.3
102
102
volumes :
103
103
- certs:/usr/share/kibana/config/certs
104
104
ports :
@@ -124,7 +124,7 @@ services:
124
124
depends_on :
125
125
elasticsearch :
126
126
condition : service_healthy
127
- image : docker.elastic.co/apm/apm-server:8.17.0
127
+ image : docker.elastic.co/apm/apm-server:8.17.3
128
128
volumes :
129
129
- certs:/usr/share/apm-server/certs
130
130
ports :
Original file line number Diff line number Diff line change @@ -50,7 +50,7 @@ services:
50
50
- appdata:/app/storage
51
51
52
52
elasticsearch :
53
- image : exceptionless/elasticsearch:8.17.0
53
+ image : exceptionless/elasticsearch:8.17.3
54
54
environment :
55
55
discovery.type : single-node
56
56
xpack.security.enabled : " false"
@@ -64,7 +64,7 @@ services:
64
64
kibana :
65
65
depends_on :
66
66
- elasticsearch
67
- image : docker.elastic.co/kibana/kibana:8.17.0
67
+ image : docker.elastic.co/kibana/kibana:8.17.3
68
68
ports :
69
69
- 5601:5601
70
70
Original file line number Diff line number Diff line change 1
1
services :
2
2
elasticsearch :
3
- image : exceptionless/elasticsearch:8.17.0
3
+ image : exceptionless/elasticsearch:8.17.3
4
4
environment :
5
5
node.name : elasticsearch
6
6
cluster.name : exceptionless
@@ -16,7 +16,7 @@ services:
16
16
kibana :
17
17
depends_on :
18
18
- elasticsearch
19
- image : docker.elastic.co/kibana/kibana:8.17.0
19
+ image : docker.elastic.co/kibana/kibana:8.17.3
20
20
environment :
21
21
xpack.security.enabled : " false"
22
22
ports :
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ metadata:
4
4
name : elastic-monitor
5
5
namespace : elastic-system
6
6
spec :
7
- version : 8.17.0
7
+ version : 8.17.3
8
8
podDisruptionBudget : {}
9
9
nodeSets :
10
10
- name : main
@@ -51,7 +51,7 @@ metadata:
51
51
name : kibana-monitor
52
52
namespace : elastic-system
53
53
spec :
54
- version : 8.17.0
54
+ version : 8.17.3
55
55
count : 1
56
56
elasticsearchRef :
57
57
name : elastic-monitor
@@ -145,7 +145,7 @@ metadata:
145
145
name : fleet-server
146
146
namespace : elastic-system
147
147
spec :
148
- version : 8.17.0
148
+ version : 8.17.3
149
149
kibanaRef :
150
150
name : kibana-monitor
151
151
elasticsearchRefs :
@@ -169,7 +169,7 @@ metadata:
169
169
name : elastic-agent
170
170
namespace : elastic-system
171
171
spec :
172
- version : 8.17.0
172
+ version : 8.17.3
173
173
kibanaRef :
174
174
name : kibana-monitor
175
175
fleetServerRef :
Original file line number Diff line number Diff line change @@ -4,8 +4,8 @@ metadata:
4
4
name : ex-dev
5
5
namespace : ex-dev
6
6
spec :
7
- version : 8.17.0
8
- image : exceptionless/elasticsearch:8.17.0 # https://github.com/exceptionless/Exceptionless/tree/main/build/docker/elasticsearch
7
+ version : 8.17.3
8
+ image : exceptionless/elasticsearch:8.17.3 # https://github.com/exceptionless/Exceptionless/tree/main/build/docker/elasticsearch
9
9
secureSettings :
10
10
- secretName : ex-dev-snapshots
11
11
http :
@@ -57,7 +57,7 @@ metadata:
57
57
name : ex-dev
58
58
namespace : ex-dev
59
59
spec :
60
- version : 8.17.0
60
+ version : 8.17.3
61
61
count : 1
62
62
elasticsearchRef :
63
63
name : ex-dev
Original file line number Diff line number Diff line change @@ -4,8 +4,8 @@ metadata:
4
4
name : ex-prod
5
5
namespace : ex-prod
6
6
spec :
7
- version : 8.17.0
8
- image : exceptionless/elasticsearch:8.17.0 # https://github.com/exceptionless/Exceptionless/tree/main/build/docker/elasticsearch
7
+ version : 8.17.3
8
+ image : exceptionless/elasticsearch:8.17.3 # https://github.com/exceptionless/Exceptionless/tree/main/build/docker/elasticsearch
9
9
monitoring :
10
10
metrics :
11
11
elasticsearchRefs :
@@ -68,7 +68,7 @@ metadata:
68
68
name : ex-prod
69
69
namespace : ex-prod
70
70
spec :
71
- version : 8.17.0
71
+ version : 8.17.3
72
72
count : 1
73
73
elasticsearchRef :
74
74
name : ex-prod
Original file line number Diff line number Diff line change @@ -51,7 +51,7 @@ elasticsearch:
51
51
connectionString :
52
52
image :
53
53
repository : exceptionless/elasticsearch
54
- tag : 8.17.0
54
+ tag : 8.17.3
55
55
pullPolicy : IfNotPresent
56
56
57
57
redis :
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ services:
20
20
kibana :
21
21
depends_on :
22
22
- elasticsearch
23
- image : docker.elastic.co/kibana/kibana:8.17.0
23
+ image : docker.elastic.co/kibana/kibana:8.17.3
24
24
ports :
25
25
- 5601:5601
26
26
Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ services:
44
44
- ex_appdata:/app/storage
45
45
46
46
elasticsearch :
47
- image : exceptionless/elasticsearch:8.17.0
47
+ image : exceptionless/elasticsearch:8.17.3
48
48
environment :
49
49
discovery.type : single-node
50
50
xpack.security.enabled : " false"
@@ -58,7 +58,7 @@ services:
58
58
kibana :
59
59
depends_on :
60
60
- elasticsearch
61
- image : docker.elastic.co/kibana/kibana:8.17.0
61
+ image : docker.elastic.co/kibana/kibana:8.17.3
62
62
ports :
63
63
- 5601:5601
64
64
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ public static class ElasticsearchBuilderExtensions
15
15
private const int KibanaPort = 5601 ;
16
16
17
17
/// <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.0 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.17.3 tag of the Elasticsearch container image
19
19
/// </summary>
20
20
/// <param name="builder">The <see cref="IDistributedApplicationBuilder"/>.</param>
21
21
/// <param name="name">The name of the resource. This name will be used as the connection string name when referenced in a dependency.</param>
@@ -117,5 +117,5 @@ internal static class ElasticsearchContainerImageTags
117
117
public const string Image = "exceptionless/elasticsearch" ;
118
118
public const string KibanaRegistry = "docker.elastic.co" ;
119
119
public const string KibanaImage = "kibana/kibana" ;
120
- public const string Tag = "8.17.0 " ;
120
+ public const string Tag = "8.17.3 " ;
121
121
}
You can’t perform that action at this time.
0 commit comments