Skip to content

Commit 92d40eb

Browse files
chore: update apisix runtime script to use openresty v1.25.3.2 (#387)
1 parent e186545 commit 92d40eb

18 files changed

+30
-628
lines changed

.github/workflows/package-apisix-dashboard-el7-buildx.yml

-73
This file was deleted.

.github/workflows/package-apisix-dashboard-rpm-el7.yml

-140
This file was deleted.

.github/workflows/package-apisix-dashboard-rpm-el8.yml

-77
This file was deleted.

.github/workflows/package-apisix-deb-ubuntu20.04.yml

+5-1
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,12 @@ jobs:
3939
4040
- name: start apisix and test
4141
run: |
42-
docker run -d --rm --name apisix-${PACKAGE_APISIX_VERSION}-deb-test -v $(pwd)/test/apisix/config.yaml:/usr/local/apisix/conf/config.yaml -p 9180:9180 -p 9080:9080 -p 9443:9443 apache/apisix:${PACKAGE_APISIX_VERSION}-deb-test
42+
docker run -d --name apisix-${PACKAGE_APISIX_VERSION}-deb-test -v $(pwd)/test/apisix/config.yaml:/usr/local/apisix/conf/config.yaml -p 9180:9180 -p 9080:9080 -p 9443:9443 apache/apisix:${PACKAGE_APISIX_VERSION}-deb-test
4343
sleep 20
44+
45+
docker ps -a
46+
docker logs apisix-${PACKAGE_APISIX_VERSION}-deb-test
47+
4448
curl http://127.0.0.1:9180/apisix/admin/routes/1 \
4549
-H 'X-API-KEY: edd1c9f034335f136f87ad84b625c8f1' -X PUT -d '
4650
{

0 commit comments

Comments
 (0)