Skip to content

Commit

Permalink
chore: update apisix runtime script to use openresty v1.25.3.2 (#387)
Browse files Browse the repository at this point in the history
  • Loading branch information
shreemaan-abhishek committed Jul 29, 2024
1 parent e186545 commit 92d40eb
Show file tree
Hide file tree
Showing 18 changed files with 30 additions and 628 deletions.
73 changes: 0 additions & 73 deletions .github/workflows/package-apisix-dashboard-el7-buildx.yml

This file was deleted.

140 changes: 0 additions & 140 deletions .github/workflows/package-apisix-dashboard-rpm-el7.yml

This file was deleted.

77 changes: 0 additions & 77 deletions .github/workflows/package-apisix-dashboard-rpm-el8.yml

This file was deleted.

6 changes: 5 additions & 1 deletion .github/workflows/package-apisix-deb-ubuntu20.04.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,12 @@ jobs:
- name: start apisix and test
run: |
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
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
sleep 20
docker ps -a
docker logs apisix-${PACKAGE_APISIX_VERSION}-deb-test
curl http://127.0.0.1:9180/apisix/admin/routes/1 \
-H 'X-API-KEY: edd1c9f034335f136f87ad84b625c8f1' -X PUT -d '
{
Expand Down
Loading

0 comments on commit 92d40eb

Please sign in to comment.