Skip to content

Commit c77085a

Browse files
authored
Update base image to ubuntu:20.04 (#1839)
1 parent a9f50e6 commit c77085a

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

.github/workflows/test.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
strategy:
1616
fail-fast: false
1717
matrix:
18-
version: ['2106', '2101', '2009', '2005']
18+
version: ['2106', '2101']
1919

2020
steps:
2121
- name: "Checkout"
@@ -34,7 +34,7 @@ jobs:
3434
strategy:
3535
fail-fast: false
3636
matrix:
37-
version: ['2106', '2101', '2009', '2005']
37+
version: ['2106', '2101']
3838

3939
steps:
4040
- name: "Checkout"

docker/prod/Dockerfile

+1-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
ARG DEV_IMG=dev_vpp_agent
22
FROM ${DEV_IMG} as devimg
33

4-
FROM ubuntu:18.04 as base
4+
FROM ubuntu:20.04 as base
55

66
RUN apt-get update && apt-get install -y --no-install-recommends \
77
# general tools
@@ -12,8 +12,6 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
1212
ca-certificates \
1313
libapr1 \
1414
libc6 \
15-
libmbedcrypto1 \
16-
libmbedtls10 \
1715
libmbedx509-0 \
1816
libnuma1 \
1917
openssl \

0 commit comments

Comments
 (0)