Skip to content

Commit

Permalink
un-uniquify __DOCKERFILE_POSTINSTALL_CLEANUP__ for centos 8/9.
Browse files Browse the repository at this point in the history
There was a non-release-version-specific version present, but being ignored.

Signed-off-by: Dan Mick <dmick@redhat.com>
  • Loading branch information
Dan Mick authored and guits committed Mar 7, 2024
1 parent 4f2fe24 commit 765eaa0
Show file tree
Hide file tree
Showing 6 changed files with 5 additions and 14 deletions.

This file was deleted.

This file was deleted.

This file was deleted.

Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
echo 'Postinstall cleanup' && \
(rm -rf "/usr/bin/hyperkube /usr/bin/etcd /usr/bin/systemd-analyze /usr/share/hwdata/{iab.txt,oui.txt} /etc/profile.d/lang.sh" && \
yum clean all && \
rpm -q __CEPH_BASE_PACKAGES__ )

This file was deleted.

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
echo 'Postinstall cleanup' && \
(rm -rf "/usr/bin/hyperkube /usr/bin/etcd /usr/bin/systemd-analyze /usr/share/hwdata/{iab.txt,oui.txt} /etc/profile.d/lang.sh" && \
yum clean all && \
rpmdb --rebuilddb && \
rpm -q __CEPH_BASE_PACKAGES__ && \
yum-config-manager --disable ceph-iscsi ceph-iscsi-source ceph-iscsi-noarch tcmu-runner tcmu-runner-noarch tcmu-runner-source)
rpm -q __CEPH_BASE_PACKAGES__ )

0 comments on commit 765eaa0

Please sign in to comment.