Update docs.
This commit is contained in:
parent
88f6c845fe
commit
74e06d8d37
1 changed files with 11 additions and 11 deletions
|
|
@ -23,17 +23,17 @@ Fundamentally, this is the psuedo 'brand' that I publish open source projects.
|
|||
| Name | How do I get it | Description | Build | QC |
|
||||
|-----------------------------------------------------------------------------------|---------------------------------------------------------|----------------------------------------------------------------------------------------------------------|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
|
||||
| [Multi-Process Docker Runtime](https://github.com/benzine-framework/docker-runit) | `docker pull ghcr.io/benzine-framework/marshall` | | [](https://github.com/benzine-framework/docker-runit/actions/workflows/runit.yml) | [](https://github.com/benzine-framework/docker-runit/actions/workflows/trunk.check.yml) |
|
||||
| [Dockerized DynamoDB](https://github.com/benzine-framework/docker-dynamodb) | `docker pull ghcr.io/benzine-framework/dynamodb:latest` | A Docker image customised for running an approximation of DynamoDB Locally, with healthchecks. | [](https://github.com/benzine-framework/docker-dynamodb/actions/workflows/dynamodb.yml) | [](https://github.com/benzine-framework/docker-dynamodb/actions/workflows/trunk.check.yml) |
|
||||
| [Dockerized MariaDB](https://github.com/benzine-framework/docker-mariadb) | `docker pull ghcr.io/benzine-framework/mariadb` | A Docker image customised for running MariaDB Locally, with healthchecks. | [](https://github.com/benzine-framework/docker-mariadb/actions/workflows/build.yml) | [](https://github.com/benzine-framework/docker-mariadb/actions/workflows/trunk.check.yml) |
|
||||
| [Dockerized MITM Proxy](https://github.com/benzine-framework/docker-mitmproxy) | `docker pull ghcr.io/benzine-framework/mitmproxy` | MITMProxy is a pain in the arse, also yeah healthchecks | [](https://github.com/benzine-framework/docker-mitmproxy/actions/workflows/mitmproxy.yml) | [](https://github.com/benzine-framework/docker-mitmproxy/actions/workflows/trunk.check.yml) |
|
||||
| [Dockerized MongoDB](https://github.com/benzine-framework/docker-mongodb) | `docker pull ghcr.io/benzine-framework/mongodb` | Everyones favourite not-a-database... with healthchecks | [](https://github.com/benzine-framework/docker-mongodb/actions/workflows/mongodb.yml) | [](https://github.com/benzine-framework/docker-mongodb/actions/workflows/trunk.check.yml) |
|
||||
| [Dockerized Mosquitto/MQTT](https://github.com/benzine-framework/docker-mqtt) | `docker pull ghcr.io/benzine-framework/mqtt` | | [](https://github.com/benzine-framework/docker-mqtt/actions/workflows/mqtt.yml) | [](https://github.com/benzine-framework/docker-mqtt/actions/workflows/trunk.check.yml) |
|
||||
| [Dockerized MySQL Proxy](https://github.com/benzine-framework/docker-mysql-proxy) | `docker pull ghcr.io/benzine-framework/mysql-proxy` | | [](https://github.com/benzine-framework/docker-mysql-proxy/actions/workflows/mysql-proxy.yml) | [](https://github.com/benzine-framework/docker-mysql-proxy/actions/workflows/trunk.check.yml) |
|
||||
| [Dockerized Node](https://github.com/benzine-framework/docker-node) | `docker pull ghcr.io/benzine-framework/node` | My flavoured images of the node runtime. | [](https://github.com/benzine-framework/docker-node/actions/workflows/node.yml) | [](https://github.com/benzine-framework/docker-node/actions/workflows/trunk.check.yml) |
|
||||
| [Dockerized Perl](https://github.com/benzine-framework/docker-perl) | `docker pull ghcr.io/benzine-framework/perl` | I had to do perl too for god knows what reason | [](https://github.com/benzine-framework/docker-perl/actions/workflows/perl.yml) | [](https://github.com/benzine-framework/docker-perl/actions/workflows/trunk.check.yml) |
|
||||
| [Dockerized PHP](https://github.com/benzine-framework/docker-php) | `docker pull ghcr.io/benzine-framework/php` | Where it all began, being frustrated by needing two containers for PHP-FPM and Nginx, back in the day... | [](https://github.com/benzine-framework/docker-php/actions/workflows/php.yml) | [](https://github.com/benzine-framework/docker-php/actions/workflows/trunk.check.yml) |
|
||||
| [Dockerized Postgres](https://github.com/benzine-framework/docker-postgres) | `docker pull ghcr.io/benzine-framework/postgres` | | [](https://github.com/benzine-framework/docker-postgres/actions/workflows/postgres.yml) | [](https://github.com/benzine-framework/docker-postgres/actions/workflows/trunk.check.yml) |
|
||||
| [Dockerized Redis](https://github.com/benzine-framework/docker-redis) | `docker pull ghcr.io/benzine-framework/redis` | | [](https://github.com/benzine-framework/docker-redis/actions/workflows/redis.yml) | [](https://github.com/benzine-framework/docker-redis/actions/workflows/trunk.check.yml) |
|
||||
| [DynamoDB](https://github.com/benzine-framework/docker-dynamodb) | `docker pull ghcr.io/benzine-framework/dynamodb:latest` | A Docker image customised for running an approximation of DynamoDB Locally, with healthchecks. | [](https://github.com/benzine-framework/docker-dynamodb/actions/workflows/dynamodb.yml) | [](https://github.com/benzine-framework/docker-dynamodb/actions/workflows/trunk.check.yml) |
|
||||
| [MariaDB](https://github.com/benzine-framework/docker-mariadb) | `docker pull ghcr.io/benzine-framework/mariadb` | A Docker image customised for running MariaDB Locally, with healthchecks. | [](https://github.com/benzine-framework/docker-mariadb/actions/workflows/build.yml) | [](https://github.com/benzine-framework/docker-mariadb/actions/workflows/trunk.check.yml) |
|
||||
| [MITM Proxy](https://github.com/benzine-framework/docker-mitmproxy) | `docker pull ghcr.io/benzine-framework/mitmproxy` | MITMProxy is a pain in the arse, also yeah healthchecks | [](https://github.com/benzine-framework/docker-mitmproxy/actions/workflows/mitmproxy.yml) | [](https://github.com/benzine-framework/docker-mitmproxy/actions/workflows/trunk.check.yml) |
|
||||
| [MongoDB](https://github.com/benzine-framework/docker-mongodb) | `docker pull ghcr.io/benzine-framework/mongodb` | Everyones favourite not-a-database... with healthchecks | [](https://github.com/benzine-framework/docker-mongodb/actions/workflows/mongodb.yml) | [](https://github.com/benzine-framework/docker-mongodb/actions/workflows/trunk.check.yml) |
|
||||
| [Mosquitto/MQTT](https://github.com/benzine-framework/docker-mqtt) | `docker pull ghcr.io/benzine-framework/mqtt` | | [](https://github.com/benzine-framework/docker-mqtt/actions/workflows/mqtt.yml) | [](https://github.com/benzine-framework/docker-mqtt/actions/workflows/trunk.check.yml) |
|
||||
| [MySQL Proxy](https://github.com/benzine-framework/docker-mysql-proxy) | `docker pull ghcr.io/benzine-framework/mysql-proxy` | | [](https://github.com/benzine-framework/docker-mysql-proxy/actions/workflows/mysql-proxy.yml) | [](https://github.com/benzine-framework/docker-mysql-proxy/actions/workflows/trunk.check.yml) |
|
||||
| [Node](https://github.com/benzine-framework/docker-node) | `docker pull ghcr.io/benzine-framework/node` | My flavoured images of the node runtime. | [](https://github.com/benzine-framework/docker-node/actions/workflows/node.yml) | [](https://github.com/benzine-framework/docker-node/actions/workflows/trunk.check.yml) |
|
||||
| [Perl](https://github.com/benzine-framework/docker-perl) | `docker pull ghcr.io/benzine-framework/perl` | I had to do perl too for god knows what reason | [](https://github.com/benzine-framework/docker-perl/actions/workflows/perl.yml) | [](https://github.com/benzine-framework/docker-perl/actions/workflows/trunk.check.yml) |
|
||||
| [PHP](https://github.com/benzine-framework/docker-php) | `docker pull ghcr.io/benzine-framework/php` | Where it all began, being frustrated by needing two containers for PHP-FPM and Nginx, back in the day... | [](https://github.com/benzine-framework/docker-php/actions/workflows/php.yml) | [](https://github.com/benzine-framework/docker-php/actions/workflows/trunk.check.yml) |
|
||||
| [Postgres](https://github.com/benzine-framework/docker-postgres) | `docker pull ghcr.io/benzine-framework/postgres` | | [](https://github.com/benzine-framework/docker-postgres/actions/workflows/postgres.yml) | [](https://github.com/benzine-framework/docker-postgres/actions/workflows/trunk.check.yml) |
|
||||
| [Redis](https://github.com/benzine-framework/docker-redis) | `docker pull ghcr.io/benzine-framework/redis` | | [](https://github.com/benzine-framework/docker-redis/actions/workflows/redis.yml) | [](https://github.com/benzine-framework/docker-redis/actions/workflows/trunk.check.yml) |
|
||||
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue