Skip to content

Commit

Permalink
update rpms
Browse files Browse the repository at this point in the history
  • Loading branch information
MohammadiIram committed Nov 7, 2024
1 parent 3392f98 commit b7c1bc2
Show file tree
Hide file tree
Showing 3 changed files with 613 additions and 818 deletions.
6 changes: 2 additions & 4 deletions ml_metadata/tools/docker_server/Dockerfile.konflux
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,7 @@ FROM quay.io/konflux-ci/bazel5-ubi8@sha256:073077dd02506ee51aab7f823f9ce24e39a09

USER root

RUN dnf update -y -q && \
dnf install -y -q \
RUN dnf install -y -q \
which \
patch \
gcc \
Expand Down Expand Up @@ -44,8 +43,7 @@ ENV GRPC_PORT "8080"
ENV METADATA_STORE_SERVER_CONFIG_FILE ""

# Introduces tzdata package here to avoid LoadTimeZone check failed error in the metadata store server.
RUN microdnf update -y && \
microdnf reinstall -y \
RUN microdnf reinstall -y \
tzdata

EXPOSE ${GRPC_PORT}
Expand Down
3 changes: 2 additions & 1 deletion rpms.in.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,5 @@ packages:
- unzip
- git
- findutils
- python3
- python3
- tzdata
Loading

0 comments on commit b7c1bc2

Please sign in to comment.