File tree 2 files changed +4
-4
lines changed
dockerfiles/pyopenms/manylinux
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 50
50
OPENMS_BRANCH=${{ steps.extract_branch.outputs.branch }}
51
51
OPENMS_VERSION=${{ steps.tag_name.outputs.tag }}
52
52
tags : |
53
- ghcr.io/openms/contrib_manylinux2014 :${{ steps.tag_name.outputs.tag }}
53
+ ghcr.io/openms/contrib_manylinux2_28 :${{ steps.tag_name.outputs.tag }}
54
54
Original file line number Diff line number Diff line change 1
- FROM quay.io/pypa/manylinux2014_x86_64
1
+ FROM quay.io/pypa/manylinux2_28_x86_64
2
2
3
3
# defaults, can be overwritten from outside
4
4
ARG OPENMS_BRANCH="master"
@@ -27,9 +27,9 @@ RUN cmake -DBUILD_TYPE=ALL ../contrib && rm -rf archives src
27
27
WORKDIR /
28
28
29
29
# Metadata
30
- LABEL base.image="manylinux2014_x86_64 "
30
+ LABEL base.image="manylinux2_28_x86_64 "
31
31
LABEL version="1.0"
32
- LABEL software="OpenMS (dependencies for manylinux2014 )"
32
+ LABEL software="OpenMS (dependencies for manylinux2_28 )"
33
33
LABEL software.version="$OPENMS_VERSION"
34
34
LABEL description="C++ libraries and tools for MS/MS data analysis"
35
35
LABEL website="http://www.openms.org/"
You can’t perform that action at this time.
0 commit comments