summaryrefslogtreecommitdiff
path: root/docker/almalinux-8.8.Dockerfile
AgeCommit message (Collapse)Author
2024-02-04bump up container image versions and drop using CPackRyo Nakamura
We have already provided DEB packages in launchpad PPA and RPM packages in COPR. Thus, we need no more deb/rpm packages in Github releases. The single binary build of mscp is an execptio. Updated container image versions: - almalinux 8.8 -> 9.3 - rocky 8.8 -> 8.9, and 9.3 is added - alpine 3.17 -> 3.19
2024-02-04drop python binding supportRyo Nakamura
2024-01-18import rpm pgp key before yum install in AlamaRyo Nakamura
See https://cloudlinux.zendesk.com/hc/en-us/articles/12225072530204-yum-update-error-Error-GPG-check-FAILED
2023-12-10dockerfile: do ldconfig after pymscp installationRyo Nakamura
2023-12-10rename setup.py to pysetup.pyRyo Nakamura
to prevent dh_auto_build from automatically detecting setup.py.
2023-07-20drop centos8, add almalinux 8.8, update rocky to 8.8Ryo Nakamura
And cleanup Docker files