mirror of
https://github.com/paulscherrerinstitute/sf_daq_buffer.git
synced 2026-05-10 03:12:05 +02:00
Made container names uniform and removed conda
This commit is contained in:
@@ -14,8 +14,4 @@ RUN wget https://support.hdfgroup.org/ftp/HDF5/releases/hdf5-1.12/hdf5-1.12.0/sr
|
||||
./configure --enable-parallel && make install && \
|
||||
ln -v -s `pwd`/hdf5/lib/* /usr/lib64/ && \
|
||||
ln -v -s `pwd`/hdf5/include/* /usr/include/ && \
|
||||
ln -v -s /usr/include/mpich-x86_64/* /usr/include/ && \
|
||||
wget --quiet https://repo.anaconda.com/miniconda/Miniconda3-latest-Linux-x86_64.sh -O ~/miniconda.sh && \
|
||||
/bin/bash ~/miniconda.sh -b -p /opt/conda && \
|
||||
rm ~/miniconda.sh && \
|
||||
/opt/conda/bin/conda clean -tipsy
|
||||
ln -v -s /usr/include/mpich-x86_64/* /usr/include/
|
||||
@@ -0,0 +1,10 @@
|
||||
#!/bin/bash
|
||||
|
||||
VERSION=1.0.2
|
||||
|
||||
docker build --no-cache=true -f buffer-base.Dockerfile -t paulscherrerinstitute/sf-daq-buffer-base .
|
||||
docker tag paulscherrerinstitute/sf-daq-buffer-base paulscherrerinstitute/sf-daq-buffer-base:$VERSION
|
||||
|
||||
docker login
|
||||
docker push paulscherrerinstitute/sf-daq-buffer-base:$VERSION
|
||||
docker push paulscherrerinstitute/sf-daq-buffer-base
|
||||
@@ -1,10 +0,0 @@
|
||||
#!/bin/bash
|
||||
|
||||
VERSION=1.0.1
|
||||
|
||||
docker build --no-cache=true -f phdf5.Dockerfile -t paulscherrerinstitute/sf-daq_phdf5 .
|
||||
docker tag paulscherrerinstitute/sf-daq_phdf5 paulscherrerinstitute/sf-daq_phdf5:$VERSION
|
||||
|
||||
docker login
|
||||
docker push paulscherrerinstitute/sf-daq_phdf5:$VERSION
|
||||
docker push paulscherrerinstitute/sf-daq_phdf5
|
||||
Reference in New Issue
Block a user