Hacktoberfest 2026: những issue maintainer đã đánh dấu cho tháng Mười, đang mở và phù hợp người mới. Xem issue Hacktoberfest

[DevOps]: create a Docker image version on NemoClaw per version of OpenClaw

Đang mở
#62 1 bình luận 0 reaction 0 người được giao Xem trên GitHub

Chưa có ai nhận issue này.

Đánh giá

Độ khó
4/5
Thời gian dự kiến
3-5 ngày
Mức phù hợp với người mới
48/100
Loại issue
Tính năng
Độ rõ ràng
Khá rõ ràng
Mức độ hoạt động
Ít trao đổi
Công nghệ
docker, github-actions
Lĩnh vực
ci-cd, devops

Hướng nghiên cứu

Review PR #55 and the current NemoClaw image build first; use npm view openclaw versions --json to understand the version source. Define the recurring repository workflow so each available OpenClaw version produces a NemoClaw image with an OpenClaw-version tag, and verify the optional dual-tag behavior if adopted.

Do mô hình lập chỉ mục viết ra từ nội dung của issue.

Mô tả

@johntmyers : this is a continuation of https://github.com/NVIDIA/OpenShell-Community/pull/55 based on your remrark.

Currently, NemoClaw image defines and uses 1 single OpenClaw version in its buzild. Frequent updates would be needed to keep it up to date as OpenClaw evolves very fast.

A much better approach is to build one version of the NemoClaw image for OpenClaw for each OpenClaw version. The list of available OpenClaw packages is easy to obtain via the command below

So, it would be good to let the user choose the version of OpenClaw that he wants by having 1 image available for each of those versions.

Consequently, there should be a workflow in this repo running regurlary and creating new versions of NemoClaw when new versions of OpenClaw get publshed. Those images would be tagged ith the version of OpenClaw.

Optionally, those images could have a dual tag + as NemoClaw also gets updated to offer choices in the 2 dimensions

npm view openclaw versions --json
[
  "0.0.1",
  "2026.1.29-beta.1",
  "2026.1.29-beta.2",
  "2026.1.29-beta.3",
  "2026.1.29-beta.4",
  "2026.1.29-beta.5",
  "2026.1.29-beta.7",
  "2026.1.29",
  "2026.1.30",
  "2026.2.1",
  "2026.2.2-1",
  "2026.2.2-2",
  "2026.2.2-3",
  "2026.2.2",
  "2026.2.3-1",
  "2026.2.3",
  "2026.2.6-1",
  "2026.2.6-2",
  "2026.2.6-3",
  "2026.2.6",
  "2026.2.9",
  "2026.2.12",
  "2026.2.13",
  "2026.2.14",
  "2026.2.15",
  "2026.2.17",
  "2026.2.19-1",
  "2026.2.19-2",
  "2026.2.19",
  "2026.2.21-1",
  "2026.2.21-2",
  "2026.2.21",
  "2026.2.22-1",
  "2026.2.22-2",
  "2026.2.22",
  "2026.2.23-beta.1",
  "2026.2.23",
  "2026.2.24",
  "2026.2.25-beta.1",
  "2026.2.25",
  "2026.2.26",
  "2026.3.1-beta.1",
  "2026.3.1",
  "2026.3.2-beta.1",
  "2026.3.2",
  "2026.3.7-beta.1",
  "2026.3.7",
  "2026.3.8-beta.1",
  "2026.3.8",
  "2026.3.11-beta.1",
  "2026.3.11",
  "2026.3.12",
  "2026.3.13-beta.1",
  "2026.3.13",
  "2026.3.22-beta.1",
  "2026.3.22",
  "2026.3.23-1",
  "2026.3.23-2",
  "2026.3.23-beta.1",
  "2026.3.23",
  "2026.3.24-beta.1",
  "2026.3.24-beta.2",
  "2026.3.24",
  "2026.3.28-beta.1",
  "2026.3.28",
  "2026.3.31-beta.1",
  "2026.3.31",
  "2026.4.1-beta.1",
  "2026.4.1",
  "2026.4.2"
]

Ngôn ngữ chính
Dockerfile
Star
191
Fork
76
Chỉ số merge pull request
Không có pull request nào được merge trong 30 ngày

Hướng dẫn đóng góp

Mở hướng dẫn đóng góp

Bắt đầu từ đâu

  1. Đọc hết issue, rồi đọc hướng dẫn đóng góp của dự án.
  2. Bình luận trên issue rằng bạn sẽ nhận — tránh hai người làm cùng một việc.
  3. Fork repository và làm thay đổi trên một nhánh.
  4. Mở pull request có tham chiếu số hiệu của issue.

Issue khác của NVIDIA/OpenShell-Community

Tất cả issue của NVIDIA/OpenShell-Community

Issue tương tự

Thêm issue về DevOps

Nhận issue mới trong hộp thư của bạn

Bản tóm tắt ngắn những issue GitHub phù hợp với người mới.