Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ast21/docker-images
https://github.com/ast21/docker-images
Last synced: about 9 hours ago
JSON representation
- Host: GitHub
- URL: https://github.com/ast21/docker-images
- Owner: ast21
- Created: 2020-05-20T16:28:24.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2024-06-19T11:18:44.000Z (8 months ago)
- Last Synced: 2024-12-10T20:20:09.195Z (about 2 months ago)
- Language: Dockerfile
- Size: 19.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
### https://hub.docker.com/u/breakhack
### How to build images
```bash
docker build \
-t breakhack/roadrunner:2023.3.6-alpine3.18 \
-f php/8.2-roadrunner-alpine.Dockerfile \
--build-arg COMPOSER_VERSION=2.6.6 \
--build-arg ROADRUNNER_VERSION=2023.3.6 \
--build-arg PHP_VERSION=8.2.13 \
./php
```