Skip to content
GitLab
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
07099dbb
Commit
07099dbb
authored
Nov 13, 2022
by
Sebastian Achilles
Browse files
update to EasyBuild 4.6.2
parent
e89ab0bf
Pipeline
#124585
passed with stages
in 5 minutes and 5 seconds
Changes
10
Pipelines
9
Hide whitespace changes
Inline
Side-by-side
alma8-eb-base/Dockerfile
View file @
07099dbb
...
...
@@ -4,7 +4,7 @@ ARG IMG_TAG=8.5
# allow CI/CD to change all of the above
FROM
${IMG_REGISTRY}/${IMG_NAME}:${IMG_TAG}
# set default easybuild version
ARG
EB_VER=4.6.
1
ARG
EB_VER=4.6.
2
LABEL
easybuild_version=${EB_VER}
# install required packages (EPEL is required for Lmod)
# RUN yum update -y
...
...
alma8-eb-test/Dockerfile
View file @
07099dbb
...
...
@@ -16,7 +16,7 @@ RUN chown -R easybuild:easybuild /home/easybuild/EasyBuild-develop.eb /home/easy
# 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.6.
1
ARG
EB_VER=4.6.
2
LABEL
easybuild_version=${EB_VER}
# switch to 'easybuild' user
USER
easybuild
...
...
centos7-eb-base/Dockerfile
View file @
07099dbb
...
...
@@ -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.6.
1
ARG
EB_VER=4.6.
2
LABEL
easybuild_version=${EB_VER}
# install required packages (EPEL is required for Lmod)
# RUN yum update -y
...
...
centos7-eb-test/Dockerfile
View file @
07099dbb
...
...
@@ -16,7 +16,7 @@ RUN chown -R easybuild:easybuild /home/easybuild/EasyBuild-develop.eb /home/easy
# 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.6.
1
ARG
EB_VER=4.6.
2
LABEL
easybuild_version=${EB_VER}
# switch to 'easybuild' user
USER
easybuild
...
...
centos8-eb-base/Dockerfile
View file @
07099dbb
...
...
@@ -5,7 +5,7 @@ ARG IMG_TAG=8.4.2105
# 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.6.
1
ARG
EB_VER=4.6.
2
LABEL
easybuild_version=${EB_VER}
# install required packages (EPEL is required for Lmod)
# RUN yum update -y
...
...
centos8-eb-test/Dockerfile
View file @
07099dbb
...
...
@@ -16,7 +16,7 @@ RUN chown -R easybuild:easybuild /home/easybuild/EasyBuild-develop.eb /home/easy
# 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.6.
1
ARG
EB_VER=4.6.
2
LABEL
easybuild_version=${EB_VER}
# switch to 'easybuild' user
USER
easybuild
...
...
rocky8-eb-base/Dockerfile
View file @
07099dbb
...
...
@@ -5,7 +5,7 @@ ARG IMG_TAG=8.5
# 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.6.
1
ARG
EB_VER=4.6.
2
LABEL
easybuild_version=${EB_VER}
# install required packages (EPEL is required for Lmod)
# RUN yum update -y
...
...
rocky8-eb-test/Dockerfile
View file @
07099dbb
...
...
@@ -16,7 +16,7 @@ RUN chown -R easybuild:easybuild /home/easybuild/EasyBuild-develop.eb /home/easy
# 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.6.
1
ARG
EB_VER=4.6.
2
LABEL
easybuild_version=${EB_VER}
# switch to 'easybuild' user
USER
easybuild
...
...
ubuntu-eb-base/Dockerfile
View file @
07099dbb
...
...
@@ -5,7 +5,7 @@ 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.6.
1
ARG
EB_VER=4.6.
2
ENV
LMOD_VER 8.6
LABEL
easybuild_version=${EB_VER}
# install required packages
...
...
ubuntu-eb-test/Dockerfile
View file @
07099dbb
...
...
@@ -13,7 +13,7 @@ RUN chown -R easybuild:easybuild /home/easybuild/EasyBuild-develop.eb /home/easy
# 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.6.
1
ARG
EB_VER=4.6.
2
LABEL
easybuild_version=${EB_VER}
# switch to 'easybuild' user
USER
easybuild
...
...
Write
Preview
Supports
Markdown
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!
Cancel
Please
register
or
sign in
to comment