This repository was archived by the owner on Feb 16, 2026. It is now read-only.
Expose VARNISH_{STATE_DIR,DEFAULT_REL_NAME} in installed headers#4447
Open
gquintard wants to merge 1 commit intovarnishcache:masterfrom
Open
Expose VARNISH_{STATE_DIR,DEFAULT_REL_NAME} in installed headers#4447gquintard wants to merge 1 commit intovarnishcache:masterfrom
gquintard wants to merge 1 commit intovarnishcache:masterfrom
Conversation
Varnish has a lot of runtime dependencies, mainly because of the C
compiler, and this is an obstacle for VSM tools trying to reduce the
size of their container images.
Exposing `VARNISH_{STATE_DIR,DEFAULT_REL_NAME}` in a new header allows
languages such has `go` and `rust` to discover the default workdir at
compile-time, and skip the runtime dependency on `varnish`
Co-authored-by: GitHub Copilot <github-copilot@github.com>
Contributor
|
I'm a bit confused here... How would a container image have any need for VSM if there is no varnish in it ? |
Member
Author
|
I think you have the question backwards :-) I reckon it should be "Why should I need Varnish to read the VSM?" Container platforms ( |
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 subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
note: this doesn't compete with #444
Varnish has a lot of runtime dependencies, mainly because of the C compiler, and this is an obstacle for VSM tools trying to reduce the size of their container images.
Exposing
VARNISH_{STATE_DIR,DEFAULT_REL_NAME}in a new header allows languages such hasgoandrustto discover the default workdir at compile-time, and skip the runtime dependency onvarnish