Skip to content

Commit

Permalink
renovatebot(deps): update docker.elastic.co/apm/apm-server docker tag…
Browse files Browse the repository at this point in the history
… to v8.17.3

This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| docker.elastic.co/apm/apm-server | patch | `8.17.2` -> `8.17.3` |

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency Dashboard for more information.

---

### Configuration

📅 **Schedule**: Branch creation - "after 5pm,before 9am" in timezone America/Los_Angeles, Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.

♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update again.

---

 - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box

---

This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/apereo/cas).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xODUuNCIsInVwZGF0ZWRJblZlciI6IjM5LjE4NS40IiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbIkJvdCIsIlJlbm92YXRlIl19-->
  • Loading branch information
renovate[bot] authored Mar 4, 2025
1 parent 3f24f5a commit 0b45396
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/tests/elastic/run-elastic-apm.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash

# while sleep 9m; do echo -e '\n=====[ Gradle build is still running ]====='; done &
export DOCKER_IMAGE="docker.elastic.co/apm/apm-server:8.17.2"
export DOCKER_IMAGE="docker.elastic.co/apm/apm-server:8.17.3"
echo "Running Elastic APM Server docker container"
docker stop elastic-apm || true && docker rm elastic-apm || true
docker run -d \
Expand Down

0 comments on commit 0b45396

Please sign in to comment.