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
MPIfR-BDG
edd_provisioning
Commits
c4c844d6
Commit
c4c844d6
authored
Oct 22, 2021
by
Tobias Winchen
Browse files
Consistently use bullseye container if possible
parent
18a0cab2
Changes
5
Hide whitespace changes
Inline
Side-by-side
roles/dhcp/files/Dockerfile
View file @
c4c844d6
FROM
debian:bu
ster
FROM
debian:bu
llseye
MAINTAINER
Tobias Winchen "twinchen@mpifr-bonn.mpg.de"
...
...
roles/edd_base/templates/Dockerfile
View file @
c4c844d6
...
...
@@ -77,6 +77,8 @@ RUN cd /src && \
cd
psrdada
&&
\
git checkout 10513fff767ce9922c3423eb7199c64f9301d1c8
&&
\
# Version from Wed Feb 12 07:46:37 2020 +0200
\
export
LDFLAGS
=
-fPIC
&&
\
export
CFLAGS
=
-fPIC
&&
\
./bootstrap
&&
\
./configure
--includedir
=
/usr/local/include/psrdada
--with-cuda-dir
=
yes
--with-cuda-include-dir
=
/usr/local/cuda/include/
--with-cuda-lib-dir
=
/usr/local/cuda/lib64/
&&
\
make
-j4
&&
\
...
...
roles/hdf5_writer/templates/Dockerfile
View file @
c4c844d6
FROM
python:3.
7
FROM
python:3.
9-bullseye
MAINTAINER
Tobias Winchen "twinchen@mpifr-bonn.mpg.de"
# Suppress debconf warnings
...
...
@@ -87,9 +87,12 @@ RUN mkdir -p /src && \
RUN
mkdir
-p
/src
&&
\
cd
/src
&&
\
git clone
{{
mpikat_repository
}}
mpikat
&&
\
cd
mpikat
&&
\
git checkout
-B
{{
mpikat_branch
}}
origin/
{{
mpikat_branch
}}&&
\
python setup.py
install
git clone
{{
mpikat_repository
}}
mpikat
# &&
\
#cd mpikat &&
\
#git checkout -B {{ mpikat_branch }} origin/{{ mpikat_branch }}&&
\
#export MPIKAT_VERSION=`python mpikat/core/version.py` &&
\
#python setup.py install &&
\
#echo "Installed mpikat version" ${MPIKAT_VERSION}
WORKDIR
/root
roles/influx_sidecar/templates/Dockerfile
View file @
c4c844d6
FROM
python:3.9-
alpin
e
FROM
python:3.9-
bullsey
e
MAINTAINER
Tobias Winchen "twinchen@mpifr-bonn.mpg.de"
RUN
ap
k upgrade
-U
-a
&&
\
ap
k add
git
&&
\
RUN
ap
t-get
-y
update
&&
\
ap
t-get
install
-y
git
&&
\
git clone https://gitlab.mpcdf.mpg.de/mpifr-bdg/katcp-monitor.git
&&
\
cd katcp-monitor/ && \
git checkout edd_monitor && \
pip install -r requirements.txt && \
rm /var/cache/ap
k
/*
rm
-r
/var/cache/ap
t
/*
WORKDIR
katcp-monitor/
roles/redis_sidecar/templates/Dockerfile
View file @
c4c844d6
FROM
python:3.9-
alpin
e
FROM
python:3.9-
bullsey
e
MAINTAINER
Tobias Winchen "twinchen@mpifr-bonn.mpg.de"
RUN
ap
k upgrade
-U
-a
&&
\
ap
k add
git
&&
\
RUN
ap
t-get
-y
update
&&
\
ap
t-get
install
-y
git
&&
\
git clone https://gitlab.mpcdf.mpg.de/mpifr-bdg/katcp-monitor.git
&&
\
cd katcp-monitor/ && \
git checkout edd_monitor && \
pip install -r requirements.txt && \
rm /var/cache/ap
k
/*
rm
-r
/var/cache/ap
t
/*
WORKDIR
katcp-monitor/
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