Skip to content

Publish image with VisionPro module to Docker Hub #248

@tmokmss

Description

@tmokmss

Context

Hi, is there any plan to publish images with VisionPro module to Docker Hub? Currently we have to build and manage the image by ourselves.

Suggested solution

We can build a docker image with VisionPro module support by the following command:

git clone https://github.com/game-ci/docker.git
cd docker/images/ubuntu/editor
docker build --platform linux/amd64 --build-arg="version=2022.3.31f1" --build-arg="module=visionos" .

Considered alternatives

If it is not published by gameci, we have to manage images by ourselves.

Additional details

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or requesthelp wantedExtra attention is needed

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions