Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
easybuild-docker
Easybuild Docker
Commits
47fed11d
Commit
47fed11d
authored
Jan 14, 2022
by
Sebastian Achilles
Browse files
update Ubuntu image
parent
c6e0cff6
Pipeline
#88353
failed with stages
in 2 minutes and 55 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
ubuntu-eb-base/Dockerfile
View file @
47fed11d
ARG
IMG_REGISTRY=docker.io
ARG
IMG_ORG=library
ARG
IMG_NAME=ubuntu
ARG
IMG_TAG=
hirsute
ARG
IMG_TAG=
22.04
# allow CI/CD to change all of the above
FROM
${IMG_REGISTRY}/${IMG_ORG}/${IMG_NAME}:${IMG_TAG}
# set default easybuild version
ARG
EB_VER=4.
4.0
ENV
LMOD_VER 8.
4
ARG
EB_VER=4.
5.1
ENV
LMOD_VER 8.
6
LABEL
easybuild_version=${EB_VER}
# install required packages
# RUN yum update -y
...
...
ubuntu-eb-test/Dockerfile
View file @
47fed11d
ARG
IMG_REGISTRY=gitlab.
version
.fz-juelich.de:5555
ARG
IMG_REGISTRY=gitlab.
jsc
.fz-juelich.de:5555
ARG
IMG_ORG=easybuild-docker
ARG
IMG_REPO=easybuild-docker
ARG
IMG_NAME=ubuntu-eb-base
...
...
@@ -11,7 +11,7 @@ ADD EasyBuild-develop.eb /home/easybuild/EasyBuild-develop.eb
USER
root
RUN
pip3
install
pep8
# set default easybuild version
ARG
EB_VER=4.
4.0
ARG
EB_VER=4.
5.1
LABEL
easybuild_version=${EB_VER}
# switch to 'easybuild' user
USER
easybuild
...
...
Write
Preview
Supports
Markdown
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