Skip to content

Commit

Permalink
Update Docker README.md with new way to get images
Browse files Browse the repository at this point in the history
Images can now be pulled from ghcr.io
  • Loading branch information
okiedork authored and flavioheleno committed May 1, 2022
1 parent 9448f90 commit ebbbe37
Showing 1 changed file with 20 additions and 1 deletion.
21 changes: 20 additions & 1 deletion docker/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,26 @@ This project relies on the following 3 application images:

Before running, the application images must be available in the docker daemon.

### Download the base images
### Pull the base images from GitHub container registry

Get the image tags for each image from the [packages page](https://github.com/orgs/package-health/packages?repo_name=php).

**NGINX**
```shell
docker pull ghcr.io/package-health/nginx:prod-6a56f91
```

**PHP-FPM**
```shell
docker pull ghcr.io/package-health/php-fpm:prod-6a56f91
```

**PHP-CLI**
```shell
docker pull ghcr.io/package-health/php-cli:prod-6a56f91
```

### Download the base images (deprecated, old releases only)

Get the latest release links from [https://github.com/package-health/php/releases](https://github.com/package-health/php/releases).

Expand Down

0 comments on commit ebbbe37

Please sign in to comment.