Chandan Singh pushed to branch chandan/bst-and-docker at BuildStream / buildstream
Commits:
-
e0bfdc9b
by Chandan Singh at 2018-10-06T02:46:18Z
2 changed files:
Changes:
... | ... | @@ -24,6 +24,9 @@ buildstream 1.3.1 |
24 | 24 |
o Add new `pip` source plugin for downloading python packages using pip,
|
25 | 25 |
based on requirements files from previous sources.
|
26 | 26 |
|
27 |
+ o Generate Docker images from built artifacts using
|
|
28 |
+ `contrib/bst-docker-import` script.
|
|
29 |
+ |
|
27 | 30 |
|
28 | 31 |
=================
|
29 | 32 |
buildstream 1.1.5
|
... | ... | @@ -11,7 +11,7 @@ which these integrations work. |
11 | 11 |
Run BuildStream inside Docker
|
12 | 12 |
-----------------------------
|
13 | 13 |
|
14 |
-Refer to the :ref:`BuildStream inside Docker <_docker>` documentaion for
|
|
14 |
+Refer to the :ref:`BuildStream inside Docker <docker>` documentaion for
|
|
15 | 15 |
instructions on how to run BuildStream as a Docker container.
|
16 | 16 |
|
17 | 17 |
Generate Docker images
|