1
0
mirror of https://github.com/go-kratos/kratos.git synced 2025-03-17 21:07:54 +02:00

fix: Replace the docker image of Polaris (#1999)

* fix: Replace the docker image of Polaris

* up
This commit is contained in:
houseme 2022-05-19 22:42:02 +08:00 committed by GitHub
parent 8ff5f2fe88
commit 0d9319b1ee
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 6 additions and 3 deletions

View File

@ -35,6 +35,11 @@ jobs:
ports:
- "8848:8848"
- "9848:9848"
polaris:
image: houseme/polaris-server-with-config:latest
ports:
- 8090:8090
- 8091:8091
steps:
- uses: actions/checkout@v2
- name: Set up Go

View File

@ -5,10 +5,9 @@ import (
"testing"
"time"
"github.com/go-kratos/kratos/v2/log"
"github.com/polarismesh/polaris-go/pkg/config"
"github.com/go-kratos/kratos/v2/log"
"github.com/go-kratos/kratos/v2/registry"
)

View File

@ -6,4 +6,3 @@
./contrib/registry/kubernetes
./contrib/registry/zookeeper
./contrib/registry/eureka
./contrib/registry/polaris