Skip to content

Commit

Permalink
Fixes #1639: Removes libsolv, rpm, rpm-libs and libarchive libraries …
Browse files Browse the repository at this point in the history
…from skupper-router container

(cherry picked from commit a5d7225)
  • Loading branch information
ganeshmurthy committed Nov 1, 2024
1 parent bb3d153 commit b72048d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,11 @@ RUN microdnf -y --setopt=install_weak_deps=0 --setopt=tsflags=nodocs install \
shadow-utils \
&& microdnf clean all

# Remove gnutls, libarchive and everything that depends on it.
# https://github.com/skupperproject/skupper-router/issues/1477
# https://github.com/skupperproject/skupper-router/issues/1639
RUN microdnf -y remove gnutls glib2 gobject-introspection libpeas microdnf gnupg2 gpgme libdnf json-glib libmodulemd librepo librhsm libsolv rpm rpm-libs libarchive

RUN useradd --uid 10000 runner
USER 10000

Expand Down

0 comments on commit b72048d

Please sign in to comment.