hs-test: use equal ubuntu versions in test images 15/37915/6
authorMaros Ondrejicka <maros.ondrejicka@pantheon.tech>
Fri, 13 Jan 2023 09:09:14 +0000 (10:09 +0100)
committerFlorin Coras <florin.coras@gmail.com>
Fri, 13 Jan 2023 19:54:01 +0000 (19:54 +0000)
Official nginx image is based on Debian with older libc version,
that causes a runtime fail when VPP libraries are compiled in Ubuntu
which has newer libc.
Using equal version of Ubuntu in VPP image and in nginx image
ensures that running nginx won't fail due to different libc versions.

Type: test
Signed-off-by: Maros Ondrejicka <maros.ondrejicka@pantheon.tech>
Change-Id: I48f3b23be30a9d9d9144351437ce163d64a4bb6b


No differences found