fix(registry): add image tag resolution correctly when using cluster

This commit is contained in:
Mauricio Siu
2024-11-02 14:17:21 -06:00
parent fae97b1817
commit 766a25ccad
6 changed files with 79 additions and 37 deletions

View File

@@ -101,7 +101,6 @@ const installRequirements = async (serverId: string, logPath: string) => {
}
stream
.on("close", () => {
writeStream.write("Connection closed ✅");
client.end();
resolve();
})