Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
nickschuch authored Nov 21, 2024
1 parent 5f11481 commit 00404ac
Showing 1 changed file with 72 additions and 62 deletions.
134 changes: 72 additions & 62 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,97 +6,107 @@ Images for building and running PHP applications.

This image suite provides 2 streams for images:

* `latest` - A stable upstream.
* `edge` - Recently merged changes which will be merged into `latest` as part of a release.
* `stable` - A stable upstream.
* `latest` - Recently merged changes which will be merged into `stable` as part of a release.

## Images

**Latest**
**Stable**

```
docker.io/skpr/php:7.4-v2-latest
docker.io/skpr/php-fpm:7.4-v2-latest
docker.io/skpr/php-fpm:7.4-dev-v2-latest
docker.io/skpr/php-cli:7.4-v2-latest
docker.io/skpr/php-cli:7.4-dev-v2-latest
docker.io/skpr/php:8.0-v2-stable
docker.io/skpr/php-fpm:8.0-v2-stable
docker.io/skpr/php-fpm:8.0-dev-v2-stable
docker.io/skpr/php-cli:8.0-v2-stable
docker.io/skpr/php-cli:8.0-dev-v2-stable
docker.io/skpr/php-circleci:8.0-v2-stable
docker.io/skpr/php-circleci:8.0-node18-v2-stable
docker.io/skpr/php-circleci:8.0-node20-v2-stable
docker.io/skpr/php-circleci:8.0-node22-v2-stable
docker.io/skpr/php:8.1-v2-stable
docker.io/skpr/php-fpm:8.1-v2-stable
docker.io/skpr/php-fpm:8.1-dev-v2-stable
docker.io/skpr/php-cli:8.1-v2-stable
docker.io/skpr/php-cli:8.1-dev-v2-stable
docker.io/skpr/php-circleci:8.1-v2-stable
docker.io/skpr/php-circleci:8.1-node18-v2-stable
docker.io/skpr/php-circleci:8.1-node20-v2-stable
docker.io/skpr/php-circleci:8.1-node22-v2-stable
docker.io/skpr/php:8.2-v2-stable
docker.io/skpr/php-fpm:8.2-v2-stable
docker.io/skpr/php-fpm:8.2-dev-v2-stable
docker.io/skpr/php-cli:8.2-v2-stable
docker.io/skpr/php-cli:8.2-dev-v2-stable
docker.io/skpr/php-circleci:8.2-v2-stable
docker.io/skpr/php-circleci:8.2-node18-v2-stable
docker.io/skpr/php-circleci:8.2-node20-v2-stable
docker.io/skpr/php-circleci:8.2-node22-v2-stable
docker.io/skpr/php:8.3-v2-stable
docker.io/skpr/php-fpm:8.3-v2-stable
docker.io/skpr/php-fpm:8.3-dev-v2-stable
docker.io/skpr/php-cli:8.3-v2-stable
docker.io/skpr/php-cli:8.3-dev-v2-stable
docker.io/skpr/php-circleci:8.3-v2-stable
docker.io/skpr/php-circleci:8.3-node18-v2-stable
docker.io/skpr/php-circleci:8.3-node20-v2-stable
docker.io/skpr/php-circleci:8.3-node22-v2-stable
```

**Latest**

```
docker.io/skpr/php:8.0-v2-latest
docker.io/skpr/php-fpm:8.0-v2-latest
docker.io/skpr/php-fpm:8.0-dev-v2-latest
docker.io/skpr/php-cli:8.0-v2-latest
docker.io/skpr/php-cli:8.0-dev-v2-latest
docker.io/skpr/php-circleci:8.0-v2-latest
docker.io/skpr/php-circleci:8.0-node18-v2-latest
docker.io/skpr/php-circleci:8.0-node20-v2-latest
docker.io/skpr/php-circleci:8.0-node22-v2-latest
docker.io/skpr/php:8.1-v2-latest
docker.io/skpr/php-fpm:8.1-v2-latest
docker.io/skpr/php-fpm:8.1-dev-v2-latest
docker.io/skpr/php-cli:8.1-v2-latest
docker.io/skpr/php-cli:8.1-dev-v2-latest
docker.io/skpr/php-circleci:8.1-v2-latest
docker.io/skpr/php-circleci:8.1-node18-v2-latest
docker.io/skpr/php-circleci:8.1-node20-v2-latest
docker.io/skpr/php-circleci:8.1-node22-v2-latest
docker.io/skpr/php:8.2-v2-latest
docker.io/skpr/php-fpm:8.2-v2-latest
docker.io/skpr/php-fpm:8.2-dev-v2-latest
docker.io/skpr/php-cli:8.2-v2-latest
docker.io/skpr/php-cli:8.2-dev-v2-latest
docker.io/skpr/php-circleci:8.2-v2-latest
docker.io/skpr/php-circleci:8.2-node18-v2-latest
docker.io/skpr/php-circleci:8.2-node20-v2-latest
docker.io/skpr/php-circleci:8.2-node22-v2-latest
docker.io/skpr/php:8.3-v2-latest
docker.io/skpr/php-fpm:8.3-v2-latest
docker.io/skpr/php-fpm:8.3-dev-v2-latest
docker.io/skpr/php-cli:8.3-v2-latest
docker.io/skpr/php-cli:8.3-dev-v2-latest
```

**Edge**

```
docker.io/skpr/php:7.4-v2-edge
docker.io/skpr/php-fpm:7.4-v2-edge
docker.io/skpr/php-fpm:7.4-dev-v2-edge
docker.io/skpr/php-cli:7.4-v2-edge
docker.io/skpr/php-cli:7.4-dev-v2-edge
docker.io/skpr/php-circleci:7.4-v2-test
docker.io/skpr/php-circleci:7.4-node18-v2-test
docker.io/skpr/php-circleci:7.4-node20-v2-test
docker.io/skpr/php-circleci:7.4-node22-v2-test
docker.io/skpr/php:8.0-v2-edge
docker.io/skpr/php-fpm:8.0-v2-edge
docker.io/skpr/php-fpm:8.0-dev-v2-edge
docker.io/skpr/php-cli:8.0-v2-edge
docker.io/skpr/php-cli:8.0-dev-v2-edge
docker.io/skpr/php-circleci:8.0-v2-test
docker.io/skpr/php-circleci:8.0-node18-v2-test
docker.io/skpr/php-circleci:8.0-node20-v2-test
docker.io/skpr/php-circleci:8.0-node22-v2-test
docker.io/skpr/php:8.1-v2-edge
docker.io/skpr/php-fpm:8.1-v2-edge
docker.io/skpr/php-fpm:8.1-dev-v2-edge
docker.io/skpr/php-cli:8.1-v2-edge
docker.io/skpr/php-cli:8.1-dev-v2-edge
docker.io/skpr/php-circleci:8.1-v2-test
docker.io/skpr/php-circleci:8.1-node18-v2-test
docker.io/skpr/php-circleci:8.1-node20-v2-test
docker.io/skpr/php-circleci:8.1-node22-v2-test
docker.io/skpr/php:8.2-v2-edge
docker.io/skpr/php-fpm:8.2-v2-edge
docker.io/skpr/php-fpm:8.2-dev-v2-edge
docker.io/skpr/php-cli:8.2-v2-edge
docker.io/skpr/php-cli:8.2-dev-v2-edge
docker.io/skpr/php-circleci:8.2-v2-edge
docker.io/skpr/php-circleci:8.2-node18-v2-edge
docker.io/skpr/php-circleci:8.2-node20-v2-edge
docker.io/skpr/php-circleci:8.2-node22-v2-edge
docker.io/skpr/php:8.3-v2-edge
docker.io/skpr/php-fpm:8.3-v2-edge
docker.io/skpr/php-fpm:8.3-dev-v2-edge
docker.io/skpr/php-cli:8.3-v2-edge
docker.io/skpr/php-cli:8.3-dev-v2-edge
docker.io/skpr/php-circleci:8.3-v2-edge
docker.io/skpr/php-circleci:8.3-node18-v2-edge
docker.io/skpr/php-circleci:8.3-node20-v2-edge
docker.io/skpr/php-circleci:8.3-node22-v2-edge
docker.io/skpr/php-circleci:8.3-v2-latest
docker.io/skpr/php-circleci:8.3-node18-v2-latest
docker.io/skpr/php-circleci:8.3-node20-v2-latest
docker.io/skpr/php-circleci:8.3-node22-v2-latest
docker.io/skpr/php:8.4-v2-latest
docker.io/skpr/php-fpm:8.4-v2-latest
docker.io/skpr/php-fpm:8.4-dev-v2-latest
docker.io/skpr/php-cli:8.4-v2-latest
docker.io/skpr/php-cli:8.4-dev-v2-latest
docker.io/skpr/php-circleci:8.4-v2-latest
docker.io/skpr/php-circleci:8.4-node18-v2-latest
docker.io/skpr/php-circleci:8.4-node20-v2-latest
docker.io/skpr/php-circleci:8.4-node22-v2-latest
```

## Building
Expand Down

0 comments on commit 00404ac

Please sign in to comment.