Skip to content

Commit

Permalink
add docu section on using OCI image dependency in Chart.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
phoenix-bjoern committed Feb 20, 2024
1 parent 3827373 commit 5a5170b
Showing 1 changed file with 15 additions and 1 deletion.
16 changes: 15 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,24 @@ The chart has been battle tested in Magento2 OpenSource and Adobe Commerce produ

## TL;DR

```
Install via CLI:

```bash
helm install --create-namespace -n magento2-demo magento2 oci://registry-1.docker.io/phoenixmedia/magento --version 2.7.0
```

Add as dependency to existing chart:

```yaml
apiVersion: v2
name: my-project-chart
...
dependencies:
- name: magento
version: 2.7.0
repository: oci://registry-1.docker.io/phoenixmedia
```
## Magento2 base image
The chart references [PHOENIX MEDIA's](https://www.phoenix-media.eu) Magento2 Docker image. It consists of an
[Alpine nginx+PHP8.1 base image](https://github.com/PHOENIX-MEDIA/docker-nginx-php), [Magento OpenSource 2.4.4 source code](https://github.com/magento/magento2)
Expand Down

0 comments on commit 5a5170b

Please sign in to comment.