stacklok/frizbee

Add logging for update fails

オープン

#140 opened on 2024/06/04

 (3 件のコメント) (0 件のリアクション) (0 人の担当者)Go (24 件のフォーク)auto 404
P2enhancementgood first issue

Repository metrics

Stars
 (186 個のスター)
PR merge metrics
 (PR metrics pending)

説明

At the moment it seems Frizbee will just fail silently if it can't get a digest e.g. because of auth or network issues. I think it would be worth logging this to stderr.

For example:

FROM redis:invalid_image_tag

is clearly an image reference, but will just be ignored.

I guess this is the place in the code?

https://github.com/stacklok/frizbee/blob/main/pkg/replacer/replacer.go#L303

コントリビューターガイド