Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

OPSEXP-2693 Drop Centos 7 support #95

Merged
merged 3 commits into from
Jul 1, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 2 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@

This repo is building ImageMagick v7 deb/rpm packages for multiple distributions:

* Centos 7 (x86_64 only)
* RockyLinux 9 (x86_64 and aarch64)
* RockyLinux 8 (x86_64 and aarch64)
* Ubuntu 22.04 (x86_64 only)
Expand All @@ -15,9 +14,8 @@ properly.

Notes:

ImageMagick packages built on Centos 7 and RockyLinux 8 are tested also on
Redhat7 and Redhat8 on the [Alfresco Ansible
playbook](https://github.com/Alfresco/alfresco-ansible-deployment).
ImageMagick packages built on RockyLinux are tested also on and Red Hat Enterprise on the
[Alfresco Ansible playbook](https://github.com/Alfresco/alfresco-ansible-deployment) CI.

Packages are published under our
[Nexus](https://nexus.alfresco.com/nexus/#nexus-search;quick~imagemagick-distribution)
Expand Down
2 changes: 0 additions & 2 deletions rpms/after-checkout-centos7-7.0.10-59.sh

This file was deleted.

2 changes: 0 additions & 2 deletions rpms/after-checkout-centos7-7.1.0-16.sh

This file was deleted.

5 changes: 0 additions & 5 deletions rpms/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,6 @@
"base_image": "rockylinux:8",
"target_arch": "aarch64",
"nexus_classifier": "el8-aarch64"
},
{
"base_image": "centos:7",
"target_arch": "x86_64",
"nexus_classifier": "el7"
}
]
}