Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
cta
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container Registry
Harbor 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
dCache
cta
Commits
2852c878
Commit
2852c878
authored
8 years ago
by
Julien Leduc
Browse files
Options
Downloads
Patches
Plain Diff
trying to use artifacts in Dockerfile
parent
8e4e44cd
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.gitlab-ci.yml
+1
-2
1 addition, 2 deletions
.gitlab-ci.yml
continuousintegration/docker/ctafrontend/cc7/Dockerfile
+5
-1
5 additions, 1 deletion
continuousintegration/docker/ctafrontend/cc7/Dockerfile
with
6 additions
and
3 deletions
.gitlab-ci.yml
+
1
−
2
View file @
2852c878
stages
:
-
build:dockerimage
-
build:srpm
-
build:rpm
#
- build:dockerimage
-
build:dockerimage
cta_srpm
:
stage
:
build:srpm
...
...
This diff is collapsed.
Click to expand it.
continuousintegration/docker/ctafrontend/cc7/Dockerfile
+
5
−
1
View file @
2852c878
...
...
@@ -27,8 +27,12 @@ FROM gitlab-registry.cern.ch/linuxsupport/cc7-base
ADD
./etc/yum.repos.d/* /etc/yum.repos.d/
RUN
yum
install
-y
yum-plugin-priorities epel-release
# Add previously built rpms
ADD
../../../../build_rpm/RPM/RPMS /tmp
#RUN yum -y install cta-frontend cta-debuginfo
# Install needed packages
RUN
yum
-y
install
cta-frontend cta-debuginfo
cgdb less psmisc lynx strace ltrace
RUN
yum
-y
install
cgdb less psmisc lynx strace ltrace
RUN
yum clean all
# Static configuration files
...
...
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