@@ -75,10 +75,9 @@ The command understands the following command line arguments:
75
75
[--install-basic-packages] [--threads N] [--use USE [USE ...]]
76
76
[--global-use GLOBAL_USE [GLOBAL_USE ...]] [--unmask ATOM] [--unstable]
77
77
[--gcc-version VER] [--python-single-target PYTHON_SINGLE_TARGET]
78
- [--python-targets PYTHON_TARGETS] [--rm] [--pull]
78
+ [--python-targets PYTHON_TARGETS] [--rm]
79
79
[--storage-opt STORAGE_OPT [STORAGE_OPT ...]] [--with-X] [--with-vnc]
80
- [--profile {default/linux/amd64/17.1,default/linux/amd64/17.1/systemd}]
81
- [--docker-image DOCKER_IMAGE]
80
+ [--profile PROFILE] [--docker-image DOCKER_IMAGE] [--pull]
82
81
83
82
A dockerized approach to test a Gentoo package within a clean stage3.
84
83
@@ -109,12 +108,11 @@ The command understands the following command line arguments:
109
108
--python-targets PYTHON_TARGETS
110
109
Specify a PYTHON_TARGETS
111
110
--rm Remove container after session is done
112
- --pull Download latest ' gentoo/stage3-amd64' docker image
113
111
--storage-opt STORAGE_OPT [STORAGE_OPT ...]
114
112
Storage driver options for all volumes (same as Docker param)
115
113
--with-X Globally enable the X USE flag
116
114
--with-vnc Install VNC server to test graphical applications
117
- --profile {default/linux/amd64/17.1,default/linux/amd64/17.1/systemd}
118
- The profile to use (default = default/linux/amd64/17.1)
115
+ --profile PROFILE The profile to use (default = default/linux/amd64/17.1)
119
116
--docker-image DOCKER_IMAGE
120
- Specify the docker image to use (default = gentoo/stage3-amd64)
117
+ Specify the docker image to use (default = gentoo/stage3)
118
+ --pull Download latest docker image
0 commit comments