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 0
Commits
762e3460
Commit
762e3460
authored
Dec 19, 2020
by
James T. Lee
Browse files
Switch to VFS storage driver for more stability
parent
32bca118
Pipeline
#205
failed with stage
in 121 minutes and 18 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
2 deletions
+1
-2
.gitlab-ci.yml
.gitlab-ci.yml
+1
-1
Containerfile
Containerfile
+0
-1
No files found.
.gitlab-ci.yml
View file @
762e3460
---
---
variables
:
variables
:
JOBS
:
8
JOBS
:
8
STORAGE_DRIVER
:
'
vfs'
default
:
default
:
image
:
'
quay.io/containers/buildah'
image
:
'
quay.io/containers/buildah'
...
@@ -16,7 +17,6 @@ default:
...
@@ -16,7 +17,6 @@ default:
--security-opt
seccomp=unconfined
--security-opt
seccomp=unconfined
--build-arg
GENTOO_STAGE3_TAG=amd64
--build-arg
GENTOO_STAGE3_TAG=amd64
--build-arg
EMERGE_DEFAULT_OPTS="--jobs=${JOBS}
--usepkg"
--build-arg
EMERGE_DEFAULT_OPTS="--jobs=${JOBS}
--usepkg"
--build-arg
FEATURES="-pid-sandbox"
--build-arg
MAKEOPTS="-j${JOBS}"
--build-arg
MAKEOPTS="-j${JOBS}"
--build-arg
PROFILE="haswell/server"
--build-arg
PROFILE="haswell/server"
-v
/nest:/nest
-v
/nest:/nest
...
...
Containerfile
View file @
762e3460
...
@@ -4,7 +4,6 @@ FROM nest/gentoo/portage AS gentoo-portage
...
@@ -4,7 +4,6 @@ FROM nest/gentoo/portage AS gentoo-portage
FROM nest/gentoo/stage3:${GENTOO_STAGE3_TAG}
FROM nest/gentoo/stage3:${GENTOO_STAGE3_TAG}
ARG EMERGE_DEFAULT_OPTS
ARG EMERGE_DEFAULT_OPTS
ARG FEATURES
ARG MAKEOPTS
ARG MAKEOPTS
ARG PROFILE
ARG PROFILE
...
...
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