8000 GitHub - jerizm/kong-distributions: This repository provides the scripts for packaging Kong in different distributions
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

This repository provides the scripts for packaging Kong in different distributions

Notifications You must be signed in to change notification settings

jerizm/kong-distributions

 
 

Repository files navigation

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 all [-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.

Release on Bintray

  • Help
./bintray-release.sh -h
  • Releasing every platform:
./bintray-release.sh -u [BINTRAY USERNAME] -k [BINTRAY KEY] -v [KONG VERSION] -p all
  • Releasing for specific platforms:
./bintray-release.sh -u [BINTRAY USERNAME] -k [BINTRAY KEY] -v [KONG VERSION] -p centos:5 debian:8

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
  • aws

About

This repository provides the scripts for packaging Kong in different distributions

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%
0