Add touch command to create /var/lib/haproxy/server-state#163
Merged
josep-tecnativa merged 2 commits intoTecnativa:masterfrom Dec 16, 2025
Merged
Add touch command to create /var/lib/haproxy/server-state#163josep-tecnativa merged 2 commits intoTecnativa:masterfrom
josep-tecnativa merged 2 commits intoTecnativa:masterfrom
Conversation
The following warning appears in docker-service-proxy service logs after HAProxy was updated: [WARNING] 257/231940 (1) : Can't open global server state file '/var/lib/haproxy/server-state': No such file or directory Adding this touch command to the Dockerfile will create the server-state file in the Docker image and silence this warning.
Contributor
Author
|
@josep-tecnativa @pedrobaeza : Please take a look at this PR when you have time. Thanks! |
Contributor
Author
|
Ping @josep-tecnativa |
josep-tecnativa
approved these changes
Dec 15, 2025
Contributor
|
It looks like the required checks are stuck in expected because no workflows were triggered for this commit. |
Contributor
Author
|
@josep-tecnativa wrote:
I just pushed an empty commit. It still says, "2 workflows awaiting approval. This workflow requires approval from a maintainer." EDIT: The workflows eventually ran this time, and the PR auto-merged. Thanks! |
alexlebens
pushed a commit
to alexlebens/infrastructure
that referenced
this pull request
Dec 18, 2025
…646) This PR contains the following updates: | Package | Update | Change | |---|---|---| | [ghcr.io/tecnativa/docker-socket-proxy](https://github.com/Tecnativa/docker-socket-proxy) | patch | `v0.4.1` -> `v0.4.2` | --- ### Release Notes <details> <summary>Tecnativa/docker-socket-proxy (ghcr.io/tecnativa/docker-socket-proxy)</summary> ### [`v0.4.2`](https://github.com/Tecnativa/docker-socket-proxy/releases/tag/v0.4.2) [Compare Source](Tecnativa/docker-socket-proxy@v0.4.1...v0.4.2) #### What's Changed - Add touch command to create /var/lib/haproxy/server-state by [@​esabol](https://github.com/esabol) in [#​163](Tecnativa/docker-socket-proxy#163) #### New Contributors - [@​esabol](https://github.com/esabol) made their first contribution in [#​163](Tecnativa/docker-socket-proxy#163) **Full Changelog**: <Tecnativa/docker-socket-proxy@v0.4.1...v0.4.2> </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **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 has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0Mi4zOS4xIiwidXBkYXRlZEluVmVyIjoiNDIuMzkuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiYXV0b21lcmdlIiwiaW1hZ2UiXX0=--> Reviewed-on: https://gitea.alexlebens.dev/alexlebens/infrastructure/pulls/2646 Co-authored-by: Renovate Bot <renovate-bot@alexlebens.net> Co-committed-by: Renovate Bot <renovate-bot@alexlebens.net>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This partially addresses issue #123.
The following warning appears in docker-service-proxy service logs after HAProxy was updated:
[WARNING] 257/231940 (1) : Can't open global server state file '/var/lib/haproxy/server-state': No such file or directory
Adding this touch command to the Dockerfile will create the server-state file in the Docker image and silence this warning.