Skip to content

Latest commit

 

History

History

distributions

Building Kong distributions

Kong can be distributed to different platforms such as CentOS, Debian, Ubuntu and OS X. Here you find the scripts that will start the build process and output packages.

Requirements

Build

  • Help
./build-package.sh -h
  • Building for every platform:
./build-package.sh -k [KONG_TAG_OR_BRANCH] -p [PLATFORM] [-t]
  • Building for specific platforms:
./build-package.sh -k [KONG_TAG_OR_BRANCH] -p osx centos:5 debian:8 [-t]

Distributions will be placed under the build-output folder (should the folder not exist it will be automatically created).

Warning: Do not execute the .build-package-script.sh file, it's used internally by the build.

Supported Platforms

  • all
  • centos:5
  • centos:6
  • centos:7
  • debian:6
  • debian:7
  • debian:8
  • ubuntu:12.04.5
  • ubuntu:14.04.2
  • ubuntu:15.04
  • osx