Skip to content

Commit

Permalink
Merge pull request #67 from Jooho/cp_fix_build_version
Browse files Browse the repository at this point in the history
fix build-version issue
  • Loading branch information
Jooho authored Nov 28, 2024
2 parents b0b80d9 + 7b833df commit e981a1a
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions Dockerfile.konflux
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,13 @@ RUN microdnf --setopt=install_weak_deps=0 --setopt=tsflags=nodocs install -y unz
RUN cd ./cachi2/output/deps/generic && \
for file in *.zip; do unzip -d /root/ "$file"; done


###############################################################################
#latest tag
FROM registry.redhat.io/ubi8/openjdk-17-runtime@sha256:592bf5e50453b6b89506df5b88b1ef51835914559b4e81355bcdcffe2e21dbaf as runtime

## Build args to be used at this step
ARG USERID=2000

ENV CI_CONTAINER_VERSION=v2.16.0
LABEL com.redhat.component="odh-modelmesh-container" \
name="managed-open-data-hub/odh-modelmesh-rhel8" \
description="Modelmesh is a distributed LRU cache for serving runtime models" \
Expand All @@ -39,7 +38,6 @@ RUN sed -i 's:security.provider.12=SunPKCS11:#security.provider.12=SunPKCS11:g'
COPY --from=stage root/target/dockerhome/ /opt/kserve/mmesh/
COPY --from=stage root/target/dockerhome/version /etc/modelmesh-version


# Make this the current directory when starting the container
WORKDIR /opt/kserve/mmesh

Expand Down

0 comments on commit e981a1a

Please sign in to comment.