able-evening-90828
07/19/2022, 6:02 PMdocker/dev.sh
, I got the following error. It looks like the debug
tag no longer exists for the image.
Error response from daemon: manifest for linkedin/datahub-kafka-setup:debug not found: manifest unknown: manifest unknown
https://hub.docker.com/r/linkedin/datahub-kafka-setup/tags?page=1&name=debug
I found that the debug
tag is also missing for datahub-frontend-react
and datahub-elasticsearch-setup
images.
Does anyone know how to work around this?square-activity-64562
07/21/2022, 8:28 AMable-evening-90828
07/21/2022, 3:39 PMable-evening-90828
07/21/2022, 3:40 PMdebug
tag for linkedin/datahub-kafka-setup
in docker hub. I can see it for gms.square-activity-64562
07/21/2022, 3:40 PMsquare-activity-64562
07/21/2022, 3:40 PMable-evening-90828
07/21/2022, 3:41 PMable-evening-90828
07/21/2022, 4:19 PM$ docker-compose --version
docker-compose version 1.29.2, build 5becea4c
square-activity-64562
07/21/2022, 4:25 PMable-evening-90828
07/21/2022, 4:25 PMable-evening-90828
07/21/2022, 4:26 PM/node-v16.8.0-linux-aarch64.tar.gz
and it doesn't exist.able-evening-90828
07/21/2022, 4:28 PM-PuseSystemNode=${USE_SYSTEM_NODE}
on the following line because the image already has node (line 12).
https://github.com/datahub-project/datahub/blob/d28e18147c7604491080fbb5dd8c6b9a3e6f5205/docker/datahub-frontend/Dockerfile#L24famous-florist-7218
08/26/2022, 4:57 AM