posit-dev / posit-dev/images-shared

Add tests for alternate builders

Open
#166 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

cvp:1 docker docker/tools python qa tdp:2 tech debt
Dominant language
Python
Stars
2
Forks
0
Avg merge
4d 13h
Merged PRs (30d)
22

Description

python-on-whales alleges support for two Docker alternatives, Podman and nerdctl. Neither of these will support buildx bake since it is a Docker exclusive tool, but sequential builds should be builder-agnostic. We should implement tests against Podman and nerdctl to ensure that

  • python-on-whales will automatically choose and use Podman or nerdctl in the absence of Docker.
  • The build strategy can somehow be configured or coerced to favor Podman or nerdctl over Docker when desired. This behavior is currently not implemented.
  • Existing builds succeed and are equivalent to artifacts created by Docker.

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

The issue names no files or tests, so first locate the existing sequential-build tests and the code that selects or configures a container builder. Run the current build tests with Docker, then exercise Podman and nerdctl to verify automatic selection, explicit preference, and equivalent successful artifacts.

Written by the indexing model from the issue text.

Assessment

Tech stack
docker, python
Domain
build-system, devops, tooling
Issue type
Feature
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.