Abra fails silently if required image doesn't exist #518
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
When trying to deploy a recipe referencing a container on ghcr.io that is not publicly visible, abra fails silently and said containers don't log anything. The only way you can learn about the problem is trough reading the docker service logs on the server.
@knoflook
Ah yeh, I am hoppping to finally get actually useful debug for failing deployments covered in coop-cloud/organising#501.
In the meantime, yeh, we could add a check to ensure the image can be found. However, this could add quite some network wait time... perhaps after you confirm the deployment? Any ideas?
I guess this could fit in as a lint rule with
level: error
so it would fail the deployment?maybe it could be shown in
abra app errors
orabra app ps
?We decided:
abra app logs
should get smarter and be able to show this error.