Added KRB5-MIT client library to server-pgsql

| Distro | Version |
| ------ | ------- |
| alpine | 3.21 |
| centos | stream9-minimal |
| oracle linux | 9-slim |
| rhel-ubi | 9.5 |
| ubuntu | noble |
This commit is contained in:
Marks Sunins
2025-03-24 07:02:55 +00:00
parent 6895a2c553
commit 19206eaa65
5 changed files with 5 additions and 0 deletions

View File

@ -49,6 +49,7 @@ RUN set -eux && \
INSTALL_PKGS="bash \ INSTALL_PKGS="bash \
traceroute \ traceroute \
nmap \ nmap \
krb5 \
fping \ fping \
tzdata \ tzdata \
iputils \ iputils \

View File

@ -54,6 +54,7 @@ RUN --mount=type=tmpfs,target=/var/lib/dnf/ \
traceroute \ traceroute \
hostname \ hostname \
nmap \ nmap \
krb5-workstation \
iputils \ iputils \
traceroute \ traceroute \
libevent \ libevent \

View File

@ -55,6 +55,7 @@ RUN --mount=type=tmpfs,target=/var/lib/dnf/ \
hostname \ hostname \
traceroute \ traceroute \
nmap \ nmap \
krb5-workstation \
iputils \ iputils \
traceroute \ traceroute \
libevent \ libevent \

View File

@ -71,6 +71,7 @@ RUN --mount=type=tmpfs,target=/var/lib/dnf/ \
INSTALL_PKGS="bash \ INSTALL_PKGS="bash \
traceroute \ traceroute \
nmap \ nmap \
krb5-workstation \
fping \ fping \
shadow-utils \ shadow-utils \
iputils \ iputils \

View File

@ -52,6 +52,7 @@ RUN --mount=type=cache,target=/var/cache/apt/,sharing=locked \
INSTALL_PKGS="bash \ INSTALL_PKGS="bash \
traceroute \ traceroute \
nmap \ nmap \
krb5-user \
tzdata \ tzdata \
ca-certificates \ ca-certificates \
iputils-ping \ iputils-ping \