Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Nest
Stage 1
Commits
8261ecdb
Commit
8261ecdb
authored
Dec 30, 2020
by
James T. Lee
Browse files
Hide harmless warning about Portage sandboxes
See also:
stage0@9f790786
parent
31eb7ff2
Pipeline
#299
canceled with stage
in 208 minutes and 31 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
0 deletions
+2
-0
.gitlab-ci.yml
.gitlab-ci.yml
+1
-0
Containerfile
Containerfile
+1
-0
No files found.
.gitlab-ci.yml
View file @
8261ecdb
...
...
@@ -18,6 +18,7 @@ default:
--build-arg
STAGE0_TAG="$CPU"
--build-arg
FACTER_emerge_default_opts="$CI_HOST_EMERGE_DEFAULT_OPTS"
--build-arg
FACTER_makeopts="$CI_HOST_MAKEOPTS"
--build-arg
FEATURES="-ipc-sandbox
-pid-sandbox
-network-sandbox"
--build-arg
PROFILE="${CPU}/${ROLE}"
-v
"/usr/bin/qemu-${QEMU_ARCH}:/usr/bin/qemu-${QEMU_ARCH}:ro"
-v
"${PUPPET_CERTIFICATE}:/etc/puppetlabs/puppet/ssl/certs/ci.pem"
...
...
Containerfile
View file @
8261ecdb
...
...
@@ -3,6 +3,7 @@ FROM nest/stage0:${STAGE0_TAG}
ARG FACTER_emerge_default_opts
ARG FACTER_makeopts
ARG FEATURES
ARG PROFILE
RUN eix-sync -q
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment