Skip to content

docker images are not cleaned up after test run #1033

@agouin

Description

@agouin

For the ibctest test cases, a relayer image is built with the same tag every time: ibctestrelayer:latest

Tags: []string{RelayerImageName},

Because old images aren't pruned, the CI runner will run out of space.

Suggestion: use unique tag every time and remove image in t.Cleanup

Metadata

Metadata

Assignees

Labels

T: Bug 🪲TYPE: Inconsistencies or issues which will cause an issue or problem for users or implementors.

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions