testcontainers / testcontainers/testcontainers-python

Feature: Podman Kube Play support

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

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

🚀 enhancement
主要言語
Python
スター
2.3k
フォーク
386
平均マージ
4時間 40分
マージ済み PR(30日)
1

説明

What are you trying to do?

Today we can use the DockerCompose class to start a compose file

https://github.com/testcontainers/testcontainers-python/blob/60d21f875f49f52e170b0714e8790080a6cb4c71/core/testcontainers/compose/compose.py#L156-L157

Podman has a unique feature called Podman Kube Play allowing you to start services, formatted in a Kubernetes-like format and run without a Kubernetes cluster, with only containers. This is very useful for workflow where a full Kubernetes cluster is not needed.

In a similar way of starting compose project, it would be nice to be able to start Podman.

Why should it be done this way?

With our Ubuntu GitHub runners, Podman is installed by default, with the Kube Play feature already available, it would ease the setup to directly have support for this feature with testcontainers.


I would be motivated to do the contribution if this is something that can be accepted

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

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

はじめの一歩

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

調査の方向性

core/testcontainers/compose/compose.py から始め、特に issue で参照されている DockerCompose の起動エントリポイントを確認し、リンク先の Podman Kube Play ドキュメントをレビューしてください。クラスターなしで Kubernetes 形式のファイルからサービスを起動するために必要な API とテストカバレッジを特定してください。完了時には、テストによってそのワークフローを実証できるようにしてください。

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

評価

技術スタック
python
領域
devops
issue の種類
機能追加
難易度
4/5
見積もり時間
3〜5日
活発さ
停滞
明瞭さ
説明が足りない
初心者へのやさしさ
35/100

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

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