From 4eb2115ab75cfa12f9ff8076711479c28e272514 Mon Sep 17 00:00:00 2001 From: Nic Date: Mon, 22 Apr 2024 10:13:53 +0800 Subject: [PATCH] fix: remove outdated apisix-runtime-apk build construction from docs Signed-off-by: Nic --- README.md | 8 -------- 1 file changed, 8 deletions(-) diff --git a/README.md b/README.md index 6efcaf1aa..8bb6fab99 100644 --- a/README.md +++ b/README.md @@ -106,14 +106,6 @@ ls output/ apisix-runtime_1.0.0-0~ubuntu20.04_amd64.deb ``` -Packaging an Alpine docker image of Apache APISIX's OpenResty distribution -```sh -make package type=apk app=apisix-runtime version=1.0.0 image_base=golang image_tag=1.19-alpine -docker images -REPOSITORY TAG IMAGE ID CREATED SIZE -apache/apisix-runtime-apk 1.0.0 cd456bf03d1c 9 seconds ago 504MB -``` - ## Details - `Makefile` the entrance of the packager