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
85a9fa00
Commit
85a9fa00
authored
Jan 15, 2022
by
Sebastian Achilles
Browse files
Update containers
parent
bf04af75
Pipeline
#88431
passed with stages
in 8 minutes and 41 seconds
Changes
4
Pipelines
3
Hide whitespace changes
Inline
Side-by-side
alma8-eb-test/Dockerfile
View file @
85a9fa00
...
...
@@ -12,7 +12,7 @@ ARG GROUP_ID
COPY
EasyBuild-develop.eb /home/easybuild/EasyBuild-develop.eb
COPY
update-eb-dev.sh /home/easybuild/update-eb-dev.sh
USER
root
RUN
chown
-R
easybuild:easybuild /home/easybuild/EasyBuild-develop.eb
RUN
chown
-R
easybuild:easybuild /home/easybuild/EasyBuild-develop.eb
/home/easybuild/update-eb-dev.sh
# install pep8, keyring, keyrings.alt, and GitPython
RUN
pip3
install
--upgrade
pip
&&
pip3
install
pep8 keyring keyrings.alt GitPython
# set default easybuild version
...
...
centos7-eb-test/Dockerfile
View file @
85a9fa00
...
...
@@ -12,7 +12,7 @@ ARG GROUP_ID
COPY
EasyBuild-develop.eb /home/easybuild/EasyBuild-develop.eb
COPY
update-eb-dev.sh /home/easybuild/update-eb-dev.sh
USER
root
RUN
chown
-R
easybuild:easybuild /home/easybuild/EasyBuild-develop.eb
RUN
chown
-R
easybuild:easybuild /home/easybuild/EasyBuild-develop.eb
/home/easybuild/update-eb-dev.sh
# install pep8, keyring, keyrings.alt, and GitPython
RUN
pip3
install
--upgrade
pip
&&
pip3
install
pep8 keyring keyrings.alt GitPython
# set default easybuild version
...
...
centos8-eb-test/Dockerfile
View file @
85a9fa00
...
...
@@ -12,7 +12,7 @@ ARG GROUP_ID
COPY
EasyBuild-develop.eb /home/easybuild/EasyBuild-develop.eb
COPY
update-eb-dev.sh /home/easybuild/update-eb-dev.sh
USER
root
RUN
chown
-R
easybuild:easybuild /home/easybuild/EasyBuild-develop.eb
RUN
chown
-R
easybuild:easybuild /home/easybuild/EasyBuild-develop.eb
/home/easybuild/update-eb-dev.sh
# install pep8, keyring, keyrings.alt, and GitPython
RUN
pip3
install
--upgrade
pip
&&
pip3
install
pep8 keyring keyrings.alt GitPython
# set default easybuild version
...
...
rocky8-eb-test/Dockerfile
View file @
85a9fa00
...
...
@@ -12,7 +12,7 @@ ARG GROUP_ID
COPY
EasyBuild-develop.eb /home/easybuild/EasyBuild-develop.eb
COPY
update-eb-dev.sh /home/easybuild/update-eb-dev.sh
USER
root
RUN
chown
-R
easybuild:easybuild /home/easybuild/EasyBuild-develop.eb
RUN
chown
-R
easybuild:easybuild /home/easybuild/EasyBuild-develop.eb
/home/easybuild/update-eb-dev.sh
# install pep8, keyring, keyrings.alt, and GitPython
RUN
pip3
install
--upgrade
pip
&&
pip3
install
pep8 keyring keyrings.alt GitPython
# set default easybuild version
...
...
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