Skip to content
Snippets Groups Projects

chore(ci): un-support Ubuntu-18 and support Rocky-Linux-8

Merged Raphael Defosseux requested to merge ci-unsupport-u18 into develop
1 unresolved thread
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -80,7 +80,7 @@ RUN ldconfig && \
#---------------------------------------------------------------------
# TARGET IMAGE
#---------------------------------------------------------------------
FROM docker.io/rockylinux:8-minimal:latest as oai-smf
FROM docker.io/rockylinux:8-minimal as oai-smf
ENV TZ=Europe/Paris
RUN microdnf update -y && \
Loading