Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
oai-cn5g-smf
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Model registry
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
oai
cn5g
oai-cn5g-smf
Merge requests
!203
chore(ci): un-support Ubuntu-18 and support Rocky-Linux-8
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
chore(ci): un-support Ubuntu-18 and support Rocky-Linux-8
ci-unsupport-u18
into
develop
Overview
6
Commits
4
Pipelines
0
Changes
6
1 unresolved thread
Hide all comments
Merged
Raphael Defosseux
requested to merge
ci-unsupport-u18
into
develop
1 year ago
Overview
6
Commits
4
Pipelines
0
Changes
1
1 unresolved thread
Hide all comments
Expand
Unsupport U18
Support Rocky-linux-8
Support ARM64/v8
CI fix for clang-format check
0
0
Merge request reports
Compare
version 1
version 1
a236ead1
1 year ago
develop (base)
and
latest version
latest version
7ac67cdd
4 commits,
1 year ago
version 1
a236ead1
3 commits,
1 year ago
Show latest version
1 file
+
1
−
1
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
docker/Dockerfile.smf.rocky8
+
1
−
1
Options
@@ -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