Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
dedal
Manage
Activity
Members
Labels
Plan
Issues
2
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Harbor Registry
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
EBRAINS RI
Tech Hub
Platform
EBRAINS Software Distribution
dedal
Commits
3f732e79
Commit
3f732e79
authored
2 months ago
by
Eric Müller
Browse files
Options
Downloads
Patches
Plain Diff
test some image building
parent
1980bbf8
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Pipeline
#57958
failed with stage
Stage:
Changes
2
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.gitlab-ci.yml
+20
-0
20 additions, 0 deletions
.gitlab-ci.yml
Dockerfile
+6
-0
6 additions, 0 deletions
Dockerfile
with
26 additions
and
0 deletions
.gitlab-ci.yml
0 → 100644
+
20
−
0
View file @
3f732e79
stages
:
-
build
variables
:
BUILD_ENV_DOCKER_IMAGE
:
docker-registry.ebrains.eu/esd/tmp:latest
build-spack-env-on-runner
:
stage
:
build
tags
:
-
esd_image
image
:
$BUILD_ENV_DOCKER_IMAGE
script
:
-
/usr/sbin/sysctl user.max_user_namespaces
-
/usr/sbin/sysctl kernel.unprivileged_userns_clone
#- buildah build --isolation=chroot --runtime=crun --network=host --storage-opt="network.network_backend=cni" --storage-opt="overlay.mount_program=/usr/bin/fuse-overlayfs" -f Dockerfile .
#- export APPTAINER_VERSION="1.3.6"
#- |
# mkdir -p apptainer-install/
# curl -s https://raw.githubusercontent.com/apptainer/apptainer/main/tools/install-unprivileged.sh | bash -s - apptainer-install/
-
apptainer version
This diff is collapsed.
Click to expand it.
Dockerfile
0 → 100644
+
6
−
0
View file @
3f732e79
FROM
ubuntu:20.04
ARG
DEBIAN_FRONTEND=noninteractive
ENV
TZ=Etc/UTC
RUN
apt-get update
This diff is collapsed.
Click to expand it.
Preview
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment