Skip to content

Commit 5e19bdc

Browse files
Change from centos7 Dockerfile to rocky8 (#2304)
2 parents 14dabd3 + 20ad182 commit 5e19bdc

File tree

3 files changed

+6
-5
lines changed

3 files changed

+6
-5
lines changed

.github/workflows/build_docker.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -60,11 +60,11 @@ jobs:
6060
tags: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:ubuntu18
6161
labels: ${{ steps.meta.outputs.labels }}
6262

63-
- name: Build and push Centos Docker image
63+
- name: Build and push Rocky8 Docker image
6464
uses: docker/build-push-action@v4
6565
with:
6666
context: .
67-
file: ./docker/centos7.Dockerfile
67+
file: ./docker/rocky8.Dockerfile
6868
push: true
69-
tags: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:centos7
69+
tags: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:rocky8
7070
labels: ${{ steps.meta.outputs.labels }}

docker/centos7.Dockerfile renamed to docker/rocky8.Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# This Dockerfile creates a developer image. It requires that the following things are mounted:
44
# - Mantid Imaging source at /opt/mantidimaging.
55

6-
FROM centos:centos7
6+
FROM rockylinux:8
77

88
WORKDIR /opt/
99

@@ -38,4 +38,4 @@ ENV LD_LIBRARY_PATH=/opt/miniconda/lib/
3838

3939
VOLUME /opt/mantidimaging
4040

41-
ENTRYPOINT ["/entrypoint.sh"]
41+
ENTRYPOINT ["/entrypoint.sh"]
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
#2296: Migrated from the Centos7 Docker image to Rocky8 to match IDaas

0 commit comments

Comments
 (0)