Skip to content

[Question] #291

@fumenglin

Description

@fumenglin

老师 你好:
我在https://github.com/jumpserver/lina 仓库下打包:DOCKER_BUILDKIT=1 docker build -t jumpserver/lina:custom .
然后git clone如下项目:
https://github.com/jumpserver/docker-web打包:docker buildx build --build-arg VERSION=dev -t jumpserver/web:dev . --load
我打的包docker可以执行,但是就是访问不了,你们的包:4.10.4-ce是可以访问的。
请问是我的打包方式不对么

我将[https://github.com/jumpserver/docker-web 下的Dockerfile文件改为

ARG VERSION=v4.10.4
FROM jumpserver/lina:v4.10.4 AS lina
FROM jumpserver/luna:v4.10.4 AS luna

然后执行docker buildx build --build-arg VERSION=v4.10.4 -t jumpserver/web:v4.10.4 . --load
最后打的包出来执行还是不能访问呢?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions