.NET 8 container images lacks nss_wrapper packages
Issue
-
User reports that a Kerberos application not being used by .NET when using the ubi8/dotnet-80-runtime container image, which misses the nss_wrapper packages. When customer installed nss_wrapper, it worked.
-
The user reports that ubi8/dotnet-70-runtime works but ubi8/dotnet-80-runtime does not. Compare those images' packages installed:
registry.access.redhat.com/ubi8/dotnet-80-runtimeVSregistry.access.redhat.com/ubi8/dotnet-70-runtimethe diff result looks like this:
--- ubi8-dotnet-70-runtime.list 2024-09-10 12:30:58.614349037 -0400
+++ ubi8-dotnet-80-runtime.list 2024-09-10 12:31:18.906515505 -0400
@@ -1,4 +1,4 @@
-aspnetcore-runtime-7.0
+aspnetcore-runtime-8.0
audit-libs
basesystem
bash
@@ -6,20 +6,18 @@
bzip2-libs
ca-certificates
chkconfig
-cmake-filesystem
coreutils-single
crypto-policies
curl
cyrus-sasl-lib
dotnet-host
-dotnet-hostfxr-7.0
-dotnet-runtime-7.0
+dotnet-hostfxr-8.0
+dotnet-runtime-8.0
elfutils-libelf
file-libs
filesystem
findutils
gawk
-gdbm-libs
glib2
glibc
glibc-common
@@ -31,7 +29,6 @@
gpgme
gpg-pubkey
grep
-groff-base
gzip
info
json-c
@@ -62,7 +59,6 @@
libmount
libnghttp2
libpeas
-libpkgconf
libpsl
librepo
librhsm
@@ -84,69 +80,20 @@
libxml2
libyaml
libzstd
-lttng-ust
lua-libs
lz4-libs
microdnf
mpfr
-ncurses
ncurses-base
ncurses-libs
nettle
npth
-nss_wrapper
-nss_wrapper-libs
openldap
-openssl
openssl-libs
p11-kit
p11-kit-trust
pcre
pcre2
-perl-Carp
-perl-constant
-perl-Data-Dumper
-perl-Digest
-perl-Digest-MD5
-perl-Encode
-perl-Errno
-perl-Exporter
-perl-File-Path
-perl-File-Temp
-perl-Getopt-Long
-perl-HTTP-Tiny
-perl-interpreter
-perl-IO
-perl-IO-Socket-IP
-perl-IO-Socket-SSL
-perl-libnet
-perl-libs
-perl-macros
-perl-MIME-Base64
-perl-Mozilla-CA
-perl-Net-SSLeay
-perl-parent
-perl-PathTools
-perl-Pod-Escapes
-perl-podlators
-perl-Pod-Perldoc
-perl-Pod-Simple
-perl-Pod-Usage
-perl-Scalar-List-Utils
-perl-Socket
-perl-Storable
-perl-Term-ANSIColor
-perl-Term-Cap
-perl-Text-ParseWords
-perl-Text-Tabs+Wrap
-perl-threads
-perl-threads-shared
-perl-Time-Local
-perl-Unicode-Normalize
-perl-URI
-pkgconf
-pkgconf-m4
-pkgconf-pkg-config
popt
publicsuffix-list-dafsa
readline
@@ -161,6 +108,5 @@
systemd-libs
tar
tzdata
-userspace-rcu
xz-libs
zlib
Environment
- Red hat OpenShift Container Platform (OCP)
- 4.x
- Red Hat build of Microsoft .NET ubi8 70 vs 80
Subscriber exclusive content
A Red Hat subscription provides unlimited access to our knowledgebase, tools, and much more.