Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ast21/docker-images


https://github.com/ast21/docker-images

Last synced: about 9 hours ago
JSON representation

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
```