File tree Expand file tree Collapse file tree
testing/environments/docker/cometd Expand file tree Collapse file tree Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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
55ENV PORT="8080"
66COPY files /files
77HEALTHCHECK --interval=1s --retries=600 CMD curl -X POST http://localhost:8080/token
You can’t perform that action at this time.
0 commit comments