Skip to content

Conversation

@CelestaLiu
Copy link
Collaborator

Separate parameter "image" into "image_name" and "tags", where ‘image_name’ is the repository name and ‘tags’ indicates version.

@CelestaLiu CelestaLiu requested a review from suyZhong August 17, 2025 15:52
@CelestaLiu CelestaLiu linked an issue Aug 17, 2025 that may be closed by this pull request

if cfg["embedded"] == "no":
remove_container(cfg["container_name"], script_log, docker_log)
remove_images(script_log, docker_log)
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I suppose we'll need a CLI option/config to control whether we want to remove the image after each testing? Or perhaps we don't need this pruning.

@suyZhong suyZhong merged commit 8f0bf9f into main Aug 18, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Separate image name and tag in config.json

3 participants