Skip to content

Commit b2645ea

Browse files
committed
Rename bind9.18-utils -> bind-utils. RHEL9 already provides short name
Signed-off-by: Petr "Stone" Hracek <[email protected]>
1 parent 4fcc3d6 commit b2645ea

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

13/Dockerfile.rhel9

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ COPY root/usr/libexec/fix-permissions /usr/libexec/fix-permissions
4343
# safe in the future. This should *never* change, the last test is there
4444
# to make sure of that.
4545
\
46-
RUN INSTALL_PKGS="rsync tar gettext bind9.18-utils nss_wrapper-libs postgresql-server postgresql-contrib" && \
46+
RUN INSTALL_PKGS="rsync tar gettext bind-utils nss_wrapper-libs postgresql-server postgresql-contrib" && \
4747
INSTALL_PKGS="$INSTALL_PKGS pgaudit" && \
4848
INSTALL_PKGS="$INSTALL_PKGS procps-ng util-linux postgresql-upgrade" && \
4949
yum -y --setopt=tsflags=nodocs install $INSTALL_PKGS && \

15/Dockerfile.rhel9

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ COPY root/usr/libexec/fix-permissions /usr/libexec/fix-permissions
4343
# safe in the future. This should *never* change, the last test is there
4444
# to make sure of that.
4545
RUN { yum -y module enable postgresql:15 || :; } && \
46-
INSTALL_PKGS="rsync tar gettext bind9.18-utils nss_wrapper-libs postgresql-server postgresql-contrib" && \
46+
INSTALL_PKGS="rsync tar gettext bind-utils nss_wrapper-libs postgresql-server postgresql-contrib" && \
4747
INSTALL_PKGS="$INSTALL_PKGS pgaudit" && \
4848
INSTALL_PKGS="$INSTALL_PKGS procps-ng util-linux postgresql-upgrade" && \
4949
yum -y --setopt=tsflags=nodocs install $INSTALL_PKGS && \

16/Dockerfile.rhel9

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ COPY root/usr/libexec/fix-permissions /usr/libexec/fix-permissions
4343
# safe in the future. This should *never* change, the last test is there
4444
# to make sure of that.
4545
RUN { yum -y module enable postgresql:16 || :; } && \
46-
INSTALL_PKGS="rsync tar gettext bind9.18-utils nss_wrapper-libs postgresql-server postgresql-contrib" && \
46+
INSTALL_PKGS="rsync tar gettext bind-utils nss_wrapper-libs postgresql-server postgresql-contrib" && \
4747
INSTALL_PKGS="$INSTALL_PKGS pgaudit" && \
4848
INSTALL_PKGS="$INSTALL_PKGS procps-ng util-linux postgresql-upgrade" && \
4949
INSTALL_PKGS="$INSTALL_PKGS pgvector" && \

src/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,10 +57,10 @@ COPY root/usr/libexec/fix-permissions /usr/libexec/fix-permissions
5757
RUN INSTALL_PKGS="rsync tar gettext-envsubst nss_wrapper-libs glibc-locale-source xz" && \
5858
PSQL_PKGS="{{ spec.pkgs }}" && \
5959
{% elif spec.prod == "rhel9" and spec.version == "13" %} \
60-
RUN INSTALL_PKGS="rsync tar gettext bind9.18-utils nss_wrapper-libs {{ spec.pkgs }}" && \
60+
RUN INSTALL_PKGS="rsync tar gettext bind-utils nss_wrapper-libs {{ spec.pkgs }}" && \
6161
{% elif spec.prod == "rhel9" and spec.version in ["15", "16"] %}
6262
RUN {{ spec.environment_setup }}
63-
INSTALL_PKGS="rsync tar gettext bind9.18-utils nss_wrapper-libs {{ spec.pkgs }}" && \
63+
INSTALL_PKGS="rsync tar gettext bind-utils nss_wrapper-libs {{ spec.pkgs }}" && \
6464
{% else %}
6565
RUN {{ spec.environment_setup }}
6666
INSTALL_PKGS="rsync tar gettext nss_wrapper-libs {{ spec.pkgs }}" && \

0 commit comments

Comments
 (0)