This repository contains Docker images for various versions of CentOS/RHEL with GetPageSpeed LTS support. These images are configured to provide extended support and updates for CentOS/RHEL systems even after their official end-of-life.
getpagespeed/lts:el7
getpagespeed/lts:el8
getpagespeed/lts:el9
x86_64
aarch64
docker pull getpagespeed/lts:el7
docker run -it getpagespeed/lts:el7 /bin/bash
docker build -t getpagespeed/lts:el7 -f Dockerfile.el7 .
docker build -t getpagespeed/lts:el8 -f Dockerfile.el8 .
docker build -t getpagespeed/lts:el9 -f Dockerfile.el9 .
Contributions are welcome! Please open an issue or submit a pull request with your improvements.
This repository is provided under the same terms as the CentOS project.
By using the repository name GetPageSpeed/docker-images
, you clearly communicate the purpose of the repository.
The structure and documentation ensure that it is easy to navigate, use, and contribute to, making it a robust solution for maintaining Docker images with GetPageSpeed LTS support.
Rebuild upon release of getpagespeed-extras-release
to bring the latest changes in the GetPageSpeed configuration.