Skip to content

Commit

Permalink
Fix broken custom image rpm links
Browse files Browse the repository at this point in the history
  • Loading branch information
curiositycasualty committed Jul 24, 2023
1 parent 91a9dfe commit 1517cae
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions app/_src/gateway/install/docker/build-custom-images.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,15 +23,12 @@ chmod +x docker-entrypoint.sh
so some are uploaded there as "raw" artifacts instead and must be linked to differently
{% endcomment %}
{% if_version eq:3.0.x %}
* **Alpine**: [.apk]({{ site.links.cloudsmith }}/public/gateway-{{ page.major_minor_version }}/raw/names/kong-enterprise-edition-x86_64/versions/{{page.versions.ee}}/kong-enterprise-edition-{{page.versions.ee}}-x86_64.apk.tar.gz)
* **Alpine**: [.apk]({{ site.links.cloudsmith }}/public/gateway-{{ page.major_minor_version }}/raw/names/kong-enterprise-edition-x86_64/versions/{{page.versions.ee}}/kong-enterprise-edition-{{page.versions.ee}}.x86_64.apk.tar.gz)
{% endif_version %}
{% if_version lt:3.0.x gte:3.1.x %}
* **Alpine**: [.apk]({{ site.links.cloudsmith }}/public/gateway-{{ page.major_minor_version }}/alpine/any-version/main/x86_64/kong-enterprise-edition-{{page.versions.ee}}.apk)
{% endif_version %}
*
{% if_version eq:3.0.x %} **RHEL**:[ .rpm]({{ site.links.cloudsmith }}/public/gateway-{{ page.major_minor_version }}/rpm/el/8/x86_64/kong-enterprise-edition-{{page.versions.ee}}.rhel8.6.x86_64.rpm){% endif_version %}
{% if_version gte:3.1.x %} **RHEL**:[ .rpm]({{ site.links.cloudsmith }}/public/gateway-{{ page.major_minor_version }}/rpm/el/8/x86_64/kong-enterprise-edition-{{page.versions.ee}}.rhel8.x86_64.rpm){% endif_version %}

* **RHEL**:[ .rpm]({{ site.links.cloudsmith }}/public/gateway-{{ page.major_minor_version }}/rpm/el/8/x86_64/kong-enterprise-edition-{{page.versions.ee}}.el8.x86_64.rpm)

1. Create a `Dockerfile`, ensuring you replace the filename by the first `COPY` with the name of the {{site.base_gateway}} file you downloaded in step 2:

Expand Down

0 comments on commit 1517cae

Please sign in to comment.