mirror of
https://github.com/paulscherrerinstitute/sf_daq_buffer.git
synced 2026-04-21 07:04:36 +02:00
026114ff37
Now the base phdf5 image is separated from the jf-live-writer build. This is to allow for debug images of jf-live-writer to be created without the need to go over the base image creation process.
10 lines
323 B
Bash
10 lines
323 B
Bash
#!/bin/bash
|
|
|
|
VERSION=1.0.0
|
|
|
|
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 |