Skip to content
GitLab
Menu
Why GitLab
Pricing
Contact Sales
Explore
Why GitLab
Pricing
Contact Sales
Explore
Sign in
Get free trial
Primary navigation
Search or go to…
Project
buildstream-docker-images
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
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
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
Privacy statement
Keyboard shortcuts
?
What's new
6
Snippets
Groups
Projects
Show more breadcrumbs
BuildStream
buildstream-docker-images
Merge requests
!23
README.md: Document how to do a local build
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
README.md: Document how to do a local build
sam/how-to-build
into
master
Overview
1
Commits
1
Pipelines
2
Changes
1
Merged
Sam Thursfield
requested to merge
sam/how-to-build
into
master
7 years ago
Overview
1
Commits
1
Pipelines
2
Changes
1
Expand
0
0
Merge request reports
Compare
master
version 1
4aef9d36
7 years ago
master (base)
and
latest version
latest version
c7a7f813
1 commit,
6 years ago
version 1
4aef9d36
1 commit,
7 years ago
1 file
+
16
−
2
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
README.md
+
16
−
2
Options
@@ -6,8 +6,22 @@ The BuildStream project provides
that contain the BuildStream build tool.
This repo contains the build instructions and automation that produces the
official BuildStream Docker images. See AUTOMATION.md for more information
on how the images are built.
official BuildStream Docker images.
How to build the images
-----------------------
The images are built by the GitLab CI pipeline for this repository, and pushed
automatically to the Docker Hub from there. See
`.gitlab-ci.yml`
for how this
is implemented.
You can also build one of the images locally for testing purposes. Here is an
example of how to do that for the 'fedora' image. These commands must be run
from the toplevel directory of the repository.
git clone https://gitlab.com/buildstream/buildstream.git
mv buildstream fedora/
docker build fedora --tag "buildstream-fedora:my-test-version"
Running BuildStream inside Docker
---------------------------------
Loading