File tree Expand file tree Collapse file tree 3 files changed +6
-5
lines changed Expand file tree Collapse file tree 3 files changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -60,11 +60,11 @@ jobs:
60
60
tags : ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:ubuntu18
61
61
labels : ${{ steps.meta.outputs.labels }}
62
62
63
- - name : Build and push Centos Docker image
63
+ - name : Build and push Rocky8 Docker image
64
64
uses : docker/build-push-action@v4
65
65
with :
66
66
context : .
67
- file : ./docker/centos7 .Dockerfile
67
+ file : ./docker/rocky8 .Dockerfile
68
68
push : true
69
- tags : ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:centos7
69
+ tags : ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:rocky8
70
70
labels : ${{ steps.meta.outputs.labels }}
Original file line number Diff line number Diff line change 3
3
# This Dockerfile creates a developer image. It requires that the following things are mounted:
4
4
# - Mantid Imaging source at /opt/mantidimaging.
5
5
6
- FROM centos:centos7
6
+ FROM rockylinux:8
7
7
8
8
WORKDIR /opt/
9
9
@@ -38,4 +38,4 @@ ENV LD_LIBRARY_PATH=/opt/miniconda/lib/
38
38
39
39
VOLUME /opt/mantidimaging
40
40
41
- ENTRYPOINT ["/entrypoint.sh" ]
41
+ ENTRYPOINT ["/entrypoint.sh" ]
Original file line number Diff line number Diff line change
1
+ #2296: Migrated from the Centos7 Docker image to Rocky8 to match IDaas
You can’t perform that action at this time.
0 commit comments