Skip to content

Commit

Permalink
Merge pull request #4 from tonyxrmdavidson/updateUBIImageTag
Browse files Browse the repository at this point in the history
Signed-off-by: tonyxrmdavidson <[email protected]>
  • Loading branch information
tonyxrmdavidson authored May 16, 2024
2 parents 94ae1e9 + ed614f6 commit 01ade8b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ml_metadata/tools/docker_server/Dockerfile.redhat
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM registry.access.redhat.com/ubi8/ubi:8.9 as builder
FROM registry.access.redhat.com/ubi8/ubi:latest as builder

USER root

Expand Down Expand Up @@ -44,7 +44,7 @@ RUN bazel build -c opt --action_env=PATH \
RUN mkdir -p /mlmd-src/third_party
RUN cp -RL /mlmd-src/bazel-mlmd-src/external/libmysqlclient /mlmd-src/third_party/mariadb-connector-c

FROM registry.access.redhat.com/ubi8/ubi-minimal:8.9
FROM registry.access.redhat.com/ubi8/ubi-minimal:latest

COPY --from=builder /mlmd-src/bazel-bin/ml_metadata/metadata_store/metadata_store_server /bin/metadata_store_server
COPY --from=builder /mlmd-src/third_party /mlmd-src/third_party
Expand Down

0 comments on commit 01ade8b

Please sign in to comment.