-
Notifications
You must be signed in to change notification settings - Fork 11.1k
Closed
Description
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.
Reactions are currently unavailable