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
1dab5642
Commit
1dab5642
authored
Mar 16, 2021
by
James T. Lee
Browse files
Populate debug image with absolute path
parent
40f9c7dd
Pipeline
#649
canceled with stage
in 5 minutes and 14 seconds
Changes
1
Pipelines
2
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
.gitlab-ci.yml
.gitlab-ci.yml
+2
-2
No files found.
.gitlab-ci.yml
View file @
1dab5642
...
...
@@ -4,7 +4,7 @@
stage
:
'
build'
tags
:
[
'
nest'
]
script
:
-
'
mkdir
debug'
-
'
mkdir
-p
debug/usr/lib/
debug'
-
'
buildah
login
-u
"$CI_REGISTRY_USER"
-p
"$CI_REGISTRY_PASSWORD"
"$CI_REGISTRY"'
-
'
buildah
bud
--security-opt
seccomp=unconfined
--ulimit
nofile=1048576
...
...
@@ -15,7 +15,7 @@
-v
"/usr/bin/qemu-${QEMU_ARCH}:/usr/bin/qemu-${QEMU_ARCH}:ro"
-v
"${PUPPET_CERTIFICATE}:/etc/puppetlabs/puppet/ssl/certs/ci.pem"
-v
"${PUPPET_PRIVATE_KEY}:/etc/puppetlabs/puppet/ssl/private_keys/ci.pem"
-v
"${PWD}/debug:/usr/lib/debug"
-v
"${PWD}/debug
/usr/lib/debug
:/usr/lib/debug"
-v
/nest:/nest
-t
"${CI_REGISTRY_IMAGE}:${CPU}-${ROLE}"
.'
-
'
buildah
bud
--build-arg
STAGE0_TAG="$CPU"
-t
"${CI_REGISTRY_IMAGE}/debug:${CPU}-${ROLE}"
-f
Containerfile.debug
.'
...
...
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