forked from Kong/docker-kong
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(kong-ee) migrate the private kong-ee repository to here (Kong#336)
* feat(enterprise) merge our Kong enterprise dockerfiles into the public repository * chore(ci) adjust the Dockerfile's so they can be scripted to update * chore(ci) modified the update script for the new Dockerfile's * feat(local) ability to build a Kong docker container using a local asset not from bintray * chore(dependency) bump the ci tests we us * chore(refactor) take a stab at moving the logic out of the Dockerfile into build scripts * chore(refactor) move more logic out of the Dockerfile * chore(refactor) move more logic out of the Dockerfile * chore(*) bump to Kong 2.0.0 * fix(test) adjust how the test determines version we're trying to build * fix(alpine) adjust alpine download location
- Loading branch information
Showing
23 changed files
with
564 additions
and
139 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
KONG_BUILD_TOOLS?=3.0.1 | ||
KONG_BUILD_TOOLS?=3.1.0 | ||
BASE?=centos | ||
|
||
build: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
VERSION=${VERSION:-2.0.1} && \ | ||
curl -L "https://bintray.com/kong/kong-alpine-tar/download_file?file_path=kong-$VERSION.amd64.apk.tar.gz" -o /tmp/kong.tar.gz | ||
echo "170e3f230640cef9e307fd8411287b05a1ba9162b3fc1b53417f199869dcf065 /tmp/kong.tar.gz" | sha256sum -c - |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
curl -L -u$BINTRAY_USER:$BINTRAY_KEY https://kong.bintray.com/kong-enterprise-edition-alpine-tar/kong-enterprise-edition-1.3.0.1.apk.tar.gz -o /kong.tar.gz | ||
echo "64a0ceabad26edfdab1173f3485859f14477485023ab6fdd2019fd6893c97bbb kong.tar.gz" | sha256sum -c - |
Empty file.
Oops, something went wrong.