You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@apisix.apache.org by ju...@apache.org on 2020/11/10 03:05:04 UTC

[apisix-dashboard] branch v2.0 updated (ff33d97 -> 4cde6a3)

This is an automated email from the ASF dual-hosted git repository.

juzhiyuan pushed a change to branch v2.0
in repository https://gitbox.apache.org/repos/asf/apisix-dashboard.git.


    from ff33d97  feat: convert uri to uris (#740)
     add 4cde6a3  feat: deploy with docker (#701)

No new revisions were added by this update.

Summary of changes:
 .github/workflows/deploy-with-docker.yml   | 50 ++++++++++++++++++++++
 .github/workflows/test-docker.yml          | 21 ----------
 api/test/docker-deploy/docker-compose.yaml | 66 ++++++++++++++++++++++++++++++
 api/test/shell/docker_deploy_test.sh       | 43 +++++++++++++++++++
 docs/deploy-with-docker.md                 |  6 +++
 docs/deploy-with-docker.zh-CN.md           |  8 +++-
 docs/examples/docker-conf-example.yaml     |  1 -
 7 files changed, 172 insertions(+), 23 deletions(-)
 create mode 100644 .github/workflows/deploy-with-docker.yml
 delete mode 100644 .github/workflows/test-docker.yml
 create mode 100644 api/test/docker-deploy/docker-compose.yaml
 create mode 100755 api/test/shell/docker_deploy_test.sh