forked from ceph/ceph-container
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
un-uniquify __DOCKERFILE_POSTINSTALL_CLEANUP__ for centos 8/9.
There was a non-release-version-specific version present, but being ignored. Signed-off-by: Dan Mick <dmick@redhat.com>
- Loading branch information
Showing
6 changed files
with
5 additions
and
14 deletions.
There are no files selected for viewing
1 change: 0 additions & 1 deletion
1
ceph-releases/ALL/centos-arm64/8/daemon-base/__DOCKERFILE_POSTINSTALL_CLEANUP__
This file was deleted.
Oops, something went wrong.
4 changes: 0 additions & 4 deletions
4
ceph-releases/ALL/centos-arm64/9/daemon-base/__DOCKERFILE_POSTINSTALL_CLEANUP__
This file was deleted.
Oops, something went wrong.
1 change: 0 additions & 1 deletion
1
ceph-releases/ALL/centos-arm64/daemon-base/__DOCKERFILE_POSTINSTALL_CLEANUP__
This file was deleted.
Oops, something went wrong.
4 changes: 4 additions & 0 deletions
4
ceph-releases/ALL/centos-arm64/daemon-base/__DOCKERFILE_POSTINSTALL_CLEANUP__
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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__ ) |
4 changes: 0 additions & 4 deletions
4
ceph-releases/ALL/centos/8/daemon-base/__DOCKERFILE_POSTINSTALL_CLEANUP__
This file was deleted.
Oops, something went wrong.
1 change: 0 additions & 1 deletion
1
ceph-releases/ALL/centos/9/daemon-base/__DOCKERFILE_POSTINSTALL_CLEANUP__
This file was deleted.
Oops, something went wrong.
4 changes: 1 addition & 3 deletions
4
ceph-releases/ALL/centos/daemon-base/__DOCKERFILE_POSTINSTALL_CLEANUP__
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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__ ) |