Skip to content

Commit 9dbaff6

Browse files
committed
Released notes about patch P007C
1 parent 2b3612e commit 9dbaff6

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

docs/patches/P007C.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
---
2+
title: P007C
3+
---
4+
5+
Issue Using Non-Default Varnish Version
6+
7+
## Description
8+
9+
This patch addresses an issue with building a non-default version of Varnish. The problem arises when the `install-vmod` script is not present in the `/mnt/jrc-confs/varnish` directory, which can lead to failures when building the custom Varnish docker image. This patch ensures that the `install-vmod` script is copied to the correct directory if it does not already exist, allowing for successful builds of non-default Varnish versions.
10+
11+
## Impact
12+
13+
There is absolutely no impact if this patch is applied.
14+
15+
## Changes
16+
17+
- Copy over the `install-vmod` script to the `/mnt/jrc-confs/varnish` directory if it does not already exist.
18+
19+
## If You Accept
20+
21+
You will be able to use non-default Varnish versions without issues.
22+
23+
## If You Reject
24+
25+
Changing the Varnish version may fail leading to the Varnish service not starting correctly.

0 commit comments

Comments
 (0)