Skip to content

Commit 755c45f

Browse files
authored
Merge pull request #142 from OpenMS/jpfeuffer-patch-1
manylinux update
2 parents ca5f7b3 + 965e0be commit 755c45f

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/deploy-manylinux-docker.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,5 +50,5 @@ jobs:
5050
OPENMS_BRANCH=${{ steps.extract_branch.outputs.branch }}
5151
OPENMS_VERSION=${{ steps.tag_name.outputs.tag }}
5252
tags: |
53-
ghcr.io/openms/contrib_manylinux2014:${{ steps.tag_name.outputs.tag }}
53+
ghcr.io/openms/contrib_manylinux2_28:${{ steps.tag_name.outputs.tag }}
5454

dockerfiles/pyopenms/manylinux/Dockerfile

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM quay.io/pypa/manylinux2014_x86_64
1+
FROM quay.io/pypa/manylinux2_28_x86_64
22

33
#defaults, can be overwritten from outside
44
ARG OPENMS_BRANCH="master"
@@ -27,9 +27,9 @@ RUN cmake -DBUILD_TYPE=ALL ../contrib && rm -rf archives src
2727
WORKDIR /
2828

2929
# Metadata
30-
LABEL base.image="manylinux2014_x86_64"
30+
LABEL base.image="manylinux2_28_x86_64"
3131
LABEL version="1.0"
32-
LABEL software="OpenMS (dependencies for manylinux2014)"
32+
LABEL software="OpenMS (dependencies for manylinux2_28)"
3333
LABEL software.version="$OPENMS_VERSION"
3434
LABEL description="C++ libraries and tools for MS/MS data analysis"
3535
LABEL website="http://www.openms.org/"

0 commit comments

Comments
 (0)