Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
JAliEn
JAliEn setup
Commits
9c0cbaf0
Commit
9c0cbaf0
authored
Mar 29, 2022
by
Sergiu Weisz
Browse files
Change Docker base image to 20.04
parent
eb9f8c87
Pipeline
#3777873
failed with stage
in 12 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
base/Dockerfile
View file @
9c0cbaf0
FROM
ubuntu:
18
.04
FROM
ubuntu:
20
.04
COPY
docker-setup.sh /
ENV
JAVA_HOME='/usr/lib/jvm/java-11-oracle'
...
...
base/docker-setup.sh
View file @
9c0cbaf0
...
...
@@ -2,6 +2,8 @@
apt update
;
# setup MySQL
export
DEBIAN_FRONTEND
=
noninteractive
export
LC_ALL
=
C
apt-get
install
-y
debconf-utils
;
{
\
echo
mysql-community-server mysql-community-server/root-pass password
''
;
\
...
...
@@ -10,8 +12,6 @@ echo mysql-community-server mysql-community-server/re-root-pass password ''; \
&&
apt
install
-y
mysql-server
# Install dependencies
export
DEBIAN_FRONTEND
=
noninteractive
export
LC_ALL
=
C
apt
install
-y
openjdk-11-jdk python3 python3-pip git slapd ldap-utils rsync vim tmux entr less cmake zlib1g-dev uuid uuid-dev libssl-dev
# Install XRootD
...
...
@@ -25,7 +25,7 @@ cd /
#Install HTCondor
wget
-qO
- https://research.cs.wisc.edu/htcondor/ubuntu/HTCondor-Release.gpg.key | apt-key add -
echo
"deb http://research.cs.wisc.edu/htcondor/ubuntu/8.8/
bionic bionic
contrib"
>>
/etc/apt/sources.list
echo
"deb-src http://research.cs.wisc.edu/htcondor/ubuntu/8.8/
bionic bionic
contrib"
>>
/etc/apt/sources.list
echo
"deb http://research.cs.wisc.edu/htcondor/ubuntu/8.8/
focal focal
contrib"
>>
/etc/apt/sources.list
echo
"deb-src http://research.cs.wisc.edu/htcondor/ubuntu/8.8/
focal focal
contrib"
>>
/etc/apt/sources.list
apt update
apt
install
-y
htcondor supervisor environment-modules tcl
\ No newline at end of file
apt
install
-y
htcondor supervisor environment-modules tcl
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