Skip to content

Commit

Permalink
Docker images update
Browse files Browse the repository at this point in the history
Update including where docker images are published and the form OSS and enterprise images
  • Loading branch information
damiang3008 authored Oct 25, 2024
1 parent 707c22e commit fdc9a7c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions app/_src/gateway/install/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,8 @@ Or you can set up {{site.base_gateway}} on your own self-managed system:
{% include install.html config=site.data.tables.install_options_34x %}

{% endif_version %}

{:.note}
> Kong images are published on *Docker Hub*
> *Kong Gateway (Open Source)* images are in the form `kong/kong:<version>` and published on [Docker Hub kong/kong](https://hub.docker.com/r/kong/kong/tags/) repository

Check failure on line 29 in app/_src/gateway/install/index.md

View workflow job for this annotation

GitHub Actions / Vale

[vale] reported by reviewdog 🐶 [kong.kongterms] Use '{{site.base_gateway}}' instead of 'Kong Gateway'. Raw Output: {"message": "[kong.kongterms] Use '{{site.base_gateway}}' instead of 'Kong Gateway'.", "location": {"path": "app/_src/gateway/install/index.md", "range": {"start": {"line": 29, "column": 4}}}, "severity": "ERROR"}
> *Kong Gateway Enterprise* images are in the form `kong/kong-gateway:<version>` and published on [Docker Hub kong/kong-gateway](https://hub.docker.com/r/kong/kong-gateway/tags/) repository

Check failure on line 30 in app/_src/gateway/install/index.md

View workflow job for this annotation

GitHub Actions / Vale

[vale] reported by reviewdog 🐶 [kong.kongterms] Use '{{site.ee_product_name}}' instead of 'Kong Gateway Enterprise'. Raw Output: {"message": "[kong.kongterms] Use '{{site.ee_product_name}}' instead of 'Kong Gateway Enterprise'.", "location": {"path": "app/_src/gateway/install/index.md", "range": {"start": {"line": 30, "column": 4}}}, "severity": "ERROR"}

0 comments on commit fdc9a7c

Please sign in to comment.