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/03 03:21:44 UTC

[apisix-dashboard] branch v2.0 updated (94450bf -> 92b7b93)

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 94450bf  fix: promethus incorrect value when update route (#666)
     add 92b7b93  feat: deploy with Docker (#657)

No new revisions were added by this update.

Summary of changes:
 .dockerignore                                      |  1 +
 .../{license-checker.yml => test-docker.yml}       | 12 +--
 Dockerfile                                         | 86 ++++++++++++++++++++++
 README.md                                          |  1 +
 README.zh-CN.md                                    |  1 +
 docs/deploy-with-docker.md                         | 52 +++++++++++++
 docs/deploy-with-docker.zh-CN.md                   | 52 +++++++++++++
 .../examples/docker-conf-example.json              |  4 +-
 8 files changed, 201 insertions(+), 8 deletions(-)
 create mode 100644 .dockerignore
 copy .github/workflows/{license-checker.yml => test-docker.yml} (51%)
 create mode 100644 Dockerfile
 create mode 100644 docs/deploy-with-docker.md
 create mode 100644 docs/deploy-with-docker.zh-CN.md
 copy api/conf/conf.json => docs/examples/docker-conf-example.json (85%)