Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/alfresco/imagemagick-build
Build imagemagick 7 packages for Centos 7, RockyLinux 8 and Ubuntu
https://github.com/alfresco/imagemagick-build
alfresco deb-packages imagemagick rpm-packages
Last synced: 7 days ago
JSON representation
Build imagemagick 7 packages for Centos 7, RockyLinux 8 and Ubuntu
- Host: GitHub
- URL: https://github.com/alfresco/imagemagick-build
- Owner: Alfresco
- License: mit
- Created: 2022-08-04T07:53:48.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-07-31T16:03:18.000Z (4 months ago)
- Last Synced: 2024-08-01T17:59:55.018Z (3 months ago)
- Topics: alfresco, deb-packages, imagemagick, rpm-packages
- Language: Shell
- Homepage:
- Size: 124 KB
- Stars: 1
- Watchers: 36
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# imagemagick-build
This repo is building ImageMagick v7 deb/rpm packages for multiple distributions:
* RockyLinux 9 (x86_64 and aarch64)
* RockyLinux 8 (x86_64 and aarch64)
* Ubuntu 22.04 (x86_64 only)
* Ubuntu 20.04 (x86_64 only)
* Ubuntu 18.04 (x86_64 only)that are required by
[Alfresco](https://docs.alfresco.com/content-services/latest/support/) to work
properly.Notes:
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)
instance.## Release a new version
Raise a PR to:
* Bump the ImageMagick version you want to build in [imagemagick-version
file](imagemagick-version)
* Bump the version of the package in [release-version file](release-version)
(restart from 1 when increasing imagemagick version)Once merged, trigger the release workflow:
* Create a new tag `git tag -s vN.N.N -m vN.N.N` following semantic versioning
* Push it `git push --tags origin vN.N.N`
* Draft a [new
release](https://github.com/Alfresco/imagemagick-build/releases/new) using the
previous tag as source and use the `Generate release notes` function to
generate the changelog.