Skip to content

Commit

Permalink
[DEVOPS-3312][BACKPORT 2024.2.0]Update yugabyte-db Dockerfile to incl…
Browse files Browse the repository at this point in the history
…ude gettext and also bump the az utils version.

Summary:
Update yugabyte-db Dockerfile to include gettext and also bump the az utils version.
Original commit: a9a1fb0 / D40445

Test Plan: Built the yugabyte-db docker image locally.

Reviewers: nbhatia, devops

Reviewed By: nbhatia

Subscribers: yugaware

Differential Revision: https://phorge.dev.yugabyte.com/D40446
  • Loading branch information
jharveysmith committed Dec 4, 2024
1 parent 60174a3 commit 87de5f7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker/images/yugabyte/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ LABEL name="YugabyteDB" \
vendor="Yugabyte Inc" \
release=$RELEASE \
version=$VERSION \
java_version=$JAVA_VERSION \
summary="YugabytDB Image" \
description="YugabyteDB is a free and open-source, distributed, relational, NewSQL database \
management system designed to handle large amounts of data spanning across multiple \
Expand Down Expand Up @@ -98,6 +97,7 @@ RUN set -x ; \
RUN $yum_install -y \
bind-utils \
diffutils \
gettext \
glibc-all-langpacks \
glibc-langpack-en \
glibc-locale-source \
Expand Down Expand Up @@ -164,7 +164,7 @@ RUN mkdir /licenses && \
-o /licenses/POLYFORM-FREE-TRIAL-LICENSE-1.0.0.txt

# Install azcopy
ARG AZV=10.20.1
ARG AZV=10.25.0
RUN set -x; \
[[ "$(uname -m)" == "aarch64" ]] && arch='arm64' || arch='amd64'; \
pkg_name="azcopy_linux_${arch}_${AZV}"; \
Expand Down

0 comments on commit 87de5f7

Please sign in to comment.