Hacktoberfest 2026:メンテナが10月に向けて印を付けた、オープンで初心者向けの issue。 Hacktoberfest の issue を見る

Allow to clone an external repo before the build

オープン
#552 コメント 2 件 リアクション 0 件 担当者 0 名 GitHub で見る

まだ誰も着手していません。

評価

難易度
4/5
見積もり時間
3〜5日
初心者へのやさしさ
30/100
issue の種類
機能追加
明瞭さ
おおむね明確
活発さ
停滞
技術スタック
docker, git, python, yaml

調査の方向性

まず、cloud-harness が現在 Docker ビルド内で外部リポジトリをどのように clone しているか、また YAML の依存関係セクションがどのように解析されているかを追跡します。そのフローを提案されている git 依存関係フィールドと比較し、ブランチまたはタグの選択、保存先パス、リポジトリの更新を設定可能にし、手動のキャッシュ無効化コマンドに依存しなくなっていることを確認します。

索引モデルが issue の本文から書いたものです。

説明

enhancement scope:deployment

In order to use code from a different repo we need to clone the repo from inside the docker image.

There are two main limitations of this approach as it's currently done:

  • the tag/branch is hardcoded in the dockerfile (not configurable)
  • if the repo is updated, the changes are not taken due to the docker cache, so we need to add ugly commands to override the cache such as RUN echo "cache 2021-11-24"

One nice way would be to add a new kind of dependency:

harness:
  dependencies:
    hard:
    soft:
    build:
    git:
    - url: https://github.com/MetaCell/nwb-explorer.git
      branch_tag: master
      path: /git
主要言語
Python
スター
19
フォーク
5
平均マージ
3日 18時間
マージ済み PR(30日)
3

コントリビューションガイド

このリポジトリのコントリビューションガイドは索引されていません

はじめの一歩

  1. issue を最後まで読み、次にプロジェクトのコントリビューションガイドを読みます。
  2. 着手することを issue にコメントします — 二人が同じ作業をするのを防げます。
  3. リポジトリをフォークし、ブランチを切って変更します。
  4. issue 番号を参照したプルリクエストを送ります。

MetaCell/cloud-harness のほかの issue

MetaCell/cloud-harness の issue をすべて見る

似ている issue

Python の issue をもっと見る

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。