game-ci / game-ci/docker

Publish image with VisionPro module to Docker Hub

Open
#248 1 comment 1 reaction 0 assignees View on GitHub
enhancement help wanted
Dominant language
Dockerfile
Stars
470
Forks
140
PR merge metrics
No merged PRs in 30d

Description

**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:

```sh
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**

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.