Skip to content

Commit

Permalink
Merge pull request #70 from KATRIN-Experiment/UpdateDockerFedora38
Browse files Browse the repository at this point in the history
Update docker version to Fedora38 to fix build issues
  • Loading branch information
richeldichel authored Aug 1, 2023
2 parents 40efe05 + ec90852 commit b26a505
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 6 deletions.
2 changes: 2 additions & 0 deletions Docker/packages.build
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,9 @@ gsl-devel
boost-devel
zlib-devel
libxml2-devel
liburing-devel
tbb-devel
vtk-devel
ocl-icd-devel
root-core
root-genvector
1 change: 1 addition & 0 deletions Docker/packages.runtime
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,4 @@ vtk-java
boost-filesystem
ocl-icd
root-core
root-genvector
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# --- runtime-base ---
FROM fedora:31 as runtime-base
FROM fedora:38 as runtime-base

LABEL description="Runtime base container"
LABEL maintainer="[email protected]"
Expand Down
5 changes: 0 additions & 5 deletions Scripts/update-docker.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,6 @@ sudo docker run -it katrinexperiment/kassiopeia UnitTestKasper || exit $?

######

echo "-- pushing to DockerHub ..."
sudo docker tag $IMAGE:latest katrinexperiment/kassiopeia:$VERSION
sudo docker push katrinexperiment/kassiopeia:$VERSION
sudo docker push katrinexperiment/kassiopeia:latest

echo "-- pushing to GitHub ..."
sudo docker tag $IMAGE:latest docker.pkg.github.com/katrin-experiment/kassiopeia/kassiopeia:$VERSION
sudo docker push docker.pkg.github.com/katrin-experiment/kassiopeia/kassiopeia:$VERSION

0 comments on commit b26a505

Please sign in to comment.