Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
ROCK
Manage
Activity
Members
Labels
Plan
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Operate
Environments
Terraform modules
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Véronique LEGRAND
ROCK
Commits
eb997630
Commit
eb997630
authored
4 months ago
by
Legrand Véronique
Browse files
Options
Downloads
Patches
Plain Diff
redhat 8.8 container for CI
parent
cde84266
No related branches found
No related tags found
No related merge requests found
Pipeline
#145518
failed with stage
Stage:
in 16 minutes and 34 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Dockerfile_redhat_autotools
+16
-0
16 additions, 0 deletions
Dockerfile_redhat_autotools
with
16 additions
and
0 deletions
Dockerfile_redhat_autotools
0 → 100644
+
16
−
0
View file @
eb997630
FROM redhat/ubi8:8.8
RUN yum -y update && yum clean all
RUN yum -y install wget sudo gcc gcc-c++ glibc-devel libstdc++.i686 glibc.i686 make perl which
RUN yum -y install procps-ng
RUN echo [gensoft] > /etc/yum.repos.d/gensoft.repo
RUN echo name=gensoft >> /etc/yum.repos.d/gensoft.repo
RUN echo baseurl=http://mirrors.web.pasteur.fr/gensoft/c8/opt-rpm >> /etc/yum.repos.d/gensoft.repo
RUN echo gpgcheck=0 >> /etc/yum.repos.d/gensoft.repo
RUN yum update
RUN yum install -y gensoft-modules-4.4.0 gensoft-gcc-9.2.0 gensoft-m4-1.4.18 gensoft-automake-1.16.3 gensoft-autoconf-2.69
RUN source /etc/profile.d/gensoft_modules.sh && module load gcc/9.2.0 && gcc --version
RUN source /etc/profile.d/gensoft_modules.sh && module load autoconf/2.69 && module list
RUN source /etc/profile.d/gensoft_modules.sh && module load automake/1.16.3 && module list && perl --version
RUN which perl
RUN yum clean all
RUN echo $PATH
This diff is collapsed.
Click to expand it.
Preview
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment