Skip to content
Snippets Groups Projects

chore(ci): switch published images to Ubuntu22

Merged Raphael Defosseux requested to merge ci-testing-u22-image into develop
3 files
+ 16
4
Compare changes
  • Side-by-side
  • Inline
Files
3
@@ -93,11 +93,15 @@ COPY ./rhsm-ca /etc/rhsm/ca
RUN rm -f /etc/rhsm-host && \
microdnf update -y && \
microdnf install -y \
# Debug Tools that are not mandatory
tzdata \
# libasan \
procps-ng \
psmisc \
net-tools \
iputils \
tcpdump \
# Mandatory packages for the NF to run
# libasan \
libicu \
boost \
libevent \
Loading