Skip to content
Snippets Groups Projects
Commit 3f732e79 authored by Eric Müller's avatar Eric Müller :mountain_bicyclist:
Browse files

test some image building

parent 1980bbf8
No related branches found
No related tags found
No related merge requests found
Pipeline #57958 failed with stage
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
FROM ubuntu:20.04
ARG DEBIAN_FRONTEND=noninteractive
ENV TZ=Etc/UTC
RUN apt-get update
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment