Skip to content

manager服务构建docker镜像使用了可能不稳定的 apisix:master 分支 #608

Description

@fregie

In api/Dockerfile:

RUN  wget https://github.com/apache/apisix/archive/master.zip \
     && apt-get update && apt-get install zip -y \
     && unzip master.zip \
     && rm -rf /go/manager-api/build-tools/apisix/ \
     && mkdir -p /go/manager-api/build-tools/apisix \
     && mv ./apisix-master/apisix/* /go/manager-api/build-tools/apisix/

使用master分支构建是不稳定的,比如我现在无法构建成功,修改为1.5分支后构建成功。
BTW,为什么manager服务要依赖apisix的代码?

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions