Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 866e084

Browse files
authored
testing docker/cometd update base image (#45889)
1 parent 1df4889 commit 866e084

2 files changed

Lines changed: 4 additions & 3 deletions

File tree

CHANGELOG-developer.next.asciidoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,7 @@ The list below covers the major changes between 7.0.0-rc2 and main only.
117117
- Fixed flaky zookeeper integration tests. {pull}43638[43638]
118118
- Fixed Fileebat GCP Pub/Sub input integration tests. {pull}45150[45150]
119119
- `mage BuildSystemTestBinary` now build Otel enabled binaries for Filebeat and Metricbeat {pull}45824[45824]
120+
- testing/environments/docker/cometd: update base img version {pull}45889[45889]
120121

121122
==== Added
122123

testing/environments/docker/cometd/Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
FROM docker.elastic.co/observability/stream:v0.6.1
1+
FROM docker.elastic.co/observability/stream:v0.19.0
2+
3+
RUN apk add --no-cache curl
24

3-
RUN apt update && \
4-
apt -y install curl
55
ENV PORT="8080"
66
COPY files /files
77
HEALTHCHECK --interval=1s --retries=600 CMD curl -X POST http://localhost:8080/token

0 commit comments

Comments
 (0)