Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Debian 34 install fix #5938

Merged
merged 2 commits into from
Aug 11, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion app/_data/installation/gateway.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
"34"
"34":
rsa_key: 182B189D58356D29
gpg_key: 6B5D054B0707DE3B
"33":
Expand Down
3 changes: 1 addition & 2 deletions app/_src/gateway/install/linux/debian.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

## Download and install

You can install {{site.base_gateway}} by downloading an installation package or using our APT repository.

Check warning on line 21 in app/_src/gateway/install/linux/debian.md

View workflow job for this annotation

GitHub Actions / Vale

[vale] reported by reviewdog 🐶 [kong.We] Try to avoid using first-person plural like 'our'. Raw Output: {"message": "[kong.We] Try to avoid using first-person plural like 'our'.", "location": {"path": "app/_src/gateway/install/linux/debian.md", "range": {"start": {"line": 21, "column": 87}}}, "severity": "WARNING"}

{% navtabs %}
{% navtab Package %}
Expand All @@ -36,8 +36,7 @@
{% endnavtab %}
{% navtab Kong Gateway (OSS) %}
```bash
curl -Lo kong-{{page.versions.ce}}.amd64.deb "{{ site.links.cloudsmith }}/public/gateway-{{ page.major_minor_version }}/deb/ubuntu/pool/jammy/main/k/ko/kong_{{page.versions.ce}}/kong_{{page.versions.ce}}_amd64.deb"

curl -Lo kong-{{page.versions.ce}}.amd64.deb "{{ site.links.cloudsmith }}/public/gateway-{{ page.major_minor_version }}/deb/debian/pool/bullseye/main/k/ko/kong_{{page.versions.ce}}/kong_{{page.versions.ce}}_amd64.deb"
```
{% endnavtab %}
{% endnavtabs_ee %}
Expand Down
2 changes: 1 addition & 1 deletion tools/install-tester/index.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
if (!process.env.BASE_URL) {
process.env.BASE_URL = "http://localhost:3000";
process.env.BASE_URL = "http://localhost:8888";
}

// Parse a format like [2.6.x/rhel/oss/yum-repository] into
Expand Down
Loading