We were already pushing our distributions to Bintray, but forgot to update the website. You can now go to https://getkong.org/install/debian/ and check the instructions for a Debian repository.
Let me know if it works well.
No, you can't install via apt-get. Purpose is to add apt mirror to Travis and use Apt module to install Kong.
@shashiranjan84 would it be possible to implement this or do we have a different repository for each version (due to a limitation of Bintray) that prevents us from efficiently implementing this request?
Having a new repository for each version is not very practical since the Travis team would need to whitelist the new repository every time.
When we started putting distros on Bintray, it has that limitation. I will check again if Bintray fixed it.
Please add _GPG key_ to remove _not signed_ warning ( Bintray kong repo ) .
( sudo apt-get update )
W: The repository 'https://dl.bintray.com/mashape/kong-ubuntu-xenial-0.9.x xenial Release' is not signed.
N: Data from such a repository can't be authenticated and is therefore potentially dangerous to use.
N: See apt-secure(8) manpage for repository creation and user configuration details.
Created separate issue for increased visibility of the (to me) crucial extra step of signing packages that go into these repos.
resolved now
Most helpful comment
Please add _GPG key_ to remove _not signed_ warning ( Bintray kong repo ) .
(
sudo apt-get update)