Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
K
Kolla Ansible
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
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
Very Demiurge Very Mindful
Kolla Ansible
Commits
9fce1ac9
Commit
9fce1ac9
authored
9 years ago
by
Ryan Hallisey
Browse files
Options
Downloads
Patches
Plain Diff
Document custom-repos
Change-Id: I8777a354acba4395d8ccc48e32cc4178db58461b
parent
a22b7714
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
doc/image-building.rst
+18
-0
18 additions, 0 deletions
doc/image-building.rst
with
18 additions
and
0 deletions
doc/image-building.rst
+
18
−
0
View file @
9fce1ac9
...
@@ -137,6 +137,24 @@ Then build RHEL containers:
...
@@ -137,6 +137,24 @@ Then build RHEL containers:
build -b rhel -i ./rhel-include
build -b rhel -i ./rhel-include
Custom Repos
------------
The build method allows you to build your containers from custom repos.
The repos are accepted as a list of comma separated values and can be in
the form of .repo, .rpm, or a url. See examples below.
Update rpm_setup_config in /etc/kolla/kolla-build.conf:
::
rpm_setup_config = http://trunk.rdoproject.org/centos7/currrent/delorean.repo,http://trunk.rdoproject.org/centos7/delorean-deps.repo
If you are specifying a .repo file, each .repo file will need to exist in the
same directory as the base Dockerfile (kolla/docker/base).
::
rpm_setup_config = epel.repo,delorean.repo,delorean-deps.repo
Plugin Functionality
Plugin Functionality
--------------------
--------------------
...
...
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