https://github.com/getpagespeed/docker-images
Docker images for LTS distributions with GetPageSpeed repository support
https://github.com/getpagespeed/docker-images
centos7 centos8 lts
Last synced: 3 months ago
JSON representation
Docker images for LTS distributions with GetPageSpeed repository support
- Host: GitHub
- URL: https://github.com/getpagespeed/docker-images
- Owner: GetPageSpeed
- Created: 2024-07-06T06:37:42.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-12-10T01:12:33.000Z (12 months ago)
- Last Synced: 2025-08-10T01:41:30.747Z (3 months ago)
- Topics: centos7, centos8, lts
- Homepage: https://hub.docker.com/repository/docker/getpagespeed/lts
- Size: 23.4 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# GetPageSpeed Docker Images
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.
## Available Images
- `getpagespeed/lts:el7`
- `getpagespeed/lts:el8`
- `getpagespeed/lts:el9`
## Supported architectures
- `x86_64`
- `aarch64`
## Usage
### Pull the Image
```bash
docker pull getpagespeed/lts:el7
```
### Run a Container
```bash
docker run -it getpagespeed/lts:el7 /bin/bash
```
## Building Locally
### Build CentOS 7 Image
```bash
docker build -t getpagespeed/lts:el7 -f Dockerfile.el7 .
```
### Build Rocky Linux 8 Image
```bash
docker build -t getpagespeed/lts:el8 -f Dockerfile.el8 .
```
### Build Rocky Linux 9 Image
```bash
docker build -t getpagespeed/lts:el9 -f Dockerfile.el9 .
```
## Contributing
Contributions are welcome! Please open an issue or submit a pull request with your improvements.
## License
This repository is provided under the same terms as the CentOS project.
### Summary
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.
### TODO
Rebuild upon release of `getpagespeed-extras-release` to bring the latest changes in the GetPageSpeed configuration.