Skip to content

Put SHA of interop base Dockerfile in tag, not name #20546

@ejona86

Description

@ejona86

We append the sha1sum of the Dockerfile to the base images used for interop testing

BASE_IMAGE=${BASE_NAME}_$(sha1sum "tools/dockerfile/interoptest/$BASE_NAME/Dockerfile" | cut -f1 -d\ )

This is "doing it wrong," but has generally just been annoying. Today I realized it pollutes hub.docker.com's search results: https://hub.docker.com/search?q=grpc&type=image . This is shooting ourselves in the foot.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions