salesforce / salesforce/rules_docker_compose_test
Use a different (better) approach for installing local images required for docker compose tests
Open
Nobody has claimed this yet.
- Dominant language
- Starlark
- Stars
- 7
- Forks
- 5
- Avg merge
- 18h 49m
- Merged PRs (30d)
- 3
Description
- this is currently used - https://github.com/salesforce/rules_docker_compose/blob/main/docker_compose/docker_compose_test.sh#L17-L22
- https://github.com/GoogleContainerTools/container-structure-test may use a more preferred way of doing the same thing (somewhere in https://github.com/GoogleContainerTools/container-structure-test/blob/main/bazel/container_structure_test.bzl)
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with docker_compose/docker_compose_test.sh at lines 17-22 to understand the current local-image installation approach. Then inspect the related image-handling logic in container_structure_test.bzl. The work is complete when docker compose tests use the preferred approach and continue to run successfully.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- docker, docker-compose
- Domain
- build-system, testing
- Issue type
- Refactor
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100