Code Review
/
vpp.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
af5fcbf
)
hs-test: fix nginx http3 dockerfile
07/41907/2
author
Adrian Villin
<
[email protected]
>
Wed, 11 Dec 2024 09:39:05 +0000
(10:39 +0100)
committer
Florin Coras
<
[email protected]
>
Wed, 11 Dec 2024 17:47:34 +0000
(17:47 +0000)
- now working with UBUNTU_VERSION=24.04
Type: test
Change-Id: I60aa62b8dcf3e96392af7179925e0f0fa3e15f11
Signed-off-by: Adrian Villin <
[email protected]
>
extras/hs-test/docker/Dockerfile.nginx-http3
patch
|
blob
|
history
diff --git
a/extras/hs-test/docker/Dockerfile.nginx-http3
b/extras/hs-test/docker/Dockerfile.nginx-http3
index
d52aff8
..
1070be9
100644
(file)
--- a/
extras/hs-test/docker/Dockerfile.nginx-http3
+++ b/
extras/hs-test/docker/Dockerfile.nginx-http3
@@
-12,7
+12,7
@@
RUN echo "deb [signed-by=/usr/share/keyrings/nginx-archive-keyring.gpg] \
RUN bash -c 'echo -e "Package: *\nPin: origin nginx.org\nPin: release o=nginx\nPin-Priority: 900\n" \
| tee /etc/apt/preferences.d/99nginx'
-RUN apt update && apt install -y nginx=1.26.2
-1~jammy
+RUN apt update && apt install -y nginx=1.26.2
*
COPY vpp-data/lib/* /usr/lib/
COPY resources/nginx/vcl.conf /vcl.conf