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
a0fcc635
Commit
a0fcc635
authored
Oct 31, 2021
by
Sebastian Achilles
Browse files
update to EasyBuild 4.5.0
parent
8565b931
Pipeline
#86921
failed with stages
in 2 minutes and 59 seconds
Changes
6
Pipelines
9
Hide whitespace changes
Inline
Side-by-side
centos7-eb-base/Dockerfile
View file @
a0fcc635
...
...
@@ -5,7 +5,7 @@ ARG IMG_TAG=7.9.2009
# 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.2
ARG
EB_VER=4.
5.0
LABEL
easybuild_version=${EB_VER}
# install required packages (EPEL is required for Lmod)
# RUN yum update -y
...
...
centos7-eb-test/Dockerfile
View file @
a0fcc635
...
...
@@ -15,7 +15,7 @@ RUN chown -R easybuild:easybuild /home/easybuild/EasyBuild-develop.eb
# install pep8, keyring, keyrings.alt, and GitPython
RUN
pip3
install
--upgrade
pip
&&
pip3
install
pep8 keyring keyrings.alt GitPython
# set default easybuild version
ARG
EB_VER=4.
4.2
ARG
EB_VER=4.
5.0
LABEL
easybuild_version=${EB_VER}
# switch to 'easybuild' user
USER
easybuild
...
...
centos8-eb-base/Dockerfile
View file @
a0fcc635
...
...
@@ -5,7 +5,7 @@ ARG IMG_TAG=8.3.2011
# 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.2
ARG
EB_VER=4.
5.0
LABEL
easybuild_version=${EB_VER}
# install required packages (EPEL is required for Lmod)
# RUN yum update -y
...
...
centos8-eb-test/Dockerfile
View file @
a0fcc635
...
...
@@ -15,7 +15,7 @@ RUN chown -R easybuild:easybuild /home/easybuild/EasyBuild-develop.eb
# install pep8, keyring, keyrings.alt, and GitPython
RUN
pip3
install
--upgrade
pip
&&
pip3
install
pep8 keyring keyrings.alt GitPython
# set default easybuild version
ARG
EB_VER=4.
4.2
ARG
EB_VER=4.
5.0
LABEL
easybuild_version=${EB_VER}
# switch to 'easybuild' user
USER
easybuild
...
...
rocky8-eb-base/Dockerfile
View file @
a0fcc635
...
...
@@ -5,7 +5,7 @@ ARG IMG_TAG=8.4
# 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.2
ARG
EB_VER=4.
5.0
LABEL
easybuild_version=${EB_VER}
# install required packages (EPEL is required for Lmod)
# RUN yum update -y
...
...
rocky8-eb-test/Dockerfile
View file @
a0fcc635
...
...
@@ -15,7 +15,7 @@ RUN chown -R easybuild:easybuild /home/easybuild/EasyBuild-develop.eb
# install pep8, keyring, keyrings.alt, and GitPython
RUN
pip3
install
--upgrade
pip
&&
pip3
install
pep8 keyring keyrings.alt GitPython
# set default easybuild version
ARG
EB_VER=4.
4.2
ARG
EB_VER=4.
5.0
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