Skip to content

Commit

Permalink
Change from centos7 to rocky8
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeSullivan7 committed Aug 2, 2024
1 parent 64dfcee commit 846ee7a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build_docker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -60,11 +60,11 @@ jobs:
tags: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:ubuntu18
labels: ${{ steps.meta.outputs.labels }}

- name: Build and push Centos Docker image
- name: Build and push Rocky8 Docker image
uses: docker/build-push-action@v4
with:
context: .
file: ./docker/centos7.Dockerfile
file: ./docker/rocky8.Dockerfile
push: true
tags: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:centos7
tags: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:rocky8
labels: ${{ steps.meta.outputs.labels }}
4 changes: 2 additions & 2 deletions docker/centos7.Dockerfile → docker/rocky8.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# This Dockerfile creates a developer image. It requires that the following things are mounted:
# - Mantid Imaging source at /opt/mantidimaging.

FROM centos:centos7
FROM rockylinux:8

WORKDIR /opt/

Expand Down Expand Up @@ -38,4 +38,4 @@ ENV LD_LIBRARY_PATH=/opt/miniconda/lib/

VOLUME /opt/mantidimaging

ENTRYPOINT ["/entrypoint.sh"]
ENTRYPOINT ["/entrypoint.sh"]

0 comments on commit 846ee7a

Please sign in to comment.