Skip to content

Fix docker sha inspect#9

Merged
gargrahul merged 1 commit intomainfrom
fix_docker_inspect
Jun 26, 2025
Merged

Fix docker sha inspect#9
gargrahul merged 1 commit intomainfrom
fix_docker_inspect

Conversation

@Rohan138
Copy link
Copy Markdown
Contributor

Turns out docker build with buildkit does not actually tag the pulled base image anymore (https://forums.docker.com/t/why-arent-base-layer-images-listed-in-docker-image-ls-a/139044/2), so the fix in #5 doesn't work. i.e. docker complains that the image e.g. rocm/pytorch:latest is not present.

Reverted to using docker manifest inspect which works with remote images+added some grep+cut commands to get around the jq dependency for parsing.

Also added a ^ in front of the grep for the BASE_DOCKER to fix issues like https://github.com/ROCm/DeepLearningModels/pull/2567.

@Rohan138 Rohan138 requested a review from gargrahul June 24, 2025 22:41
@Rohan138
Copy link
Copy Markdown
Contributor Author

@gargrahul CI passed, please merge

@gargrahul gargrahul merged commit eca77f7 into main Jun 26, 2025
@coketaste coketaste deleted the fix_docker_inspect branch April 9, 2026 15:02
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.

2 participants