Skip to content

Commit 8ca1e13

Browse files
committed
Create Dockerfile.konflux
1 parent 6b35a8a commit 8ca1e13

File tree

1 file changed

+9
-5
lines changed

1 file changed

+9
-5
lines changed

Dockerfile.konflux

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -97,11 +97,15 @@ COPY --from=build /opt/app/torchserve-adapter /opt/app/
9797
ARG IMAGE_VERSION
9898
ARG COMMIT_SHA
9999

100-
LABEL name="model-serving-runtime-adapter" \
101-
version="${IMAGE_VERSION}" \
102-
release="${COMMIT_SHA}" \
103-
summary="Sidecar container which runs in the ModelMesh Serving model server pods" \
104-
description="Container which runs in each model serving pod acting as an intermediary between ModelMesh and third-party model-server containers"
100+
LABEL com.redhat.component="odh-modelmesh-runtime-adapter-container" \
101+
name="managed-open-data-hub/odh-modelmesh-runtime-adapter-container-rhel8" \
102+
description="Container which runs in each model serving pod and act as an intermediary between model-mesh and third-party model-server containers" \
103+
summary="odh-model-serving-runtime-adapter" \
104+
maintainer="['[email protected]']" \
105+
io.k8s.display-name="odh-model-serving-runtime-adapter" \
106+
io.k8s.description="odh-model-serving-runtime-adapter" \
107+
com.redhat.license_terms="https://www.redhat.com/licenses/Red_Hat_Standard_EULA_20191108.pdf"
108+
105109

106110
# Don't define an entrypoint. This is a multi-purpose image so the user should specify which binary they want to run (e.g. /opt/app/puller or /opt/app/triton-adapter)
107111
ENTRYPOINT ["/opt/app/puller"]

0 commit comments

Comments
 (0)