https://github.com/skpr/image-mysql
Skpr base image container suite
https://github.com/skpr/image-mysql
docker-image mysql
Last synced: about 2 months ago
JSON representation
Skpr base image container suite
- Host: GitHub
- URL: https://github.com/skpr/image-mysql
- Owner: skpr
- Created: 2023-06-19T04:13:07.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2025-09-30T00:59:56.000Z (9 months ago)
- Last Synced: 2025-09-30T02:27:01.506Z (9 months ago)
- Topics: docker-image, mysql
- Language: Shell
- Homepage:
- Size: 45.9 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Skpr MySQL Images
Images for building and running applications with a database.
## Streams
This image suite provides 2 streams for images:
* `stable` - Our production/stable upstream for projects. Use this by default.
* `latest` - Recently merged changes which will be merged into `stable` as part of a release.
## Images
Images are available in the following registries:
* `ghcr.io`
* `docker.io`
## Image List
Below is the list of PHP images we provide.
By default we recommend the following registry and stream:
```
REGISTRY=docker.io
STREAM=stable
```
**Stable**
```
REGISTRY/skpr/mysql:8.x-v3-STREAM
REGISTRY/skpr/mysql-empty:8.x-v3-STREAM
REGISTRY/skpr/mysql-dump:8.x-v3-STREAM
REGISTRY/skpr/mysql-import:8.x-v3-STREAM
```
## Building
Run the following command to build the images:
```
make
```