Skip to content

Commit

Permalink
Update Dockerfile.konflux for adding label
Browse files Browse the repository at this point in the history
Signed-off-by: Mohammadi Iram <[email protected]>
  • Loading branch information
MohammadiIram authored Oct 31, 2024
1 parent 1e335f3 commit 9c5a093
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile.konflux
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,12 @@ LABEL com.redhat.component="odh-mm-rest-proxy-container" \
io.openshift.expose-services="" \
io.k8s.display-name="modelmesh-rest-proxy" \
io.k8s.description="modelmesh-rest-proxy" \
io.openshift.tags="" \
com.redhat.license_terms="https://www.redhat.com/licenses/Red_Hat_Standard_EULA_20191108.pdf"


USER ${USER}

COPY --from=build /go/bin/server /go/bin/server

CMD ["/go/bin/server"]
CMD ["/go/bin/server"]

0 comments on commit 9c5a093

Please sign in to comment.