SUSE / container-suseconnect

Provides access to repositories inside containers using the host entitlements
Apache License 2.0
19 stars 16 forks source link

Un-necessary warning: Problem retrieving the repository index file for service 'container-suseconnect-zypp' #62

Closed peteingithub closed 1 year ago

peteingithub commented 1 year ago

Dockerfile with RUN zypper in -y <pkg> errors with:

Problem retrieving the repository index file for service 'container-suseconnect-zypp':
[container-suseconnect-zypp|file:/usr/lib/zypp/plugins/services/container-suseconnect-zypp]
Warning: Skipping service 'container-suseconnect-zypp' because of the above error.

Then the package will be installed.

Is it possible to get rid of the un-necessary warning message?