Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
P
PhoenixDocker
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD 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
CTA-LAPP
PHOENIX_LIBS
PhoenixDocker
Commits
ebed775c
Commit
ebed775c
authored
2 years ago
by
Pierre Aubert
Browse files
Options
Downloads
Plain Diff
Merge branch 'add_centos' into 'master'
Add centos See merge request
!5
parents
f9613465
e368cbd2
Branches
master
No related tags found
1 merge request
!5
Add centos
Pipeline
#234179
passed
1 year ago
Stage: build
Changes
2
Pipelines
3
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.gitlab-ci.yml
+20
-0
20 additions, 0 deletions
.gitlab-ci.yml
docker/centos7/Dockerfile
+13
-0
13 additions, 0 deletions
docker/centos7/Dockerfile
with
33 additions
and
0 deletions
.gitlab-ci.yml
+
20
−
0
View file @
ebed775c
...
...
@@ -360,6 +360,26 @@ package_fedora36_hdf5_image:
#- if: $CI_COMMIT_TAG
#########################################
# #
# Fedora 36 package generation #
# #
#########################################
package_centos7_image
:
stage
:
build
image
:
name
:
gcr.io/kaniko-project/executor:debug
entrypoint
:
[
"
"
]
script
:
-
ls ${CI_PROJECT_DIR}/scripts/
-
${CI_PROJECT_DIR}/scripts/scriptCreateImage.sh docker/centos7/Dockerfile "package_centos7:0.1"
rules
:
-
when
:
never
#- when: always
#- if: $CI_COMMIT_TAG
#########################################
# #
# Release generation #
...
...
This diff is collapsed.
Click to expand it.
docker/centos7/Dockerfile
0 → 100644
+
13
−
0
View file @
ebed775c
# Version 0.1
FROM
centos:7
# Ensure use of bash
SHELL
["/bin/bash","-c"]
RUN
yum
install
-y
cmake make git wget
RUN
yum
install
-y
gcc
RUN
yum
install
-y
gcc-c++
RUN
yum
install
-y
fedora-packager rpmdevtools
RUN
yum clean all
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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